.landing-page{--midnight:#0a1828;--deep-ocean:#1a2f47;--ocean-blue:#2e5c7f;--wave-teal:#3a8eba;--seafoam:#7bc8e2;--pearl:#f8fafb;--sand:#e8ecf0;--coral:#ff6b5a;--gold:#d4af37;color:var(--midnight);background:var(--pearl);font-family:DM Sans,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafbf2;border-bottom:1px solid #2e5c7f1a;transition:all .4s;position:fixed;top:0;left:0;right:0}.landing-page nav.scrolled{background:#f8fafbfa;box-shadow:0 4px 24px #0a182814}.landing-page .landing-main{margin-left:0}.landing-page .nav-container{justify-content:space-between;align-items:center;max-width:1400px;min-height:6rem;margin:0 auto;padding:0 1.5rem;display:flex}.landing-page .logo{color:var(--ocean-blue);letter-spacing:-.02em;align-items:center;gap:.5rem;font-family:Crimson Pro,Georgia,serif;font-size:2rem;font-weight:600;display:flex}.landing-page .logo svg{width:36px;height:36px}.landing-page .nav-logo-img{object-fit:contain;width:auto;height:6rem;display:block}.landing-page .nav-menu-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:0;display:none}.landing-page .nav-menu-btn .nav-menu-icon{background:var(--ocean-blue);border-radius:1px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.landing-page .nav-menu-btn .nav-menu-icon.open:first-child{transform:translateY(8px)rotate(45deg)}.landing-page .nav-menu-btn .nav-menu-icon.open:nth-child(2){opacity:0}.landing-page .nav-menu-btn .nav-menu-icon.open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.landing-page .nav-backdrop{z-index:999;-webkit-tap-highlight-color:transparent;background:#0a182866;display:none;position:fixed;inset:0}.landing-page .hero-logo-img{object-fit:contain;width:auto;height:6rem;display:block}.landing-page .nav-links{align-items:center;gap:3rem;list-style:none;display:flex}.landing-page .nav-links a{color:var(--deep-ocean);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.landing-page .nav-links a:after{content:"";background:var(--wave-teal);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.landing-page .nav-links a:hover:after{width:100%}.landing-page .nav-cta{align-items:center;gap:1rem;display:flex}.landing-page .btn-secondary{color:var(--ocean-blue);border:1.5px solid var(--ocean-blue);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.landing-page .btn-secondary:hover{background:var(--ocean-blue);color:#fff;transform:translateY(-2px)}.landing-page .btn-primary{background:linear-gradient(135deg,var(--ocean-blue),var(--wave-teal));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #2e5c7f4d}.landing-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2e5c7f66}.landing-page .hero{background:linear-gradient(165deg,var(--pearl)0%,var(--sand)50%,#d8e4f0 100%);align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.landing-page .hero:before{content:"";background:radial-gradient(circle,#3a8eba26 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:20s ease-in-out infinite landing-float;position:absolute;top:-200px;right:-200px}.landing-page .hero:after{content:"";background:radial-gradient(circle,#7bc8e21f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:15s ease-in-out infinite reverse landing-float;position:absolute;bottom:-150px;left:-150px}@keyframes landing-float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.05)}}.landing-page .hero-container{z-index:2;grid-template-columns:1.1fr 1fr;align-items:center;gap:6rem;max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;position:relative}.landing-page .hero-badge{border:1px solid var(--seafoam);color:var(--ocean-blue);background:#ffffffe6;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #3a8eba26}.landing-page .hero h1{color:var(--midnight);letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Crimson Pro,Georgia,serif;font-size:4.5rem;font-weight:600;line-height:1.1}.landing-page .hero h1 .highlight{background:linear-gradient(135deg,var(--ocean-blue),var(--wave-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .hero p{color:var(--deep-ocean);max-width:600px;margin-bottom:2.5rem;font-size:1.3rem;line-height:1.7}.landing-page .hero-cta{align-items:center;gap:1.25rem;display:flex}.landing-page .btn-large{padding:1.1rem 2.75rem;font-size:1.1rem}.landing-page .trusted-by p{text-transform:uppercase;letter-spacing:.1em;color:var(--ocean-blue);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.landing-page .company-logos{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.landing-page .company-logos span{color:var(--deep-ocean);opacity:.6;font-size:1.3rem;font-weight:600;transition:opacity .3s}.landing-page .company-logos span:hover{opacity:1}.landing-page .dashboard-preview{z-index:2;background:#fff;border-radius:20px;padding:2rem;position:relative;box-shadow:0 20px 60px #0a182826,0 0 0 1px #2e5c7f1a}.landing-page .preview-header{gap:.5rem;margin-bottom:1.5rem;display:flex}.landing-page .preview-dot{background:var(--sand);border-radius:50%;width:12px;height:12px}.landing-page .preview-content{background:linear-gradient(135deg,#f0f4f8 0%,#e8ecf0 100%);border-radius:12px;flex-direction:column;gap:1.5rem;min-height:400px;padding:2rem;display:flex}.landing-page .preview-item{background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0a18280d}.landing-page .preview-item-content h4{color:var(--midnight);margin-bottom:.25rem;font-size:.95rem}.landing-page .preview-item-content p{color:var(--ocean-blue);margin:0;font-size:.85rem}.landing-page .status-badge{border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.landing-page .status-signed{color:#2a7a58;background:#3aba7d26}.landing-page .status-pending{color:#c87f2e;background:#ffab4c26}.landing-page .stats{background:var(--midnight);padding:6rem 3rem;position:relative;overflow:hidden}.landing-page .stats-container{z-index:2;grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.landing-page .stat-item{text-align:center}.landing-page .stat-number{background:linear-gradient(135deg,var(--seafoam),var(--wave-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Crimson Pro,Georgia,serif;font-size:4rem;font-weight:600;display:block}.landing-page .stat-label{color:var(--sand);font-size:1.1rem;font-weight:500}.landing-page .features{background:var(--pearl);padding:8rem 3rem}.landing-page .section-header{text-align:center;max-width:800px;margin:0 auto 5rem}.landing-page .section-badge{color:var(--ocean-blue);text-transform:uppercase;letter-spacing:.05em;background:#3a8eba1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.landing-page .section-header h2{color:var(--midnight);letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Crimson Pro,Georgia,serif;font-size:3.5rem;font-weight:600;line-height:1.2}.landing-page .section-header p{color:var(--deep-ocean);font-size:1.2rem;line-height:1.7}.landing-page .features-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:0 auto;display:grid}.landing-page .feature-card{background:#fff;border:1px solid #2e5c7f1a;border-radius:16px;padding:3rem 2.5rem;transition:all .4s;position:relative;overflow:hidden}.landing-page .feature-card:before{content:"";background:linear-gradient(90deg,var(--ocean-blue),var(--wave-teal));height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.landing-page .feature-card:hover:before{transform:scaleX(1)}.landing-page .feature-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0a18281f}.landing-page .feature-icon{background:linear-gradient(135deg,#3a8eba1a,#7bc8e21a);border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;display:flex}.landing-page .feature-icon svg{width:28px;height:28px;stroke:var(--ocean-blue)}.landing-page .feature-card h3{color:var(--midnight);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.landing-page .feature-card p{color:var(--deep-ocean);font-size:1rem;line-height:1.7}.landing-page .enterprise{background:linear-gradient(165deg,var(--midnight)0%,var(--deep-ocean)100%);padding:8rem 3rem;position:relative;overflow:hidden}.landing-page .enterprise-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.landing-page .enterprise-content h2{color:#fff;letter-spacing:-.02em;margin-bottom:2rem;font-family:Crimson Pro,Georgia,serif;font-size:3.5rem;font-weight:600;line-height:1.2}.landing-page .enterprise-content p{color:var(--seafoam);margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}.landing-page .enterprise-features{gap:1.5rem;display:grid}.landing-page .enterprise-feature{align-items:flex-start;gap:1.25rem;display:flex}.landing-page .enterprise-feature-icon{background:#7bc8e226;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.landing-page .enterprise-feature-icon svg{width:24px;height:24px;stroke:var(--seafoam)}.landing-page .enterprise-feature-content h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.landing-page .enterprise-feature-content p{color:var(--sand);margin:0;font-size:.95rem}.landing-page .enterprise-visual{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #7bc8e233;border-radius:20px;padding:3rem}.landing-page .enterprise-stat{text-align:center;border-bottom:1px solid #7bc8e233;padding:2rem 0}.landing-page .enterprise-stat:last-child{border-bottom:none}.landing-page .enterprise-stat-number{color:var(--seafoam);margin-bottom:.5rem;font-family:Crimson Pro,Georgia,serif;font-size:3rem;font-weight:600;display:block}.landing-page .enterprise-stat-label{color:var(--sand);font-size:1rem}.landing-page .pricing{background:var(--pearl);padding:8rem 3rem}.landing-page .pricing-container{max-width:1200px;margin:0 auto}.landing-page .pricing-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem;display:grid}.landing-page .pricing-card{background:#fff;border:2px solid #2e5c7f1a;border-radius:20px;padding:3rem 2.5rem;transition:all .4s;position:relative}.landing-page .pricing-card.featured{background:linear-gradient(165deg,var(--midnight)0%,var(--deep-ocean)100%);border:2px solid var(--wave-teal);transform:scale(1.05)}.landing-page .pricing-card.featured .popular-badge{background:linear-gradient(135deg,var(--coral),#ff8a7a);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.landing-page .pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0a182826}.landing-page .pricing-card.featured:hover{transform:scale(1.05)translateY(-8px)}.landing-page .pricing-header h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.landing-page .pricing-header p{color:var(--deep-ocean);margin-bottom:2rem}.landing-page .pricing-price{color:var(--midnight);margin-bottom:.5rem;font-family:Crimson Pro,Georgia,serif;font-size:3.5rem;font-weight:600}.landing-page .pricing-price span{color:var(--ocean-blue);font-family:DM Sans,system-ui,sans-serif;font-size:1.2rem;font-weight:500}.landing-page .pricing-card.featured .pricing-header h3,.landing-page .pricing-card.featured .pricing-header p,.landing-page .pricing-card.featured .pricing-price{color:#fff}.landing-page .pricing-card.featured .pricing-price span{color:var(--seafoam)}.landing-page .pricing-period{color:var(--ocean-blue);margin-bottom:2rem;font-size:1rem;display:block}.landing-page .pricing-card.featured .pricing-period{color:var(--sand)}.landing-page .pricing-features{margin-bottom:2.5rem;list-style:none}.landing-page .pricing-features li{color:var(--deep-ocean);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.landing-page .pricing-card.featured .pricing-features li{color:var(--sand)}.landing-page .pricing-features li:before{content:"✓";color:var(--wave-teal);font-size:1.2rem;font-weight:700}.landing-page .btn-pricing{background:var(--ocean-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s}.landing-page .btn-pricing:hover{background:var(--wave-teal);transform:translateY(-2px)}.landing-page .pricing-card.featured .btn-pricing{color:var(--ocean-blue);background:#fff}.landing-page .pricing-card.featured .btn-pricing:hover{background:var(--seafoam);color:var(--midnight)}.landing-page .cta{background:linear-gradient(165deg,var(--ocean-blue)0%,var(--wave-teal)100%);padding:8rem 3rem;position:relative;overflow:hidden}.landing-page .cta-container{text-align:center;z-index:2;max-width:900px;margin:0 auto;position:relative}.landing-page .cta h2{color:#fff;margin-bottom:1.5rem;font-family:Crimson Pro,Georgia,serif;font-size:3.5rem;font-weight:600;line-height:1.2}.landing-page .cta p{color:#ffffffe6;margin-bottom:3rem;font-size:1.3rem;line-height:1.7}.landing-page .cta-buttons{justify-content:center;gap:1.5rem;display:flex}.landing-page .btn-white{color:var(--ocean-blue);cursor:pointer;background:#fff;border:none;border-radius:10px;padding:1.1rem 2.75rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.landing-page .btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0003}.landing-page .btn-outline-white{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:10px;padding:1.1rem 2.75rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.landing-page .btn-outline-white:hover{color:var(--ocean-blue);background:#fff;transform:translateY(-2px)}.landing-page footer{background:var(--midnight);color:var(--sand);padding:5rem 3rem 3rem}.landing-page .footer-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto 4rem;display:grid}.landing-page .footer-brand h3{color:#fff;margin-bottom:1rem;font-family:Crimson Pro,Georgia,serif;font-size:2rem}.landing-page .footer-brand p{color:var(--sand);margin-bottom:2rem;line-height:1.7}.landing-page .footer-column h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.landing-page .footer-column ul{list-style:none}.landing-page .footer-column ul li{margin-bottom:.75rem}.landing-page .footer-column ul li a{color:var(--sand);text-decoration:none;transition:color .3s}.landing-page .footer-column ul li a:hover{color:var(--seafoam)}.landing-page .footer-bottom{border-top:1px solid #7bc8e233;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding-top:3rem;display:flex}.landing-page .footer-bottom p{color:var(--sand);font-size:.9rem}.landing-page .social-links{gap:1.5rem;display:flex}.landing-page .social-links a{background:#7bc8e21a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.landing-page .social-links a:hover{background:var(--wave-teal);transform:translateY(-3px)}.landing-page .social-links svg{width:20px;height:20px;stroke:var(--seafoam)}@media (max-width:1200px){.landing-page .hero-container,.landing-page .enterprise-container{grid-template-columns:1fr;gap:4rem}.landing-page .features-grid{grid-template-columns:repeat(2,1fr)}.landing-page .pricing-grid{grid-template-columns:1fr}.landing-page .pricing-card.featured{transform:scale(1)}}@media (max-width:768px){.landing-page .nav-container{min-height:4rem;padding:.75rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.landing-page .nav-logo-img{height:2.5rem}.landing-page .nav-menu-btn{margin-left:auto;margin-right:.5rem;display:flex}.landing-page .nav-links{width:min(280px,100vw - 2rem);height:100dvh;padding:5rem 1.5rem 2rem;padding-top:max(5rem,calc(4rem + env(safe-area-inset-top)));background:var(--pearl);z-index:1001;flex-direction:column;gap:0;margin:0;list-style:none;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 24px #0a18281f}.landing-page .nav-links.nav-links-open{transform:translate(0)}.landing-page .nav-links li{border-bottom:1px solid #2e5c7f1a}.landing-page .nav-links a{-webkit-tap-highlight-color:transparent;touch-action:manipulation;align-items:center;min-height:44px;padding:1rem 0;display:flex}.landing-page .nav-cta{flex-direction:row;gap:.5rem;width:auto;margin-top:0}.landing-page .nav-cta .btn-secondary,.landing-page .nav-cta .btn-primary{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.65rem 1rem;font-size:.9rem;display:inline-flex}.landing-page .nav-backdrop{display:block}.landing-page .hero{padding-top:5rem;padding-top:max(5rem,calc(4rem + env(safe-area-inset-top)));padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));min-height:auto;padding-bottom:3rem}.landing-page .hero-container{gap:2.5rem;padding:0 1rem}.landing-page .hero-logo-img{height:3rem}.landing-page .hero h1{margin-bottom:1rem;font-size:2.25rem}.landing-page .hero p{margin-bottom:1.5rem;font-size:1rem}.landing-page .hero-cta{flex-direction:column;gap:.75rem}.landing-page .hero-cta .btn-large{justify-content:center;width:100%;max-width:280px;min-height:48px}.landing-page .trusted-by{margin-top:2.5rem!important}.landing-page .company-logos{justify-content:center;gap:1.5rem}.landing-page .company-logos span{font-size:1rem}.landing-page .dashboard-preview{padding:1rem}.landing-page .preview-content{min-height:280px;padding:1.25rem}.landing-page .preview-item{flex-wrap:wrap;gap:.5rem;padding:1rem}.landing-page .preview-item-content h4{font-size:.85rem}.landing-page .stats{padding:3rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.landing-page .stats-container{grid-template-columns:repeat(2,1fr);gap:2rem}.landing-page .stat-number{font-size:2.5rem}.landing-page .stat-label{font-size:.9rem}.landing-page .features,.landing-page .enterprise,.landing-page .pricing,.landing-page .cta{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-top:4rem;padding-bottom:4rem}.landing-page .features{padding:4rem 1rem}.landing-page .section-header{margin-bottom:3rem}.landing-page .section-header h2{font-size:2rem}.landing-page .section-header p{font-size:1rem}.landing-page .features-grid{grid-template-columns:1fr;gap:1.5rem}.landing-page .feature-card{padding:2rem 1.5rem}.landing-page .enterprise{padding:4rem 1rem}.landing-page .enterprise-container{gap:3rem;padding:0 1rem}.landing-page .enterprise-content h2{font-size:2rem}.landing-page .enterprise-content p{font-size:1rem}.landing-page .enterprise-visual{padding:2rem 1.5rem}.landing-page .enterprise-stat-number{font-size:2rem}.landing-page .pricing{padding:4rem 1rem}.landing-page .pricing-container{padding:0 1rem}.landing-page .pricing-grid{gap:1.5rem;margin-top:2.5rem}.landing-page .pricing-card{padding:2rem 1.25rem}.landing-page .pricing-card.featured{transform:scale(1)}.landing-page .pricing-price{font-size:2.5rem}.landing-page .cta h2{font-size:2rem}.landing-page .cta p{margin-bottom:2rem;font-size:1rem}.landing-page .cta-buttons{flex-direction:column;gap:.75rem}.landing-page .cta-buttons .btn-white,.landing-page .cta-buttons .btn-outline-white{justify-content:center;width:100%;max-width:280px;min-height:48px}.landing-page footer{padding:3rem 1rem 2rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-bottom:max(2rem,env(safe-area-inset-bottom))}.landing-page .footer-container{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.landing-page .footer-bottom{text-align:center;flex-direction:column;gap:1rem;padding-top:2rem}.landing-page .social-links a{min-width:44px;min-height:44px}}@media (max-width:480px){.landing-page .hero h1{font-size:1.875rem}.landing-page .stats-container{grid-template-columns:1fr}.landing-page .section-header h2,.landing-page .cta h2{font-size:1.75rem}}
