@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";
.landing-page{--bg-primary:#fff;--bg-secondary:#f8fafc;--text-primary:#0f172a;--text-secondary:#475569;--brand-blue:#0a2540;--border-color:#e2e8f0;--sans:"Inter",sans-serif;--heading:"Plus Jakarta Sans",sans-serif;font-family:var(--sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;position:relative;overflow-x:hidden}.landing-page ::selection{color:var(--brand-blue);background:#2563eb33}.nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;width:100%;padding:.75rem 6vw;transition:all .3s;display:flex;position:fixed;top:0;left:0}.nav-logo{align-items:center;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;width:auto;height:60px}.nav-links{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--brand-blue)}.nav-cta{background:var(--brand-blue);color:#fff;border-radius:8px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #0a254026}.nav-cta:hover{color:#fff;background:#000;transform:translateY(-1px);box-shadow:0 6px 16px #0a254033}.hero{background:linear-gradient(#f8fafc 0%,#fff 100%);justify-content:space-between;align-items:center;gap:4rem;min-height:100dvh;padding:8rem 6vw 4rem;display:flex;position:relative;overflow:visible}.hero-content{z-index:2;flex:1;max-width:600px;position:relative}.hero-eyebrow{color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em;background:#0a25400d;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{font-family:var(--heading);color:var(--text-primary);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3.5rem,6vw,5.5rem);font-weight:800;line-height:1.05}.hero-sub{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.hero-actions{align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--brand-blue);color:#fff;font-family:var(--sans);cursor:pointer;border:none;border-radius:8px;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 8px 20px #0a254026}.btn-primary:hover{color:#fff;background:#000;transform:translateY(-2px);box-shadow:0 12px 24px #0a254033}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);font-family:var(--sans);cursor:pointer;background:#fff;border-radius:8px;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #00000005}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.hero-video-container{z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:55%;display:flex;position:relative}.features{border-top:1px solid var(--border-color);background:#fff;padding:8rem 6vw;position:relative}.section-header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.section-header h2{font-family:var(--heading);color:var(--text-primary);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.section-header p{color:var(--text-secondary);font-size:1.25rem;line-height:1.6}.feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;margin-bottom:8rem;display:grid}.feature-row:nth-child(2n){direction:rtl}.feature-row:nth-child(2n)>*{direction:ltr}.feature-text h3{font-family:var(--heading);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.feature-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.feature-media{border:1px solid #0000000d;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014}.feature-media>video,.feature-media>img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.pricing{background:var(--bg-secondary);padding:8rem 6vw}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.price-card{border:1px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;padding:3rem;display:flex;box-shadow:0 10px 30px #00000005}.price-card.featured{border:2px solid var(--brand-blue);transform:translateY(-8px);box-shadow:0 20px 60px #0a254014}.price-tier{font-family:var(--heading);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.price-amount{font-family:var(--heading);color:var(--text-primary);margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.price-period{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem}.price-features{flex:1;margin:0 0 3rem;padding:0;list-style:none}.price-features li{color:var(--text-secondary);border-bottom:1px solid var(--bg-secondary);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.price-features li:before{content:"✓";color:var(--brand-blue);font-weight:700}.price-btn{width:100%;font-family:var(--sans);cursor:pointer;text-align:center;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.price-btn.default{color:var(--text-primary);border:1px solid var(--border-color);background:#fff}.price-btn.default:hover{background:var(--bg-secondary)}.price-btn.featured{background:var(--brand-blue);color:#fff;border:none}.price-btn.featured:hover{background:#000}.footer{color:var(--text-primary);background:#f8fafc;border-top:1px solid #0000000f;padding:5rem 6vw 3rem}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem;display:grid}.footer-brand img{object-fit:contain;width:auto;height:40px;margin-bottom:1rem}.footer-brand p{color:#64748b;font-size:.9rem;line-height:1.6}.footer-col h5{font-family:var(--sans);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.footer-col a{color:#64748b;margin-bottom:.75rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--text-primary)}.footer-bottom{color:#94a3b8;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding-top:3rem;font-size:.85rem;display:flex}.footer-status{align-items:center;gap:.5rem;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.nav-hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger-line{background:var(--text-primary,#1a1a1a);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-overlay{z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;position:fixed;inset:0}.mobile-nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #00000014;flex-direction:column;gap:.75rem;padding:1.5rem 2rem;animation:.25s slideDown;display:flex;position:absolute;top:60px;left:0;right:0;box-shadow:0 12px 40px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-menu a{color:var(--text-primary,#1a1a1a);border-bottom:1px solid #0000000a;padding:.6rem 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.mobile-nav-menu a:last-child{text-align:center;border-bottom:none;margin-top:.5rem}.mobile-nav-menu a:hover{color:var(--brand-blue)}@media (max-width:1024px){.hero{gap:2rem;padding:6rem 4vw 3rem}.hero-video-container{width:45%}.feature-row{gap:3rem;margin-bottom:5rem}.feature-text h3{font-size:2rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.nav-links,.nav-cta-desktop{display:none!important}.nav-hamburger{display:flex}.nav-logo img{height:36px}.nav{padding:.6rem 1rem}.hero{text-align:left;flex-direction:column;gap:2rem;min-height:auto;padding:5rem 1.25rem 3rem}.hero-content{max-width:100%}.hero-title{margin-bottom:1rem;font-size:clamp(2rem,8vw,2.8rem)!important}.hero-eyebrow{margin-bottom:1rem;font-size:.75rem}.hero-sub{margin-bottom:1.5rem;font-size:1rem!important}.hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.hero-actions a{text-align:center;justify-content:center}.hero-video-container{aspect-ratio:16/10;width:100%}.features{padding:4rem 1.25rem}.section-header{margin-bottom:3rem}.section-header h2{font-size:clamp(1.6rem,6vw,2.2rem)!important}.section-header p{font-size:1rem}.feature-row{gap:1.5rem;margin-bottom:3.5rem;grid-template-columns:1fr!important}.feature-row:nth-child(2n){direction:ltr}.feature-text h3{margin-bottom:.75rem;font-size:1.5rem}.feature-text p{margin-bottom:1rem;font-size:1rem}.feature-media{border-radius:16px}.pricing{padding:4rem 1.25rem}.pricing-grid{gap:1.5rem;grid-template-columns:1fr!important}.price-card{padding:2rem}.price-card.featured{transform:none}.price-amount{font-size:2.5rem}.footer{padding:3rem 1.25rem 2rem}.footer-top{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{padding:.85rem 1.5rem;font-size:.9rem}}
