/* Future Seeds - Main Styles */
:root{--primary:#2E7D32;--secondary:#8BC34A;--accent:#F9A825;--dark:#263238;--light:#F7FAF5;--muted:#6c757d}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Cairo',Arial,sans-serif;direction:rtl;text-align:right;color:var(--dark);background:#fff}.navbar{box-shadow:0 8px 25px rgba(0,0,0,.06)}.navbar-brand{font-weight:900;color:var(--primary)!important}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--secondary));display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-left:10px}.nav-link{font-weight:800}.btn-primary{background:var(--primary);border-color:var(--primary);border-radius:40px;padding:.7rem 1.4rem;font-weight:900}.btn-primary:hover{background:#256928;border-color:#256928}.btn-outline-primary{border-color:var(--primary);color:var(--primary);border-radius:40px;font-weight:900}.btn-outline-primary:hover{background:var(--primary);border-color:var(--primary)}.hero{min-height:650px;background:linear-gradient(110deg,rgba(38,50,56,.88),rgba(46,125,50,.70)),url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1600&q=80') center/cover;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}.hero:after{content:'';position:absolute;bottom:-80px;left:-80px;width:260px;height:260px;border-radius:50%;background:rgba(249,168,37,.22)}.hero h1{font-size:clamp(2.2rem,5vw,4.5rem);font-weight:900;line-height:1.25}.hero p{font-size:1.2rem;max-width:760px}.section{padding:85px 0;scroll-margin-top:90px}.section-title{font-weight:900;color:var(--dark);margin-bottom:15px}.section-subtitle{color:var(--muted);max-width:760px;margin:auto}.feature-card,.product-card,.project-card,.download-card,.job-card,.contact-card{border:0;border-radius:24px;box-shadow:0 12px 35px rgba(0,0,0,.08);overflow:hidden;transition:.25s;background:#fff;height:100%}.feature-card:hover,.product-card:hover,.project-card:hover,.download-card:hover,.job-card:hover,.contact-card:hover{transform:translateY(-8px);box-shadow:0 18px 45px rgba(0,0,0,.12)}.icon-box{width:62px;height:62px;border-radius:18px;background:rgba(46,125,50,.12);display:inline-flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.8rem}.bg-soft{background:var(--light)}.accent-line{width:72px;height:5px;background:var(--accent);border-radius:20px;margin:0 auto 25px}.product-img,.project-img,.gallery-item{height:220px;background:linear-gradient(135deg,#e8f5e9,#fff7dc);display:flex;align-items:center;justify-content:center}.product-img i,.project-img i,.gallery-item i{font-size:5rem;color:var(--primary)}.badge-soft{background:rgba(249,168,37,.16);color:#916000;border-radius:40px;padding:.45rem .85rem;font-weight:900}.stats{background:linear-gradient(135deg,var(--primary),#1b5e20);color:#fff}.stat-number{font-size:3rem;font-weight:900;color:var(--accent)}.cta{background:linear-gradient(120deg,rgba(46,125,50,.95),rgba(38,50,56,.95)),url('https://images.unsplash.com/photo-1499529112087-3cb3b73cec95?auto=format&fit=crop&w=1600&q=80') center/cover;color:#fff;border-radius:32px;padding:60px}.form-control,.form-select{border-radius:14px;padding:.85rem;border-color:#e1e5e1}.form-control:focus,.form-select:focus{border-color:var(--primary);box-shadow:0 0 0 .2rem rgba(46,125,50,.15)}.footer{background:#1f2a2f;color:#cfd8dc;padding-top:65px}.footer a{color:#cfd8dc;text-decoration:none}.footer a:hover{color:var(--accent)}.footer-title{color:#fff;font-weight:900;margin-bottom:18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;margin-top:40px}.whatsapp-float{position:fixed;bottom:24px;left:24px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;z-index:20;display:flex;align-items:center;justify-content:center;font-size:1.9rem;box-shadow:0 12px 28px rgba(0,0,0,.25);text-decoration:none}.back-top{position:fixed;bottom:92px;left:28px;border:0;background:var(--accent);width:48px;height:48px;border-radius:50%;display:none;z-index:19}@media(max-width:768px){.hero{min-height:570px}.section{padding:60px 0}.cta{padding:35px 24px}.product-img,.project-img{height:190px}}
