:root{--landing-orange: #E85D04;--landing-orange-light: #F48C06;--landing-orange-dark: #D00000;--landing-green: #2D6A4F;--landing-green-light: #40916C;--landing-teal: #1B4332;--landing-cream: #FFF8F0;--landing-white: #FFFFFF;--landing-dark: #1A1A2E;--landing-gray: #6B7280;--landing-gray-light: #F3F4F6}.landing-page{font-family:Plus Jakarta Sans,sans-serif;color:var(--landing-dark);line-height:1.6;overflow-x:hidden;background:var(--landing-cream)}.landing-page .serif{font-family:"Instrument Serif",serif}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:#fffffff2;backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.landing-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.5rem;color:var(--landing-orange);text-decoration:none}.landing-logo svg{width:40px;height:40px}.landing-logo img,.landing-logo-img{height:44px;width:auto}.landing-nav-links{display:flex;gap:2rem;align-items:center}.landing-nav-links a{text-decoration:none;color:var(--landing-dark);font-weight:500;font-size:.95rem;transition:color .3s}.landing-nav-links a:hover{color:var(--landing-orange)}.landing-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.landing-btn-primary{background:linear-gradient(135deg,var(--landing-orange) 0%,var(--landing-orange-light) 100%);color:#fff;box-shadow:0 4px 20px #e85d044d}.landing-btn-primary:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 30px #e85d0466;color:#fff}.landing-btn-green{background:linear-gradient(135deg,var(--landing-green) 0%,var(--landing-green-light) 100%);color:#fff;box-shadow:0 4px 20px #2d6a4f4d}.landing-btn-green:hover{background:linear-gradient(135deg,var(--landing-orange) 0%,var(--landing-orange-light) 100%);transform:translateY(-2px);box-shadow:0 8px 30px #e85d0466}.landing-btn-outline{background:transparent;color:var(--landing-orange);border:2px solid var(--landing-orange)}.landing-btn-outline:hover{background:var(--landing-orange);color:#fff}.landing-btn-white{background:#fff;color:var(--landing-orange)}.landing-btn-white:hover{background:var(--landing-cream);transform:translateY(-2px)}.landing-hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;background:linear-gradient(135deg,var(--landing-cream) 0%,#FFE8D6 50%,var(--landing-cream) 100%);position:relative;overflow:hidden}.landing-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse at center,rgba(232,93,4,.08) 0%,transparent 70%);pointer-events:none}.landing-hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.landing-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;color:var(--landing-green);margin-bottom:1.5rem;box-shadow:0 2px 10px #0000000d}.landing-hero-badge span{width:8px;height:8px;background:var(--landing-green);border-radius:50%;animation:landing-pulse 2s infinite}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.5}}.landing-hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.landing-hero h1 .highlight{background:linear-gradient(135deg,var(--landing-orange) 0%,var(--landing-orange-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-subtitle{font-size:1.25rem;color:var(--landing-gray);margin-bottom:2rem;max-width:540px}.landing-hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.landing-hero-stats{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.landing-stat{text-align:left}.landing-stat-number{font-size:2.5rem;font-weight:800;color:var(--landing-orange)}.landing-stat-label{font-size:.875rem;color:var(--landing-gray);font-weight:500}.landing-hero-visual{position:relative}.landing-hero-image{width:100%;border-radius:24px;box-shadow:0 40px 80px #00000026;transform:perspective(1000px) rotateY(-5deg);transition:transform .5s ease}.landing-hero-image:hover{transform:perspective(1000px) rotateY(0)}.landing-floating-card{position:absolute;background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 10px 40px #0000001f;animation:landing-float 6s ease-in-out infinite}.landing-floating-card.card-1{top:10%;left:-10%;animation-delay:0s}.landing-floating-card.card-2{bottom:20%;right:-5%;animation-delay:2s}.landing-floating-card.card-3{bottom:5%;left:10%;animation-delay:4s}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.landing-floating-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.landing-floating-card-icon.orange{background:#e85d041a;color:var(--landing-orange)}.landing-floating-card-icon.green{background:#2d6a4f1a;color:var(--landing-green)}.landing-floating-card-icon.teal{background:#1b43321a;color:var(--landing-teal)}.landing-floating-card-title{font-weight:700;font-size:.875rem;margin-bottom:.25rem}.landing-floating-card-value{font-size:.8rem;color:var(--landing-gray)}.landing-problems{padding:8rem 2rem;background:var(--landing-dark);color:#fff;position:relative;overflow:hidden}.landing-problems:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none}.landing-section-container{max-width:1200px;margin:0 auto}.landing-section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.landing-section-label.orange{color:var(--landing-orange)}.landing-section-label.green{color:var(--landing-green-light)}.landing-section-label.white{color:#fff9}.landing-section-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.landing-section-subtitle{font-size:1.125rem;opacity:.7;max-width:600px;margin-bottom:4rem}.landing-problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-problem-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.landing-problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--landing-orange-dark),var(--landing-orange));opacity:0;transition:opacity .3s}.landing-problem-card:hover{background:#ffffff0f;transform:translateY(-5px)}.landing-problem-card:hover:before{opacity:1}.landing-problem-icon{width:60px;height:60px;border-radius:16px;background:#e85d0426;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.75rem}.landing-problem-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.landing-problem-card p{font-size:.95rem;opacity:.6;line-height:1.7}.landing-solutions{padding:8rem 2rem;background:linear-gradient(180deg,var(--landing-cream) 0%,white 100%)}.landing-solutions-header{text-align:center;margin-bottom:5rem}.landing-solutions-header .landing-section-title{max-width:700px;margin-left:auto;margin-right:auto}.landing-solution-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.landing-solution-showcase.reverse{direction:rtl}.landing-solution-showcase.reverse>*{direction:ltr}.landing-solution-visual{position:relative}.landing-solution-image{width:100%;border-radius:20px;box-shadow:0 30px 60px #0000001a}.landing-solution-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.landing-solution-content p{color:var(--landing-gray);margin-bottom:1.5rem;font-size:1.1rem}.landing-solution-features{display:flex;flex-direction:column;gap:1rem}.landing-solution-feature{display:flex;align-items:flex-start;gap:1rem}.landing-solution-feature-icon{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--landing-green) 0%,var(--landing-green-light) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.landing-solution-feature span{font-size:.95rem;color:var(--landing-dark)}.landing-features{padding:8rem 2rem;background:#fff}.landing-features-header{text-align:center;margin-bottom:4rem}.landing-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.landing-feature-card{background:var(--landing-gray-light);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.landing-feature-card:hover{background:#fff;border-color:var(--landing-orange);transform:translateY(-5px);box-shadow:0 20px 40px #e85d041a}.landing-feature-icon{width:70px;height:70px;border-radius:20px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:2rem}.landing-feature-icon.orange{background:#e85d041a}.landing-feature-icon.green{background:#2d6a4f1a}.landing-feature-icon.teal{background:#1b43321a}.landing-feature-icon.blue{background:#3b82f61a}.landing-feature-card h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.landing-feature-card p{font-size:.875rem;color:var(--landing-gray)}.landing-advantages{padding:8rem 2rem;background:linear-gradient(135deg,var(--landing-green) 0%,var(--landing-teal) 100%);color:#fff;position:relative;overflow:hidden}.landing-advantages:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:150%;background:radial-gradient(ellipse at center,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.landing-advantages-header{text-align:center;margin-bottom:4rem}.landing-advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-advantage-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:2.5rem;text-align:center;backdrop-filter:blur(10px);transition:all .3s ease}.landing-advantage-card:hover{background:#ffffff1f;transform:translateY(-5px)}.landing-advantage-icon{width:80px;height:80px;border-radius:50%;background:#ffffff1a;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.landing-advantage-card h4{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.landing-advantage-card p{opacity:.8;font-size:1rem;line-height:1.7}.landing-pricing{padding:8rem 2rem;background:var(--landing-cream)}.landing-pricing-header{text-align:center;margin-bottom:4rem}.landing-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.landing-pricing-card{background:#fff;border-radius:24px;padding:2.5rem;text-align:center;box-shadow:0 10px 40px #0000000d;border:2px solid transparent;transition:all .3s ease;position:relative}.landing-pricing-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001a}.landing-pricing-card.featured{border-color:var(--landing-orange);transform:scale(1.05)}.landing-pricing-card.featured:hover{transform:scale(1.05) translateY(-10px)}.landing-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--landing-orange) 0%,var(--landing-orange-light) 100%);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.8rem;font-weight:700}.landing-pricing-icon{width:70px;height:70px;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem}.landing-pricing-icon.orange{background:#e85d041a}.landing-pricing-icon.green{background:#2d6a4f1a}.landing-pricing-icon.teal{background:#1b43321a}.landing-pricing-card h4{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.landing-pricing-card .price{font-size:2.5rem;font-weight:800;color:var(--landing-orange);margin:1rem 0}.landing-pricing-card .price span{font-size:1rem;font-weight:500;color:var(--landing-gray)}.landing-pricing-card .price-note{font-size:.875rem;color:var(--landing-gray);margin-bottom:1.5rem}.landing-pricing-features{text-align:left;margin:1.5rem 0;list-style:none;padding:0}.landing-pricing-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem}.landing-pricing-features li:before{content:"✓";color:var(--landing-green);font-weight:700}.landing-pricing-card .landing-btn{width:100%;justify-content:center}.landing-cta{padding:8rem 2rem;background:linear-gradient(135deg,var(--landing-orange) 0%,var(--landing-orange-dark) 100%);text-align:center;color:#fff;position:relative;overflow:hidden}.landing-cta:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.05;pointer-events:none}.landing-cta h2{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.landing-cta p{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.landing-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.landing-cta-contact{margin-top:3rem;font-size:1.1rem}.landing-cta-contact a{color:#fff;font-weight:700}.landing-footer{background:var(--landing-dark);color:#fff;padding:4rem 2rem 2rem}.landing-footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.landing-footer-brand p{opacity:.6;margin-top:1rem;font-size:.95rem;line-height:1.7}.landing-footer-column h5{font-size:1rem;font-weight:700;margin-bottom:1.5rem}.landing-footer-column ul{list-style:none;padding:0;margin:0}.landing-footer-column li{margin-bottom:.75rem}.landing-footer-column a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .3s}.landing-footer-column a:hover{color:var(--landing-orange)}.landing-footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.875rem;opacity:.6}@media(max-width:1024px){.landing-hero-content{grid-template-columns:1fr;text-align:center}.landing-hero h1{font-size:3rem}.landing-hero-subtitle{margin-left:auto;margin-right:auto}.landing-hero-ctas,.landing-hero-stats{justify-content:center}.landing-hero-visual{display:none}.landing-problems-grid,.landing-advantages-grid,.landing-pricing-grid{grid-template-columns:1fr}.landing-features-grid{grid-template-columns:repeat(2,1fr)}.landing-solution-showcase{grid-template-columns:1fr}.landing-solution-showcase.reverse{direction:ltr}.landing-footer-content{grid-template-columns:1fr 1fr}}@media(max-width:640px){.landing-nav-links{display:none}.landing-hero h1{font-size:2.25rem}.landing-section-title{font-size:2rem}.landing-features-grid,.landing-footer-content{grid-template-columns:1fr}.landing-cta h2{font-size:2rem}.landing-pricing-card.featured{transform:none}.landing-pricing-card.featured:hover{transform:translateY(-10px)}}.landing-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.08);padding:.5rem .75rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom))}.landing-mobile-nav-items{display:flex;justify-content:space-around;align-items:center;max-width:400px;margin:0 auto}.landing-mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;color:var(--landing-gray);text-decoration:none;font-size:.65rem;font-weight:500;transition:all .2s ease;border-radius:12px;min-width:56px}.landing-mobile-nav-item span[class^=i-lucide]{font-size:1.25rem}.landing-mobile-nav-item:active{background:#e85d041a;color:var(--landing-orange)}.landing-mobile-fab{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom));right:1rem;z-index:1001;display:none;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--landing-orange) 0%,var(--landing-orange-light) 100%);color:#fff;border:none;box-shadow:0 4px 20px #e85d0466;cursor:pointer;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.landing-mobile-fab span{font-size:1.5rem}.landing-mobile-fab:active{transform:scale(.95)}.landing-mobile-menu-btn{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--landing-dark)}.landing-mobile-menu-btn span{font-size:1.5rem}@media(max-width:640px){.landing-mobile-nav{display:block}.landing-mobile-fab{display:flex}.landing-mobile-menu-btn{display:block}.landing-page{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.landing-nav{padding:.75rem 1rem}.landing-logo{font-size:1.25rem}.landing-logo svg{width:32px;height:32px}.landing-hero{padding:5rem 1rem 3rem;min-height:auto}.landing-hero h1{font-size:1.875rem;line-height:1.2}.landing-hero-subtitle{font-size:1rem}.landing-hero-badge{font-size:.75rem;padding:.4rem .75rem}.landing-hero-ctas{flex-direction:column;gap:.75rem}.landing-hero-ctas .landing-btn{width:100%;justify-content:center}.landing-hero-stats{gap:1.5rem;flex-wrap:wrap}.landing-stat-number{font-size:1.75rem}.landing-stat-label{font-size:.75rem}.landing-problems,.landing-solutions,.landing-features,.landing-advantages,.landing-pricing{padding:4rem 1rem}.landing-section-title{font-size:1.5rem;line-height:1.3}.landing-section-subtitle{font-size:.95rem;margin-bottom:2rem}.landing-section-label{font-size:.75rem;letter-spacing:1px}.landing-problems-grid{gap:1rem}.landing-problem-card{padding:1.25rem}.landing-problem-icon{width:48px;height:48px;font-size:1.25rem;margin-bottom:1rem}.landing-problem-card h3{font-size:1rem}.landing-problem-card p{font-size:.85rem}.landing-solutions-header{margin-bottom:2.5rem}.landing-solution-showcase{gap:1.5rem;margin-bottom:3rem}.landing-solution-content h3{font-size:1.375rem}.landing-solution-content p{font-size:.95rem}.landing-features-grid{gap:1rem}.landing-feature-card{padding:1.25rem}.landing-feature-icon{width:56px;height:56px;font-size:1.5rem;margin-bottom:1rem}.landing-feature-card h4{font-size:1rem}.landing-advantages-grid{gap:1rem}.landing-advantage-card{padding:1.5rem}.landing-advantage-icon{width:60px;height:60px;font-size:1.75rem;margin-bottom:1rem}.landing-advantage-card h4{font-size:1.125rem}.landing-advantage-card p{font-size:.875rem}.landing-pricing-grid{gap:1.5rem}.landing-pricing-card{padding:1.5rem}.landing-pricing-icon{width:56px;height:56px;font-size:1.5rem}.landing-pricing-card h4{font-size:1.25rem}.landing-pricing-card .price{font-size:1.75rem}.landing-cta{padding:4rem 1rem}.landing-cta h2{font-size:1.5rem;line-height:1.3}.landing-cta p{font-size:.95rem}.landing-cta-buttons{flex-direction:column;gap:.75rem}.landing-cta-buttons .landing-btn{width:100%;justify-content:center}.landing-footer{padding:3rem 1rem 2rem}.landing-footer-content{gap:2rem}.landing-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.landing-btn{padding:.75rem 1.25rem;font-size:.9rem}}@media(max-width:380px){.landing-hero h1{font-size:1.625rem}.landing-section-title{font-size:1.375rem}.landing-hero-stats{gap:1rem}.landing-stat-number{font-size:1.5rem}}.landing-fade-up{opacity:0;transform:translateY(30px);transition:all .8s ease}.landing-fade-up.visible{opacity:1;transform:translateY(0)}
