.navbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #00000014;border-radius:36px;width:calc(100% - 2rem);max-width:700px;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000004}.navbar-container{justify-content:space-between;align-items:center;max-width:700px;margin:0 auto;padding:.6rem 1.5rem;display:flex}.navbar-logo{color:var(--text-primary);align-items:center;font-size:1.5rem;font-weight:700;display:flex}.navbar-logo img{object-fit:contain;width:auto;height:32px}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-link{color:var(--text-secondary);font-weight:500;transition:color .2s}.navbar-link:hover{color:var(--accent-primary)}.hero-section{text-align:center;background:var(--background);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex}.hero-logo{color:var(--text-primary);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;display:flex}.hero-logo img{object-fit:contain;width:auto;height:200px}.hero-headline{color:var(--text-primary);max-width:800px;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-subheadline{color:var(--text-tertiary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-cta{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.hero-cta:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 25px #ff57220f}.features-section{background:var(--background);padding:6rem 2rem}.features-container{max-width:1200px;margin:0 auto}.features-title{text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.feature-card{background:#fff;border-radius:40px;padding:2.5rem;transition:all .3s;box-shadow:0 2px 16px #00000003}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000006}.feature-icon{background:var(--accent-primary);border-radius:36px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.feature-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.feature-description{color:var(--text-tertiary);font-size:1rem;line-height:1.6}.gallery-section{background:var(--background);padding:6rem 0}.gallery-container{width:100%}.gallery-title{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.gallery-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:2rem;padding:1rem 0 1rem max(2rem,50% - 600px);display:flex;overflow-x:auto}.gallery-scroll::-webkit-scrollbar{display:none}.gallery-item{text-align:center;background:#fff;border-radius:40px;flex-shrink:0;width:300px;padding:1.5rem;box-shadow:0 2px 16px #00000003}.gallery-mockup{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);border-radius:36px;justify-content:center;align-items:center;width:100%;height:auto;margin-bottom:1rem;display:flex;overflow:hidden}.screenshot-image{object-fit:contain;border-radius:36px;width:100%;height:auto}.gallery-caption{color:var(--text-tertiary);font-size:.9rem}.download-section{background:var(--background);text-align:center;padding:6rem 2rem}.download-container{max-width:800px;margin:0 auto}.download-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.download-subtitle{color:var(--text-tertiary);margin-bottom:2.5rem;font-size:1.25rem}.download-cta{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s}.download-cta:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 25px #ff57220f}.badge{background:var(--text-primary);color:#fff;border-radius:24px;padding:.75rem 2rem;font-weight:600;transition:all .3s;display:inline-block}.badge:hover{background:var(--accent-primary);transform:translateY(-2px)}.badge.disabled{background:var(--separator);color:var(--text-tertiary);cursor:not-allowed}.badge.disabled:hover{background:var(--separator);transform:none}.footer{background:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-column h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.footer-column p,.footer-column a{color:var(--text-tertiary);font-size:.95rem;line-height:2;display:block}.footer-column a:hover{color:var(--accent-primary)}.footer-tagline{color:var(--text-tertiary);margin-top:.5rem;font-size:.9rem}.footer-bottom{text-align:center;color:var(--text-tertiary);padding-top:2rem;font-size:.9rem}@media (max-width:768px){.navbar-links{gap:1rem;font-size:.9rem}.hero-logo{font-size:2.5rem}.hero-headline{font-size:1.75rem}.hero-subheadline{font-size:1rem}.features-title,.gallery-title,.download-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.navbar-container{padding:1rem}.navbar-logo{font-size:1.25rem}.navbar-links{gap:.75rem;font-size:.85rem}.hero-section{padding:5rem 1rem 3rem}.hero-cta{padding:.875rem 2rem;font-size:1rem}.features-section,.gallery-section,.download-section{padding:4rem 1rem}}
