.landing-body{background:var(--white);color:#1a1a2e}.landing-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(0,51,102,0.97);backdrop-filter:blur(12px);border-bottom:2px solid var(--vibrant-green);padding:0 1.5rem}.landing-nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.landing-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.landing-logo-img{height:40px;width:auto;display:block}.landing-logo-text{font-size:1.35rem;font-weight:700;color:var(--white);letter-spacing:-.5px}.landing-nav-links{display:flex;align-items:center;gap:.25rem}.landing-nav-link{color:rgba(255,255,255,0.85);text-decoration:none;padding:.5rem .9rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:color .2s,background .2s}.landing-nav-link:hover{color:var(--white);background:rgba(255,255,255,0.1)}.landing-nav-cta{background:var(--vibrant-green);color:var(--white);padding:.55rem 1.25rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:600;margin-left:.5rem;transition:background .2s,transform .15s}.landing-nav-cta:hover{background:#009960;transform:translateY(-1px)}.landing-mobile-toggle{display:none;background:0;border:0;color:var(--white);font-size:1.4rem;cursor:pointer;padding:.5rem}.landing-nav-cta-mobile{display:none}.landing-hero{padding:8rem 0 5rem;background:linear-gradient(160deg,#036 0,#001a33 60%,#024 100%);color:var(--white);overflow:hidden}.landing-hero-content{display:flex;align-items:center;gap:3rem}.landing-hero-text{flex:1;min-width:0}.landing-hero h1{font-size:3rem;font-weight:700;line-height:1.15;margin:0 0 1.25rem;letter-spacing:-1px}.landing-hero-sub{font-size:1.15rem;line-height:1.7;color:rgba(255,255,255,0.8);max-width:540px;margin:0 0 2.5rem}.landing-hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.landing-hero-visual{flex:0 0 420px;max-width:420px}.hero-mockup{background:#0d1b2a;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.4),0 0 40px rgba(0,168,107,0.1);border:1px solid rgba(255,255,255,0.08)}.hero-mockup-header{display:flex;align-items:center;gap:6px;padding:.7rem 1rem;background:#152238;border-bottom:1px solid rgba(255,255,255,0.06)}.hero-mockup-dot{width:10px;height:10px;border-radius:50%}.hero-mockup-dot.red{background:#ff5f57}.hero-mockup-dot.yellow{background:#ffbd2e}.hero-mockup-dot.green{background:#28c840}.hero-mockup-title{font-size:.7rem;color:rgba(255,255,255,0.45);margin-left:.5rem;font-weight:500}.hero-mockup-body{padding:1rem}.hero-mockup-row{display:grid;grid-template-columns:1fr 1.2fr .9fr;gap:.5rem;padding:.55rem .75rem;border-radius:6px;font-size:.78rem;align-items:center}.hero-mockup-row.header-row{color:rgba(255,255,255,0.4);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;padding-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,0.06);margin-bottom:.25rem}.hero-mockup-row.dirty{background:rgba(239,68,68,0.08);color:rgba(255,255,255,0.7);margin-bottom:2px;border-left:3px solid rgba(239,68,68,0.5)}.hero-mockup-row.clean{background:rgba(0,168,107,0.1);color:rgba(255,255,255,0.9);border-left:3px solid var(--vibrant-green);font-weight:500}.status-badge{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;padding:2px 8px;border-radius:4px;font-weight:600;white-space:nowrap}.status-badge.duplicate{background:rgba(239,68,68,0.15);color:#f87171}.status-badge.merged{background:rgba(0,168,107,0.15);color:#34d399}.hero-mockup-merge-arrow{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 0;color:var(--vibrant-green);font-size:.75rem;font-weight:600}.hero-mockup-merge-arrow i{font-size:.65rem}.btn-landing-primary{display:inline-block;background:var(--vibrant-green);color:var(--white);padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 12px rgba(0,168,107,0.3)}.btn-landing-primary:hover{background:#009960;transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,168,107,0.4)}.btn-landing-primary.btn-landing-lg{padding:1.15rem 3rem;font-size:1.2rem}.btn-landing-secondary{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,0.85);padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:500;border:1px solid rgba(255,255,255,0.25);transition:border-color .2s,color .2s,background .2s}.btn-landing-secondary:hover{border-color:rgba(255,255,255,0.5);color:var(--white);background:rgba(255,255,255,0.05)}.landing-pain{padding:5rem 0;background:linear-gradient(160deg,#1a1a2e 0,#16213e 100%);color:var(--white)}.landing-pain h2{color:var(--white)}.landing-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-pain-card{background:rgba(255,255,255,0.06);border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,0.08);transition:transform .2s,box-shadow .2s,background .2s}.landing-pain-card:hover{transform:translateY(-4px);background:rgba(255,255,255,0.09);box-shadow:0 8px 30px rgba(0,0,0,0.3)}.landing-pain-icon{width:56px;height:56px;border-radius:12px;background:rgba(239,68,68,0.15);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.4rem;color:#f87171}.landing-pain-card h3{font-size:1.15rem;font-weight:600;color:var(--white);margin:0 0 .75rem}.landing-pain-card p{font-size:.95rem;line-height:1.65;color:rgba(255,255,255,0.7);margin:0}.landing-how{padding:5rem 0;background:var(--white)}.landing-pain h2,.landing-how h2,.landing-use-cases h2,.landing-features h2,.landing-roi h2,.landing-pricing h2,.landing-faq h2,.landing-final-cta h2{text-align:center;font-size:2.2rem;font-weight:700;color:var(--deep-blue);margin:0 0 3rem;letter-spacing:-.5px}.landing-pain h2{color:var(--white)}.landing-steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem}.landing-step{text-align:center;flex:1;max-width:300px;position:relative}.landing-step-number{width:36px;height:36px;border-radius:50%;background:var(--vibrant-green);color:var(--white);font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.landing-step-icon{font-size:2rem;color:var(--deep-blue);margin-bottom:1rem}.landing-step h3{font-size:1.15rem;font-weight:600;color:#1a1a2e;margin:0 0 .75rem}.landing-step p{font-size:.95rem;line-height:1.65;color:var(--dark-gray);margin:0}.landing-step-arrow{display:flex;align-items:center;padding-top:3.5rem;color:var(--light-gray);font-size:1.5rem}.landing-roi{padding:5rem 0;background:#f7f8fa}.landing-roi-sub{text-align:center;font-size:1.1rem;color:var(--dark-gray);margin:-2rem auto 3rem;max-width:560px}.landing-roi-grid{max-width:800px;margin:0 auto 3rem}.landing-roi-example{background:var(--white);border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,0.08);overflow:hidden}.landing-roi-scenario{background:linear-gradient(135deg,#036,#001a33);color:var(--white);padding:1.5rem 2rem;text-align:center}.landing-roi-scenario-header{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.landing-roi-scenario-desc{font-size:.95rem;color:rgba(255,255,255,0.75)}.landing-roi-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e5e7eb}.landing-roi-stat{background:var(--white);padding:2rem 1.5rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.landing-roi-stat-number{font-size:2.2rem;font-weight:800;color:var(--vibrant-green);letter-spacing:-1px}.landing-roi-stat-label{font-size:.85rem;color:var(--dark-gray);line-height:1.4}.landing-roi-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px;margin:0 auto}.landing-roi-detail{display:flex;gap:.75rem;align-items:flex-start}.landing-roi-detail i{color:var(--deep-blue);font-size:1rem;margin-top:.2rem;flex-shrink:0}.landing-roi-detail p{font-size:.88rem;line-height:1.6;color:var(--dark-gray);margin:0}.landing-use-cases{padding:5rem 0;background:var(--white)}.landing-use-cases-rows{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.landing-use-case-row{display:flex;align-items:center;gap:2.5rem;padding:2rem;background:#f7f8fa;border-radius:12px;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s,border-color .2s}.landing-use-case-row:hover{transform:translateY(-3px);box-shadow:0 6px 24px rgba(0,0,0,0.08);border-color:rgba(0,168,107,0.3)}.landing-use-case-row.reverse{flex-direction:row-reverse}.landing-use-case-row-icon{width:64px;height:64px;border-radius:14px;background:rgba(0,51,102,0.08);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--deep-blue);flex-shrink:0}.landing-use-case-row-text{flex:1}.landing-use-case-row-text h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.landing-use-case-row-text p{font-size:.95rem;line-height:1.65;color:var(--dark-gray);margin:0}.landing-features{padding:5rem 0;background:#f7f8fa}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.landing-feature-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 2px 16px rgba(0,0,0,0.06);transition:transform .2s,box-shadow .2s;border-left:4px solid var(--vibrant-green)}.landing-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.1)}.landing-feature-icon{width:56px;height:56px;border-radius:12px;background:rgba(0,168,107,0.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.4rem;color:var(--vibrant-green)}.landing-feature-card h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin:0 0 .75rem}.landing-feature-card p{font-size:.95rem;line-height:1.65;color:var(--dark-gray);margin:0}.landing-pricing{padding:5rem 0;background:var(--white)}.landing-pricing-sub{text-align:center;font-size:1.1rem;color:var(--dark-gray);margin:-2rem auto 3rem;max-width:500px}.landing-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.landing-pricing-card{background:#f7f8fa;border-radius:12px;padding:2.5rem 2rem;border:1px solid #e5e7eb;transition:box-shadow .2s}.landing-pricing-card:hover{box-shadow:0 8px 30px rgba(0,0,0,0.08)}.landing-pricing-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.3rem;color:var(--deep-blue)}.landing-pricing-header h3{font-size:1.3rem;font-weight:700;color:var(--deep-blue);margin:0}.landing-pricing-desc{font-size:.95rem;line-height:1.6;color:var(--dark-gray);margin:0 0 1.5rem}.landing-pricing-tiers{list-style:none;padding:0;margin:0 0 1.5rem}.landing-pricing-tiers li{display:flex;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb;gap:.75rem}.landing-pricing-tiers li:last-child{border-bottom:0}.landing-pricing-tier-name{flex:1;font-size:.95rem;color:#1a1a2e;font-weight:500}.landing-pricing-tier-price{font-size:1.05rem;font-weight:700;color:var(--deep-blue)}.landing-pricing-tier-save{font-size:.78rem;font-weight:600;color:var(--vibrant-green);background:rgba(0,168,107,0.1);padding:.2rem .5rem;border-radius:4px}.landing-pricing-note{font-size:.88rem;color:var(--vibrant-green);font-weight:500;display:flex;align-items:center;gap:.5rem}.landing-trust-signals{display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap}.landing-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--dark-gray);font-weight:500}.landing-trust-item i{color:var(--vibrant-green);font-size:1rem}.landing-pricing-cta{text-align:center;margin-top:2.5rem}.landing-faq{padding:5rem 0;background:#f7f8fa}.landing-faq-list{max-width:700px;margin:0 auto}.landing-faq-item{border-bottom:1px solid #e5e7eb}.landing-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:0;border:0;cursor:pointer;font-family:inherit;font-size:1.05rem;font-weight:600;color:#1a1a2e;text-align:left;transition:color .2s}.landing-faq-question:hover{color:var(--deep-blue)}.landing-faq-question i{font-size:.85rem;color:var(--medium-gray);transition:transform .3s;flex-shrink:0;margin-left:1rem}.landing-faq-item.open .landing-faq-question i{transform:rotate(180deg)}.landing-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.landing-faq-item.open .landing-faq-answer{max-height:200px;padding-bottom:1.25rem}.landing-faq-answer p{font-size:.95rem;line-height:1.7;color:var(--dark-gray);margin:0}.landing-final-cta{padding:6rem 0;background:linear-gradient(160deg,#036 0,#001a33 100%);text-align:center;color:var(--white);position:relative;overflow:hidden}.landing-final-cta::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(0,168,107,0.12) 0,transparent 70%);pointer-events:none}.landing-final-cta h2{color:var(--white);margin-bottom:1rem;position:relative}.landing-final-cta p{font-size:1.15rem;color:rgba(255,255,255,0.8);margin:0 auto 2.5rem;max-width:550px;line-height:1.7;position:relative}.landing-final-cta .btn-landing-primary{position:relative}.landing-footer{background:#001a33;padding:2rem 0;color:rgba(255,255,255,0.5);font-size:.9rem}.landing-footer-inner{display:flex;align-items:center;justify-content:space-between}.landing-footer-brand{display:flex;flex-direction:column;gap:.5rem}.landing-footer-logo-lockup{display:flex;align-items:center;gap:.5rem}.landing-footer-logo{height:32px;width:auto;display:block}.landing-footer-logo-text{font-size:1.15rem;font-weight:700;color:rgba(255,255,255,0.85);letter-spacing:-.3px}.landing-footer-inner p{margin:0}.landing-footer-links{display:flex;gap:1.5rem}.landing-footer-links a{color:rgba(255,255,255,0.5);text-decoration:none;transition:color .2s}.landing-footer-links a:hover{color:var(--white)}@media(max-width:1024px){.landing-nav-link{padding:.5rem .6rem;font-size:.82rem}.landing-nav-cta{padding:.5rem .9rem;font-size:.82rem}.landing-hero-visual{flex:0 0 360px;max-width:360px}}@media(max-width:900px){.landing-hero-content{flex-direction:column;text-align:center}.landing-hero-sub{margin-left:auto;margin-right:auto}.landing-hero-ctas{justify-content:center}.landing-hero-visual{flex:none;max-width:400px;width:100%}}@media(max-width:768px){.landing-nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:rgba(0,51,102,0.98);flex-direction:column;padding:1rem;gap:.25rem;border-bottom:2px solid var(--vibrant-green)}.landing-nav-links.open{display:flex}.landing-mobile-toggle{display:block}.landing-nav-link{width:100%;text-align:center;padding:.75rem;margin:0}.landing-nav-cta-mobile{display:inline-block;margin-right:.5rem}.landing-nav-links .landing-nav-cta{display:none}.landing-hero{padding:7rem 0 3rem}.landing-hero h1{font-size:2.2rem}.landing-hero-sub{font-size:1.05rem}.landing-hero-visual{max-width:100%}.landing-pain-grid,.landing-features-grid{grid-template-columns:1fr}.landing-use-case-row,.landing-use-case-row.reverse{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.landing-pricing-grid{grid-template-columns:1fr}.landing-roi-stats{grid-template-columns:1fr}.landing-roi-details{grid-template-columns:1fr}.landing-steps{flex-direction:column;align-items:center}.landing-step{max-width:100%}.landing-step-arrow{transform:rotate(90deg);padding:0;margin:.5rem 0}.landing-hero-ctas{flex-direction:column;align-items:center}.landing-footer-inner{flex-direction:column;gap:1rem;text-align:center}.landing-footer-brand{align-items:center}.landing-pain h2,.landing-how h2,.landing-use-cases h2,.landing-features h2,.landing-roi h2,.landing-pricing h2,.landing-faq h2,.landing-final-cta h2{font-size:1.75rem}.landing-trust-signals{flex-direction:column;align-items:center;gap:.75rem}}.legal-page{padding-top:100px;padding-bottom:4rem;min-height:calc(100vh - 200px)}.legal-page h1{font-size:2.25rem;font-weight:800;color:var(--deep-blue);margin-bottom:.25rem}.legal-updated{color:var(--slate-gray);font-size:.95rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.legal-page h2{font-size:1.35rem;font-weight:700;color:var(--deep-blue);margin-top:2.25rem;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:2px solid var(--vibrant-green);display:inline-block}.legal-page h3{font-size:1.1rem;font-weight:600;color:#2a2a4a;margin-top:1.5rem;margin-bottom:.5rem}.legal-page p{font-size:1rem;line-height:1.75;color:#333;margin-bottom:.75rem}.legal-page ul{margin:.5rem 0 1rem 1.5rem;padding:0}.legal-page ul li{font-size:1rem;line-height:1.75;color:#333;margin-bottom:.4rem}.legal-page a{color:var(--vibrant-green);text-decoration:underline}.legal-page a:hover{color:var(--deep-blue)}.legal-contact-list{list-style:none;margin-left:0 !important}.legal-contact-list li{padding:.3rem 0}@media(max-width:768px){.legal-page{padding-top:80px;padding-bottom:2rem}.legal-page h1{font-size:1.75rem}.legal-page h2{font-size:1.2rem}}