:root{--lp-deep-green:#2E6143;--lp-dark-green:#2F3941;--lp-orange:#C45110;--lp-orange-hover:#9F3F0B;--lp-soft-white:#FAFAF7;--lp-light-sage:#E5EFEA;--lp-white:#FFFFFF;--lp-text-dark:#1a1a1a;--lp-text-muted:#5a5a5a}.landing-page{font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif;background:var(--lp-soft-white);color:var(--lp-text-dark);line-height:1.6;overflow-x:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{font-family:var(--font-montserrat),"Montserrat",sans-serif;font-weight:700;line-height:1.2}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(250,250,247,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(46,97,67,.1);transition:all .3s ease}.lp-nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.1)}.lp-nav-container{max-width:1500px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.lp-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;min-height:44px;padding:8px 4px;box-sizing:content-box}.lp-logo-icon{width:40px;height:40px}.lp-logo-text{font-family:var(--font-montserrat),"Montserrat",sans-serif;font-size:1.5rem;font-weight:800;color:var(--lp-deep-green)}.lp-logo-text span{color:var(--lp-orange)}.lp-nav-links{display:flex;align-items:center;gap:2rem}.lp-nav-links a{text-decoration:none;color:var(--lp-text-dark);font-weight:500;font-size:.95rem;transition:color .2s ease}.lp-nav-links a:hover{color:var(--lp-deep-green)}.lp-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-family:var(--font-montserrat),"Montserrat",sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.lp-btn-primary{background:var(--lp-orange);color:white;box-shadow:0 4px 14px rgba(255,122,41,.35)}.lp-btn-primary:hover{background:var(--lp-orange-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,122,41,.4)}.lp-btn-secondary{background:transparent;color:var(--lp-deep-green);border:2px solid var(--lp-deep-green)}.lp-btn-secondary:hover{background:var(--lp-deep-green);color:white}.lp-btn-ghost{background:transparent;color:var(--lp-deep-green);padding:.875rem 1.25rem}.lp-btn-ghost:hover{background:var(--lp-light-sage)}.lp-hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.lp-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse at center,var(--lp-light-sage) 0,transparent 70%);opacity:.6;z-index:0}.lp-hero-container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;width:100%}.lp-hero-content{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lp-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--lp-light-sage);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--lp-deep-green);margin-bottom:1.5rem}.lp-hero-badge:before{content:"";width:8px;height:8px;background:var(--lp-orange);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.lp-hero h1{font-size:clamp(2.5rem,5vw,3.75rem);color:var(--lp-deep-green);margin-bottom:1.5rem;letter-spacing:-.02em}.lp-hero h1 .highlight{color:var(--lp-orange)}.lp-hero-subtitle{font-size:1.25rem;color:var(--lp-text-muted);margin-bottom:2rem;max-width:500px}.lp-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.lp-hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(46,97,67,.15)}.lp-stat{text-align:left}.lp-stat-number{font-family:var(--font-montserrat),"Montserrat",sans-serif;font-size:2rem;font-weight:800;color:var(--lp-deep-green)}.lp-stat-label{font-size:.875rem;color:var(--lp-text-muted)}.lp-hero-visual{position:relative;animation:fadeInUp .8s ease-out .2s both}.lp-hero-mockup{background:white;border-radius:16px;box-shadow:0 25px 80px rgba(46,97,67,.15),0 10px 30px rgba(0,0,0,.08);padding:1.5rem;position:relative;overflow:hidden}.lp-mockup-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.lp-mockup-dot{width:10px;height:10px;border-radius:50%;background:#e0e0e0}.lp-mockup-dot:first-child{background:#ff5f57}.lp-mockup-dot:nth-child(2){background:#ffbd2e}.lp-mockup-dot:nth-child(3){background:#28ca42}.lp-mockup-content{display:flex;flex-direction:column;gap:1rem}.lp-mockup-menu-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--lp-light-sage);border-radius:10px;transition:transform .2s ease}.lp-mockup-menu-item:hover{transform:translateX(5px)}.lp-menu-item-left{display:flex;align-items:center;gap:.75rem}.lp-menu-icon{width:36px;height:36px;background:var(--lp-deep-green);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-size:1rem}.lp-menu-item-name,.lp-menu-item-text h4{display:block;font-size:.9rem;font-weight:600;color:var(--lp-text-dark);margin:0}.lp-menu-item-text span{font-size:.75rem;color:var(--lp-text-muted)}.lp-pfs-badge{background:var(--lp-orange);color:white;padding:.25rem .75rem;border-radius:50px;font-size:.7rem;font-weight:600}.lp-floating-card{position:absolute;background:white;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 15px 40px rgba(0,0,0,.12);animation:float 3s ease-in-out infinite;font-size:.9rem;font-weight:500}.lp-floating-card-1{top:-20px;right:-30px}.lp-floating-card-2{bottom:20px;left:-40px;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-check-icon{color:var(--lp-deep-green);font-weight:700;margin-right:.5rem}.lp-trust-bar{padding:1.5rem 2rem;background:white;border-bottom:1px solid rgba(46,97,67,.08)}.lp-trust-bar-container{max-width:1500px;margin:0 auto;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.lp-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--lp-text-muted)}.lp-trust-item svg{width:18px;height:18px;color:var(--lp-deep-green);flex-shrink:0}.lp-features{padding:6rem 2rem;background:white}.lp-section-container{max-width:1500px;margin:0 auto}.lp-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.lp-section-label{display:inline-block;font-family:var(--font-montserrat),"Montserrat",sans-serif;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.lp-section-header h2,.lp-section-label{color:var(--lp-deep-green);margin-bottom:1rem}.lp-section-header h2{font-size:clamp(2rem,4vw,2.75rem)}.lp-section-header p{font-size:1.1rem;color:var(--lp-text-muted)}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-feature-card{background:var(--lp-soft-white);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.lp-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--lp-deep-green),var(--lp-orange));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.lp-feature-card:hover:before{transform:scaleX(1)}.lp-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(46,97,67,.1)}.lp-feature-icon{width:56px;height:56px;background:var(--lp-light-sage);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.lp-feature-icon svg{width:28px;height:28px;color:var(--lp-deep-green)}.lp-feature-card h3{font-size:1.25rem;color:var(--lp-deep-green);margin-bottom:.75rem}.lp-feature-card p{color:var(--lp-text-muted);font-size:.95rem;margin:0}.lp-problem{padding:6rem 2rem;background:var(--lp-deep-green);position:relative;overflow:hidden}.lp-problem:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;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");opacity:.5}.lp-problem-container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.lp-problem-content h2{font-size:clamp(2rem,4vw,2.5rem);color:white;margin-bottom:1.5rem}.lp-problem-content p{color:rgba(255,255,255,.8);font-size:1.1rem;margin-bottom:1.5rem}.lp-problem-list{list-style:none;margin:0 0 2rem;padding:0}.lp-problem-list li{display:flex;align-items:flex-start;gap:1rem;color:rgba(255,255,255,.9);margin-bottom:1rem;font-size:1rem}.lp-problem-list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--lp-orange);color:white;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.lp-problem-visual{position:relative}.lp-pfs-mockup{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 30px 60px rgba(0,0,0,.3);transform:rotate(-2deg)}.lp-pfs-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--lp-light-sage)}.lp-pfs-logo{width:40px;height:40px;background:var(--lp-deep-green);border-radius:8px}.lp-pfs-title{font-family:var(--font-montserrat),"Montserrat",sans-serif;font-size:.9rem;font-weight:700;color:var(--lp-deep-green)}.lp-pfs-subtitle{font-size:.75rem;color:var(--lp-text-muted)}.lp-pfs-content{display:flex;flex-direction:column;gap:.75rem}.lp-pfs-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.5rem 0;border-bottom:1px dashed #eee}.lp-pfs-label{color:var(--lp-text-muted)}.lp-pfs-value{font-weight:600;color:var(--lp-text-dark)}.lp-pfs-badge-large{display:inline-block;background:var(--lp-orange);color:white;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;margin-top:1rem}.lp-how-it-works{padding:6rem 2rem;background:var(--lp-soft-white)}.lp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.lp-steps:before{content:"";position:absolute;top:40px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,var(--lp-deep-green),var(--lp-orange));z-index:0}.lp-step{text-align:center;position:relative;z-index:1}.lp-step-number{width:80px;height:80px;background:white;border:3px solid var(--lp-deep-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:var(--font-montserrat),"Montserrat",sans-serif;font-size:1.75rem;font-weight:800;color:var(--lp-deep-green);transition:all .3s ease}.lp-step:hover .lp-step-number{background:var(--lp-deep-green);color:white;transform:scale(1.1)}.lp-step h3{font-size:1.1rem;color:var(--lp-deep-green);margin-bottom:.5rem}.lp-step p{font-size:.9rem;color:var(--lp-text-muted);margin:0}.lp-testimonial{padding:6rem 2rem;background:white}.lp-testimonial-card{max-width:800px;margin:0 auto;text-align:center;position:relative}.lp-testimonial-quote{font-size:1.75rem;color:var(--lp-text-dark);line-height:1.5;margin-bottom:2rem;font-style:italic;position:relative;z-index:1}.lp-testimonial-card:before{content:'"';font-size:6rem;color:var(--lp-light-sage);position:absolute;top:-30px;left:50%;transform:translateX(-50%);font-family:Georgia,serif;z-index:0}.lp-testimonial-author{display:flex;flex-direction:column;align-items:center;gap:.5rem}.lp-author-name{font-family:var(--font-montserrat),"Montserrat",sans-serif;font-weight:700;color:var(--lp-deep-green)}.lp-author-role{font-size:.9rem;color:var(--lp-text-muted)}.lp-who-section{padding:6rem 2rem;background:var(--lp-soft-white)}.lp-who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-who-card{background:white;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid rgba(46,97,67,.08)}.lp-who-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(46,97,67,.1)}.lp-who-icon{width:56px;height:56px;background:var(--lp-light-sage);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.lp-who-icon svg{width:28px;height:28px;color:var(--lp-deep-green)}.lp-who-card h3{font-size:1.15rem;color:var(--lp-deep-green);margin-bottom:.75rem}.lp-who-card p{color:var(--lp-text-muted);font-size:.95rem;margin:0;line-height:1.6}.lp-faq{padding:6rem 2rem;background:white}.lp-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.lp-faq-item{background:var(--lp-soft-white);border-radius:12px;padding:1.75rem;border:1px solid rgba(46,97,67,.08)}.lp-faq-item h3{font-size:1rem;color:var(--lp-deep-green);margin-bottom:.75rem}.lp-faq-item p{color:var(--lp-text-muted);font-size:.9rem;margin:0;line-height:1.7}.lp-cta-subtext{font-size:.875rem!important;color:rgba(255,255,255,.6)!important;margin-top:1rem!important;margin-bottom:0!important}.lp-cta{padding:6rem 2rem;background:linear-gradient(135deg,var(--lp-deep-green) 0,#1e4a32 100%);text-align:center;position:relative;overflow:hidden}.lp-cta:before{content:"";position:absolute;top:-100%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,122,41,.1) 0,transparent 50%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lp-cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.lp-cta h2{font-size:clamp(2rem,4vw,3rem);color:white;margin-bottom:1rem}.lp-cta p{font-size:1.2rem;color:rgba(255,255,255,.8);margin-bottom:2rem}.lp-cta .lp-btn-primary{font-size:1.1rem;padding:1rem 2.5rem}.lp-footer{padding:4rem 2rem 2rem;background:var(--lp-dark-green);color:white}.lp-footer-container{max-width:1500px;margin:0 auto}.lp-footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.lp-footer-brand p{color:rgba(255,255,255,.82);margin-top:1rem;font-size:.95rem}.lp-footer-heading,.lp-footer-links h4{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;color:white;display:block}.lp-footer-links ul{list-style:none;margin:0;padding:0}.lp-footer-links li{margin-bottom:.75rem}.lp-footer-links a{color:rgba(255,255,255,.82);text-decoration:none;font-size:.95rem;transition:color .2s ease}.lp-footer-links a:hover{color:white}.lp-footer-link-btn{color:rgba(255,255,255,.82);text-decoration:none;font-size:.95rem;transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.lp-footer-link-btn:hover{color:white}.lp-footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:rgba(255,255,255,.76)}.lp-footer-disclaimer{max-width:600px;font-size:.8rem;line-height:1.5;margin:0}@media (max-width:1024px){.lp-hero-container{grid-template-columns:1fr;text-align:center}.lp-hero-subtitle{margin-left:auto;margin-right:auto}.lp-hero-cta,.lp-hero-stats{justify-content:center}.lp-hero-visual{max-width:500px;margin:0 auto}.lp-problem-container{grid-template-columns:1fr}.lp-features-grid,.lp-steps{grid-template-columns:repeat(2,1fr)}.lp-steps:before{display:none}.lp-footer-main{grid-template-columns:1fr 1fr}.lp-who-grid{max-width:500px;margin:0 auto}.lp-faq-grid,.lp-who-grid{grid-template-columns:1fr}}.lp-mobile-nav{display:none}.lp-hamburger-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;cursor:pointer;z-index:1001}.lp-hamburger-line{display:block;width:22px;height:2px;background:var(--lp-deep-green);border-radius:2px;transition:all .3s ease}.lp-hamburger-line.open:first-child{transform:translateY(7px) rotate(45deg)}.lp-hamburger-line.open:nth-child(2){opacity:0}.lp-hamburger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lp-mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:998;animation:fade-in .2s ease-out}.lp-mobile-menu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:320px;background:white;z-index:999;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.15)}.lp-mobile-menu.open{transform:translateX(0)}.lp-mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(46,97,67,.1)}.lp-mobile-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:var(--lp-text-muted);border-radius:8px;transition:background .2s ease}.lp-mobile-menu-close:hover{background:var(--lp-light-sage)}.lp-mobile-menu-links{flex:1;padding:1rem 0;overflow-y:auto}.lp-mobile-menu-links a{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:var(--lp-text-dark);text-decoration:none;transition:background .2s ease,color .2s ease}.lp-mobile-menu-links a:hover{background:var(--lp-light-sage);color:var(--lp-deep-green)}.lp-mobile-menu-cta{padding:1.5rem;border-top:1px solid rgba(46,97,67,.1);display:flex;flex-direction:column;gap:.75rem}.lp-btn-full{width:100%;justify-content:center;text-align:center}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.lp-nav-links{display:none}.lp-mobile-nav{display:flex;align-items:center}.lp-features-grid,.lp-footer-main,.lp-steps{grid-template-columns:1fr}.lp-trust-bar-container{flex-direction:column;align-items:center;gap:1rem}.lp-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.lp-floating-card{display:none}.lp-testimonial-quote{font-size:1.25rem}.lp-hero{padding:5rem 1rem 3rem;min-height:auto}.lp-hero-content{text-align:center}.lp-hero h1{font-size:2rem}.lp-hero-subtitle{font-size:1rem;margin-left:auto;margin-right:auto}.lp-hero-cta{flex-direction:column;align-items:center}.lp-hero-cta .lp-btn{width:100%;max-width:280px;justify-content:center}.lp-hero-stats{flex-direction:column;gap:1rem;align-items:center}.lp-stat{text-align:center}.lp-stat-number{font-size:1.5rem}.lp-cta{padding:4rem 1.5rem}.lp-cta h2{font-size:1.75rem}.lp-cta p{font-size:1rem}.lp-nav-container{padding:.75rem 1rem}.lp-logo img{width:110px;height:auto}}@media (max-width:480px){.lp-hero h1{font-size:1.75rem}.lp-btn{padding:.75rem 1.25rem;font-size:.875rem}.lp-section-header h2{font-size:1.5rem}.lp-feature-card{padding:1.5rem}.lp-step-number{width:60px;height:60px;font-size:1.25rem}}