:root{--blue: #2E86DE;--blue-dark: #2070C0;--blue-light: #E8F2FC;--teal: #265463;--yellow: #F5DE5C;--coral: #F07878;--gray-blue: #DBE0EB;--light-gray: #E4E9EE;--mint: #91C9BF;--off-white: #FAFAFA;--charcoal: #242424;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Space Grotesk,sans-serif;background:var(--off-white);color:var(--charcoal);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 5%;display:flex;justify-content:space-between;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(46,134,222,.08);transition:all .3s ease}.logo{display:flex;align-items:center;text-decoration:none}.logo img{height:44px;width:auto}.footer-brand .logo img{height:36px}.logo-light{filter:brightness(0) invert(1)}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{text-decoration:none;color:var(--charcoal);font-weight:500;font-size:.95rem;position:relative;transition:color .3s ease}.nav-links a:not(.nav-cta):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--blue);transition:width .3s ease}.nav-links a:not(.nav-cta):hover:after{width:100%}.nav-links a.active:after{width:100%}.nav-cta{background:var(--blue);color:var(--white)!important;padding:.75rem 1.75rem;border-radius:50px;transition:all .3s ease!important}.nav-cta:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 25px #2e86de40}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}.hamburger span{display:block;width:24px;height:2px;background:var(--charcoal);transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:11rem;padding:120px 5% 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:70%;height:150%;background:linear-gradient(135deg,var(--blue-light) 0%,transparent 60%);border-radius:50%;z-index:0}.hero-content{max-width:600px;position:relative;z-index:1;animation:fadeInUp 1s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;color:var(--blue);margin-bottom:1.5rem;box-shadow:0 2px 15px #2e86de14}.hero-badge span{width:8px;height:8px;background:var(--mint);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.hero h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,5vw,4rem);font-weight:700;line-height:1.1;color:var(--charcoal);margin-bottom:1.5rem;letter-spacing:-.03em}.hero h1 em{font-style:normal;color:var(--blue)}.hero p{font-size:1.15rem;line-height:1.7;color:#5a6872;margin-bottom:2.5rem;max-width:480px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--blue);color:var(--white);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-3px);box-shadow:0 12px 30px #2e86de4d}.btn-secondary{background:transparent;color:var(--charcoal);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;border:2px solid var(--light-gray);transition:all .3s ease}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}.hero-visual{flex-shrink:0;width:550px;z-index:1;animation:fadeInRight 1s ease .3s both}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-card{background:var(--white);border-radius:24px;padding:2rem;box-shadow:0 20px 60px #2e86de1f}.hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.hero-card-header h3{font-size:1.1rem;font-weight:600}.hero-card-badge{background:var(--blue);color:var(--white);padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-item{background:var(--off-white);border-radius:16px;padding:1rem;transition:all .3s ease;box-shadow:0 10px 25px #91c9bf8c}.product-item:hover{transform:translateY(-4px);box-shadow:0 14px 35px #91c9bfa6}img.product-img{width:100%;height:auto;border-radius:10px;object-fit:cover}.stats{padding:80px 5%;background:var(--blue);color:var(--white);position:relative;overflow:hidden}.stats:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}.stat-item{text-align:center}.stat-icon{margin-bottom:.75rem;color:var(--white);display:flex;justify-content:center;align-items:center}.stat-icon svg{width:36px;height:36px;opacity:.95}.stat-label{font-size:.95rem;opacity:.9;font-weight:500}.screenshots{padding:120px 5%;background:var(--white)}.screenshots .section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.screenshots .section-header h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem;color:var(--charcoal)}.screenshots .section-header p{color:#5a6872;font-size:1.1rem;line-height:1.6}.screenshots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.screenshot-item{border-radius:16px;overflow:hidden;box-shadow:0 15px 50px #0003;transition:all .3s ease}.screenshot-item:hover{transform:translateY(-8px);box-shadow:0 25px 60px #00000040}.screenshot-item img{width:100%;height:auto;display:block;cursor:pointer}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#000000e6;justify-content:center;align-items:center}.modal.active{display:flex}.modal-content{max-width:90%;max-height:90%;border-radius:8px;animation:modalZoom .3s ease}@keyframes modalZoom{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;transition:color .3s ease}.modal-close:hover{color:var(--coral)}.features{padding:120px 5%}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem;color:var(--charcoal)}.section-header p{color:#5a6872;font-size:1.1rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.features-grid:has(.feature-card:nth-child(4):last-child){grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto}.feature-card{background:var(--white);padding:2.5rem;border-radius:20px;transition:all .4s ease;border:1px solid transparent}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #2e86de1f;border-color:var(--blue-light)}.feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.75rem}.feature-card:nth-child(1) .feature-icon{background:#26546326}.feature-card:nth-child(2) .feature-icon{background:#f5de5c40}.feature-card:nth-child(3) .feature-icon{background:#91c9bf4d}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--charcoal)}.feature-card p{color:#5a6872;line-height:1.6;font-size:.95rem}.cta{padding:100px 5%;background:var(--gray-blue);text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem;color:var(--charcoal)}.cta p{color:#5a6872;font-size:1.1rem;margin-bottom:2rem}footer{background:var(--charcoal);color:var(--white);padding:60px 5% 30px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo span{color:#fff}.footer-brand p{color:#ffffffb3;margin-top:1rem;line-height:1.6;font-size:.9rem}.footer-col h4{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;color:var(--mint)}.footer-col a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:.75rem;font-size:.9rem;transition:color .3s ease}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#ffffff80;font-size:.85rem}.page-header{padding:160px 5% 80px;background:linear-gradient(135deg,var(--gray-blue) 0%,var(--off-white) 100%);text-align:center}.page-header h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--charcoal);margin-bottom:1rem}.page-header p{color:#5a6872;font-size:1.15rem;max-width:600px;margin:0 auto}@media(max-width:1024px){.hero{justify-content:flex-start;gap:3rem}.hero-visual{display:none}.hero-content{max-width:100%}.stats-grid,.features-grid,.screenshots-grid,.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links{position:fixed;top:0;left:0;right:0;height:50vh;width:100vw;background-color:#fafafa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;box-shadow:0 4px 30px #0000001a}.nav-links.active{opacity:1;visibility:visible}.nav-links a{font-size:1.5rem;color:var(--charcoal)}.nav-links .nav-cta{margin-top:1rem;background:var(--blue);color:var(--white)!important;padding:1rem 2.5rem}.hamburger{display:flex;z-index:1001}.hero{text-align:center;padding:120px 5% 60px}.hero-content{display:flex;flex-direction:column;align-items:center}.hero p{max-width:100%}.hero-buttons{justify-content:center}.features-grid,.screenshots-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center}}#password-gate{position:fixed;inset:0;background:var(--off-white);z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}#password-gate.fade-out{opacity:0}.password-modal{background:var(--white);padding:3rem;border-radius:24px;box-shadow:0 20px 60px #2e86de26;text-align:center;max-width:400px;width:90%}.password-logo{margin-bottom:1.5rem}.password-logo img{height:50px;width:auto}.password-modal p{color:#5a6872;margin-bottom:1.5rem;font-size:1rem}#password-form{display:flex;flex-direction:column;gap:1rem}#password-input{padding:1rem 1.25rem;border:2px solid var(--light-gray);border-radius:12px;font-size:1rem;font-family:Space Grotesk,sans-serif;outline:none;transition:border-color .3s ease}#password-input:focus{border-color:var(--blue)}#password-form button{background:var(--blue);color:var(--white);border:none;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;font-family:Space Grotesk,sans-serif;cursor:pointer;transition:all .3s ease}#password-form button:hover{background:var(--blue-dark);transform:translateY(-2px)}#password-error{color:var(--coral);font-size:.9rem;min-height:1.2em}
