*{direction:rtl}.landing-page{text-align:right;direction:rtl}:root{--primary:#f47920;--primary-dark:#d96a1a;--primary-light:#fff5eb;--secondary:#3d4152;--text-dark:#1f2937;--text-gray:#6b7280;--text-light:#9ca3af;--white:#fff;--bg-light:#fafafa;--bg-cream:#fff8f3;--border:#e5e7eb;--shadow:0 4px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--radius:12px;--radius-lg:20px;--transition:all .3s ease}.landing-page a{color:inherit;transition:var(--transition);text-decoration:none}.landing-page img{max-width:100%;height:auto}.landing-page ul{list-style:none}.landing-container{max-width:1200px;margin:0 auto;padding:0 20px}.landing-btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:2px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:1rem;font-weight:700;display:inline-flex}.landing-btn-primary{background:var(--primary);color:var(--white);border-color:var(--primary)}.landing-btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #f4792059}.landing-btn-outline{color:var(--primary);border-color:var(--primary);background:0 0}.landing-btn-outline:hover{background:var(--primary);color:var(--white)}.landing-btn-white{background:var(--white);color:var(--primary);border-color:var(--white)}.landing-btn-white:hover{background:var(--primary-light);transform:translateY(-2px)}.landing-btn-outline-white{color:var(--white);border-color:var(--white);background:0 0}.landing-btn-outline-white:hover{background:var(--white);color:var(--primary)}.landing-btn-lg{padding:16px 36px;font-size:1.1rem}.landing-btn-block{width:100%}.landing-navbar{z-index:1000;transition:var(--transition);background:0 0;padding:20px 0;position:fixed;top:0;left:0;right:0}.landing-navbar.scrolled{background:var(--white);box-shadow:var(--shadow);padding:12px 0}.landing-navbar .landing-container{justify-content:space-between;align-items:center;display:flex}.landing-logo img{height:50px}.landing-nav-links{gap:32px;display:flex}.landing-nav-links a{color:var(--text-dark);font-weight:500;position:relative}.landing-nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.landing-nav-links a:hover:after{width:100%;left:0}.landing-nav-buttons{gap:12px;display:flex}.landing-mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.landing-mobile-menu-btn span{background:var(--text-dark);width:25px;height:3px;transition:var(--transition);border-radius:2px}.landing-mobile-menu{background:var(--white);z-index:1001;width:280px;height:100vh;transition:var(--transition);box-shadow:var(--shadow-lg);padding:80px 30px 30px;position:fixed;top:0;left:-100%}.landing-mobile-menu.active{left:0}.landing-mobile-menu ul{flex-direction:column;gap:20px;display:flex}.landing-mobile-menu a{font-size:1.1rem;font-weight:500}.landing-hero{background:linear-gradient(135deg,var(--bg-cream)0%,var(--white)100%);align-items:center;min-height:100vh;padding:120px 0 60px;display:flex;position:relative;overflow:hidden}.landing-hero:before{content:"";pointer-events:none;background:radial-gradient(#f4792014 0%,#0000 70%);width:70%;height:150%;position:absolute;top:-50%;right:-20%}.landing-hero .landing-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.landing-hero-badge{background:var(--primary-light);color:var(--primary);border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:.9rem;font-weight:700;display:inline-flex}.landing-hero h1{margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.3}.landing-highlight{color:var(--primary)}.landing-hero p{color:var(--text-gray);max-width:500px;margin-bottom:32px;font-size:1.15rem}.landing-hero-buttons{gap:16px;margin-bottom:48px;display:flex}.landing-hero-stats{gap:40px;display:flex}.landing-stat{text-align:center;direction:ltr}.landing-stat-number{color:var(--primary);font-size:2.5rem;font-weight:800}.landing-stat-label{color:var(--text-gray);margin-top:4px;font-size:.9rem;display:block}.landing-hero-image{justify-content:center;display:flex;position:relative}.landing-hero-image img{filter:drop-shadow(0 30px 60px #00000026);max-height:550px;animation:6s ease-in-out infinite landing-float}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.landing-section-header{text-align:center;max-width:600px;margin:0 auto 60px}.landing-section-badge{background:var(--primary-light);color:var(--primary);border-radius:50px;margin-bottom:16px;padding:8px 20px;font-size:.9rem;font-weight:700;display:inline-block}.landing-section-header h2{margin-bottom:16px;font-size:2.25rem;font-weight:800}.landing-section-header p{color:var(--text-gray);font-size:1.1rem}.landing-features{background:var(--white);padding:100px 0}.landing-features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.landing-feature-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border);transition:var(--transition);padding:32px 24px}.landing-feature-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-8px)}.landing-feature-icon{background:var(--primary-light);width:70px;height:70px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.landing-feature-card h3{margin-bottom:12px;font-size:1.2rem}.landing-feature-card p{color:var(--text-gray);font-size:.95rem}.landing-suppliers,.landing-retailers{padding:100px 0}.landing-suppliers{background:var(--bg-light)}.landing-suppliers .landing-container,.landing-retailers .landing-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.landing-suppliers-content,.landing-retailers-content{max-width:500px}.landing-suppliers-content h2,.landing-retailers-content h2{margin-bottom:20px;font-size:2rem;font-weight:800}.landing-suppliers-content p,.landing-retailers-content p{color:var(--text-gray);margin-bottom:28px}.landing-check-list{margin-bottom:32px}.landing-check-list li{align-items:center;gap:12px;margin-bottom:14px;font-weight:500;display:flex}.landing-check-list li:before{content:"✓";background:var(--primary);width:24px;height:24px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.landing-suppliers-image img,.landing-retailers-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.landing-benefits{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);padding:80px 0}.landing-benefits h2{text-align:center;margin-bottom:48px;font-size:2rem}.landing-benefits .landing-highlight{color:var(--white);text-underline-offset:4px;-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6}.landing-benefits-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-benefit-item{border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;align-items:center;gap:12px;padding:20px 24px;display:flex}.landing-benefit-item svg{flex-shrink:0}.landing-cta{background:var(--secondary);color:var(--white);text-align:center;padding:100px 0}.landing-cta h2{margin-bottom:16px;font-size:2.5rem}.landing-cta>.landing-container>p{opacity:.9;margin-bottom:32px;font-size:1.15rem}.landing-cta-buttons{justify-content:center;gap:16px;margin-bottom:24px;display:flex}.landing-contact{background:var(--bg-light);padding:100px 0}.landing-contact-wrapper{grid-template-columns:1fr 1.5fr;gap:48px;margin-top:48px;display:grid}.landing-contact-info{flex-direction:column;gap:20px;display:flex}.landing-contact-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);align-items:center;gap:16px;padding:24px;display:flex}.landing-contact-card:hover{transform:translate(5px)}.landing-contact-icon{background:var(--primary-light);width:50px;height:50px;color:var(--primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-contact-card h4{color:var(--text-gray);margin-bottom:4px;font-size:.9rem}.landing-contact-card p{font-weight:600}.landing-contact-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:40px}.landing-contact-form h3{text-align:center;margin-bottom:28px;font-size:1.5rem}.landing-form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.landing-form-group{margin-bottom:20px}.landing-form-group label{margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.landing-required{color:#ef4444}.landing-form-group input,.landing-form-group select,.landing-form-group textarea{border:2px solid var(--border);border-radius:var(--radius);width:100%;transition:var(--transition);background:var(--bg-light);padding:14px 16px;font-size:1rem}.landing-form-group input:focus,.landing-form-group select:focus,.landing-form-group textarea:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 4px #f479201a}.landing-form-group textarea{resize:vertical;min-height:120px}.landing-footer{background:var(--secondary);color:var(--white);padding:80px 0 0}.landing-footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:48px;display:grid}.landing-footer-logo{filter:brightness(0)invert();height:45px;margin-bottom:20px}.landing-footer-about p{opacity:.8;max-width:300px;margin-bottom:24px}.landing-social-links{gap:12px;display:flex}.landing-social-links a{width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;display:flex}.landing-social-links a:hover{background:var(--primary);transform:translateY(-3px)}.landing-footer-links h4{margin-bottom:24px;font-size:1.1rem}.landing-footer-links ul{flex-direction:column;gap:14px;display:flex}.landing-footer-links a{opacity:.8;transition:var(--transition)}.landing-footer-links a:hover{opacity:1;color:var(--primary);padding-left:8px}.landing-footer-bottom{justify-content:space-between;align-items:center;padding:24px 0;display:flex}.landing-footer-bottom p{opacity:.7;font-size:.9rem}.landing-footer-legal{gap:24px;display:flex}.landing-footer-legal a{opacity:.7;font-size:.9rem}.landing-footer-legal a:hover{opacity:1}.landing-back-to-top{background:var(--primary);width:50px;height:50px;color:var(--white);cursor:pointer;opacity:0;visibility:hidden;transition:var(--transition);box-shadow:var(--shadow);z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:30px;right:30px}.landing-back-to-top.visible{opacity:1;visibility:visible}.landing-back-to-top:hover{background:var(--primary-dark);transform:translateY(-5px)}@media (max-width:1024px){.landing-hero .landing-container{text-align:center;grid-template-columns:1fr}.landing-hero-content{order:2}.landing-hero-image{order:1}.landing-hero-image img{max-height:400px}.landing-hero p{margin:0 auto 32px}.landing-hero-buttons,.landing-hero-stats{justify-content:center}.landing-features-grid{grid-template-columns:repeat(2,1fr)}.landing-suppliers .landing-container,.landing-retailers .landing-container{grid-template-columns:1fr;gap:48px}.landing-suppliers-content,.landing-retailers-content{text-align:center;max-width:100%}.landing-check-list{text-align:right;direction:rtl;display:inline-block}.landing-benefits-grid{grid-template-columns:repeat(2,1fr)}.landing-contact-wrapper{grid-template-columns:1fr}.landing-contact-info{grid-template-columns:repeat(3,1fr);display:grid}.landing-footer-grid{grid-template-columns:1fr 1fr}.landing-footer-about{grid-column:span 2}}@media (max-width:768px){.landing-nav-links,.landing-nav-buttons{display:none}.landing-mobile-menu-btn{display:flex}.landing-hero{padding:100px 0 60px}.landing-hero h1{font-size:2rem}.landing-hero-stats{flex-direction:column;gap:20px}.landing-stat{align-items:center;gap:12px;display:flex}.landing-stat-number{font-size:1.8rem}.landing-section-header h2{font-size:1.75rem}.landing-features-grid,.landing-benefits-grid{grid-template-columns:1fr}.landing-cta h2{font-size:1.75rem}.landing-cta-buttons{flex-direction:column;align-items:center}.landing-contact-info{grid-template-columns:1fr}.landing-contact-form{padding:24px}.landing-form-row{grid-template-columns:1fr}.landing-footer-grid{grid-template-columns:1fr;gap:40px}.landing-footer-about{grid-column:auto}.landing-footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (max-width:480px){.landing-hero h1{font-size:1.75rem}.landing-hero-buttons{flex-direction:column}.landing-btn-lg{padding:14px 28px;font-size:1rem}}
