*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:rgba(255,255,255,.45);border-bottom:1px solid rgba(240,240,240,.6);position:fixed;top:0;left:0;right:0;z-index:1000;backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.08);padding-top:env(safe-area-inset-top,0)}.nav{padding:1rem 40px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav-brand{display:flex;align-items:center}.nav-links{display:flex;align-items:center;gap:1.25rem;transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform .25s ease-out,opacity .25s ease-out}.header-links-visible .nav-links{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{font-weight:600;color:#000;text-decoration:none;font-size:.95rem;letter-spacing:.01em;position:relative}.nav-links a::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:#000;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.nav-links a:hover::after,.nav-links a:focus-visible::after{transform:scaleX(1)}.logo{font-size:1.5rem;font-weight:700;color:#000;text-decoration:none}.logo img{display:block;width:240px;height:auto}.hero{background:linear-gradient(135deg,#fff 0,#f8f9fa 100%);padding:120px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{text-align:left}.hero-carousel{width:100%;max-width:500px;margin:0 auto}.carousel-container{overflow:hidden;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer}.carousel-slide{display:none}.carousel-slide.active{display:block}.carousel-slide img{width:100%;height:auto;display:block}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.dot{width:44px;height:44px;border-radius:50%;border:none;background:0 0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative}.dot::before{content:'';width:12px;height:12px;border-radius:50%;background:#ccc;transition:all .3s ease}.dot.active::before,.dot:hover::before{background:#000}.hero-title{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#000;letter-spacing:-.02em}.highlight{background:linear-gradient(135deg,#000 0,#333 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-subtitle{font-size:1.25rem;color:#555;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.waitlist-form{margin-top:2rem}.form-group{display:flex;flex-direction:column;gap:1rem;max-width:400px}.email-input{padding:1rem 1.5rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:50px;outline:0;transition:all .3s ease;background:#fff}.email-input:focus{border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.cta-button{padding:1rem 2rem;font-size:1rem;font-weight:600;background:#000;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.form-help{font-size:.9rem;color:#666;margin-top:.5rem}.form-status{margin-top:1rem;padding:.75rem;border-radius:8px;display:none}.form-status.success{background:#f0f9ff;color:#0369a1;border:1px solid #0369a1;display:block}.form-status.error{background:#fef2f2;color:#dc2626;border:1px solid #dc2626;display:block}.features{padding:100px 0;background:#fff}.section-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;text-align:center;margin-bottom:4rem;color:#000;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.feature-card{padding:2.5rem 2rem;background:#fafafa;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid #f0f0f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1);background:#fff}.feature-icon{font-size:3rem;margin-bottom:1.5rem;filter:grayscale(100%)}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#000}.feature-description{color:#555;line-height:1.6;font-size:1rem}.about{padding:100px 0;background:#f8f9fa}.about-content{text-align:center;max-width:800px;margin:0 auto}.about-text{font-size:1.2rem;color:#555;margin-bottom:3rem;line-height:1.7}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#000;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.final-cta{padding:100px 0;background:#000;color:#fff;text-align:center}.cta-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;margin-bottom:1rem;color:#fff}.cta-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.waitlist-form-small{max-width:500px;margin:0 auto}.form-group-inline{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.email-input-small{flex:1;min-width:250px;padding:1rem 1.5rem;font-size:1rem;border:2px solid #333;border-radius:50px;outline:0;background:#111;color:#fff;transition:all .3s ease}.email-input-small:focus{border-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.1)}.email-input-small::placeholder{color:#999}.cta-button-small{padding:1rem 2rem;font-size:1rem;font-weight:600;background:#fff;color:#000;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.cta-button-small:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,255,255,.2)}.footer{background:#fafafa;padding:60px 0 20px;border-top:1px solid #e0e0e0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#000}.footer-brand p{color:#666;line-height:1.6}.footer-links h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#000}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:.5rem}.footer-links ul li a{color:#666;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#000}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #e0e0e0}.footer-bottom p{color:#666;font-size:.9rem}@media (max-width:768px){.nav{padding:.75rem 20px;justify-content:center;position:relative}.nav-links{position:absolute;right:20px;top:calc(env(safe-area-inset-top,0)+8px);transform:translateY(-160%);opacity:0;pointer-events:none;gap:0}.header-links-visible .nav-links{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{padding:.4rem .9rem;border-radius:999px;background:rgba(0,0,0,.85);color:#fff;font-size:.9rem;letter-spacing:.04em}.nav-links a::after{display:none}.nav-links a:not(:first-child){display:none}.logo img{width:min(190px,55vw)}.container{padding:0 15px}.hero{padding:100px 0 60px}.hero-layout{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{text-align:center}.hero-carousel{max-width:300px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.form-group{flex-direction:column;max-width:500px;margin:0 auto}.form-group-inline{flex-direction:column;align-items:stretch}.email-input-small{min-width:auto}.stats{grid-template-columns:1fr;gap:1rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:1.8rem}.cta-title{font-size:1.8rem}.feature-card{padding:1.5rem 1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-content,.feature-card,.hero-content{animation:fadeInUp .8s ease-out}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.2s}.feature-card:nth-child(4){animation-delay:.3s}.feature-card:nth-child(5){animation-delay:.4s}.feature-card:nth-child(6){animation-delay:.5s}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto}@media print{.final-cta,.footer,.header{display:none}.about,.features,.hero{padding:20px 0}*{color:#000!important;background:#fff!important}}