:root{--primary-gradient: linear-gradient(135deg, #5a9472 0%, #3d8b5e 100%);--secondary-gradient: linear-gradient(135deg, #29b6f6 0%, #0288d1 100%);--accent-gradient: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%);--sage-green: #5a9472;--mint-green: #3d8b5e;--sky-blue: #29b6f6;--aqua-blue: #0288d1;--peach: #ff9800;--light-peach: #ffb74d;--dark-bg: #2c3e50;--light-text: #ffffff;--dark-text: #37474f;--glass-bg: rgba(255, 255, 255, .15);--glass-border: rgba(255, 255, 255, .25)}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:linear-gradient(135deg,#29b6f6,#5a9472);overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0;animation:slideDown .5s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{transform:translateY(-2px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 2rem 4rem}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;background-image:url(assets/images/Central_Park_chess_scene_a1e96240.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#5a947266,#29b6f64d)}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;animation:float 20s infinite ease-in-out}.orb-1{width:500px;height:500px;background:radial-gradient(circle,#5a9472 0%,transparent 70%);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:radial-gradient(circle,#0288d1 0%,transparent 70%);bottom:-10%;right:-10%;animation-delay:7s}.orb-3{width:350px;height:350px;background:radial-gradient(circle,#ff9800 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4rem;font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.2}.title-line{display:block;animation:slideInLeft .8s ease-out backwards}.title-line:nth-child(2){animation-delay:.2s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeIn 1s ease-out .4s backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;animation:fadeIn 1s ease-out .6s backwards}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,#ffb74d,#ff9800);color:#fff;box-shadow:0 10px 30px #ff980066}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.btn-secondary{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-3px)}.hero-stats{display:flex;justify-content:center;gap:4rem;animation:fadeIn 1s ease-out .8s backwards}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:.5rem}.stat-label{display:block;font-size:.9rem;color:#fffc;text-transform:uppercase;letter-spacing:1px}.how-it-works{padding:5rem 2rem;background:linear-gradient(180deg,#5a9472,#29b6f6);position:relative}.container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:900;text-align:center;color:#fff;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;text-align:center;color:#fffc;margin-bottom:4rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.step{text-align:center;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.step:nth-child(1){animation-delay:.1s}.step:nth-child(2){animation-delay:.2s}.step:nth-child(3){animation-delay:.3s}.step:hover{transform:translateY(-10px);background:#ffffff26;box-shadow:0 20px 40px #0003}.step-icon{width:100px;height:100px;margin:0 auto 1.5rem;transition:transform .3s ease}.step:hover .step-icon{transform:scale(1.1) rotate(5deg)}.icon-svg{width:100%;height:100%;filter:drop-shadow(0 5px 15px rgba(0,0,0,.2))}.step-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.step-description{color:#fffc;line-height:1.6}.features{padding:5rem 2rem;background:linear-gradient(180deg,#29b6f6,#0288d1)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease;animation:fadeIn .6s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card:hover{transform:translateY(-5px);background:#fff3;box-shadow:0 15px 30px #0003}.feature-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.2) rotate(10deg)}.feature-card h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.feature-card p{color:#ffffffd9;line-height:1.6}.demo{padding:5rem 2rem;background:linear-gradient(180deg,#0288d1,#5a9472)}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.photo-item{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 10px 30px #0000004d;transition:all .4s ease;animation:fadeInUp .8s ease-out backwards}.photo-item:nth-child(1){animation-delay:.1s}.photo-item:nth-child(2){animation-delay:.2s}.photo-item:nth-child(3){animation-delay:.3s}.photo-item:nth-child(4){animation-delay:.4s}.photo-item:nth-child(5){animation-delay:.5s}.photo-item:nth-child(6){animation-delay:.6s}.photo-item:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 50px #0006}.photo-item img{width:100%;height:350px;object-fit:cover;display:block;transition:transform .4s ease}.photo-item:hover img{transform:scale(1.1)}.photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.6) 50%,transparent 100%);padding:2rem 1.5rem 1.5rem;color:#fff;transform:translateY(0);transition:all .3s ease}.photo-caption h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.photo-caption p{font-size:.95rem;color:#ffffffe6;line-height:1.5}.cta-section{padding:5rem 2rem;background:linear-gradient(180deg,#5a9472,#3d8b5e)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1.5rem}.cta-text{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem}.btn-large{font-size:1.2rem;padding:1.25rem 3rem}.cta-note{margin-top:1.5rem;font-size:.9rem;color:#ffffffb3}.footer{background:var(--dark-bg);color:#fffc;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-section p{line-height:1.8}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:2rem}.stat-number,.section-title{font-size:2rem}.cta-buttons{flex-direction:column;gap:1rem}.btn{width:100%}.nav-links{gap:1rem;font-size:.9rem}.photo-gallery{grid-template-columns:1fr}.cta-title{font-size:2rem}}@media (max-width: 480px){.hero-stats{flex-direction:column;gap:1.5rem}.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-direction:column;align-items:center;width:100%;gap:.5rem;font-size:.85rem}.logo{font-size:1.2rem}.logo-icon{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
