/* ===== PLANT TEMPLATE CSS — template-20 (شتلات زراعية) ===== */
.plant-hero { position: relative; min-height: 80vh; display: flex; align-items: center; background-size: cover; background-position: center; overflow: hidden; }
.plant-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(18,43,30,0.85) 10%, rgba(18,43,30,0.35) 55%, transparent 100%); }
.plant-hero-content { position: relative; z-index: 2; }
.plant-kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--heading-font, 'Almarai', sans-serif); color: #d8f3dc; letter-spacing: 1.5px; font-weight: 700; margin-bottom: 12px; }
.plant-kicker::before { content: ''; display: inline-block; width: 34px; height: 2px; background: #95d5b2; }
.plant-hero-title { font-family: var(--heading-font, 'Almarai', sans-serif); font-size: clamp(2.2rem, 5.5vw, 3.8rem); font-weight: 800; color: #fff; line-height: 1.3; margin-bottom: 1rem; }
.plant-hero-subtitle { font-family: var(--body-font, 'IBM Plex Sans Arabic', sans-serif); font-size: 1.15rem; color: rgba(255,255,255,0.9); margin-bottom: 2rem; max-width: 500px; }
.plant-btn { font-family: var(--heading-font, 'Almarai', sans-serif); padding: 14px 38px; border-radius: 14px 4px 14px 4px; font-weight: 700; transition: all 0.3s ease; border: none; }
.plant-btn-primary { background: var(--accent-color, #52b788); color: #fff; box-shadow: 0 8px 22px rgba(82,183,136,0.4); }
.plant-btn-primary:hover { transform: translateY(-3px); background: #40916c; border-radius: 4px 14px 4px 14px; color: #fff; }
.plant-section { padding: 80px 0; }
.plant-section-title { font-family: var(--heading-font, 'Almarai', sans-serif); font-size: 2.1rem; font-weight: 800; color: var(--primary-color, #1b4332); margin-bottom: 3rem; text-align: center; position: relative; }
.plant-section-title::after { content: ''; display: block; width: 54px; height: 12px; margin: 14px auto 0; background: var(--accent-color, #52b788); border-radius: 50% 0 50% 0; opacity: 0.85; }
.plant-category-card { display: block; position: relative; border-radius: 26px 10px 26px 10px; overflow: hidden; aspect-ratio: 1; text-decoration: none; transition: all 0.35s ease; box-shadow: 0 8px 22px rgba(27,67,50,0.08); }
.plant-category-card:hover { transform: translateY(-6px); border-radius: 10px 26px 10px 26px; box-shadow: 0 18px 38px rgba(27,67,50,0.16); }
.plant-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.plant-category-card:hover img { transform: scale(1.1); }
.plant-category-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,43,30,0.75) 0%, transparent 55%); display: flex; align-items: flex-end; padding: 20px; }
.plant-category-name { font-family: var(--heading-font, 'Almarai', sans-serif); color: #fff; font-size: 1.05rem; font-weight: 700; padding-inline-start: 12px; border-inline-start: 3px solid var(--accent-color, #52b788); }
.plant-product-card { background: #fff; border-radius: 20px 8px 20px 8px; overflow: hidden; border: 1px solid #e3efe7; transition: all 0.35s ease; height: 100%; }
.plant-product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(27,67,50,0.14); border-color: var(--accent-color, #52b788); }
.plant-product-image { position: relative; overflow: hidden; aspect-ratio: 1; background: #f4faf5; }
.plant-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.plant-product-card:hover .plant-product-image img { transform: scale(1.08); }
.plant-product-badge { position: absolute; top: 12px; inset-inline-start: 12px; background: #1b4332; color: #b7e4c7; padding: 5px 14px; border-radius: 12px 3px 12px 3px; font-size: 0.73rem; font-weight: 700; }
.plant-product-body { padding: 20px; }
.plant-product-title { font-family: var(--heading-font, 'Almarai', sans-serif); font-size: 0.98rem; font-weight: 700; color: var(--primary-color, #1b4332); margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.plant-product-price { font-family: var(--body-font, 'IBM Plex Sans Arabic', sans-serif); font-size: 1.2rem; font-weight: 700; color: #2d6a4f; margin-bottom: 12px; }
.plant-product-btn { width: 100%; padding: 11px; border-radius: 12px 4px 12px 4px; border: 1.5px solid #2d6a4f; background: transparent; color: #2d6a4f; font-family: var(--heading-font, 'Almarai', sans-serif); font-weight: 700; font-size: 0.88rem; transition: all 0.3s ease; }
.plant-product-btn:hover { background: #2d6a4f; color: #fff; border-radius: 4px 12px 4px 12px; }
.plant-banner { position: relative; border-radius: 24px 10px 24px 10px; overflow: hidden; min-height: 300px; display: flex; align-items: center; background-size: cover; background-position: center; box-shadow: 0 14px 35px rgba(27,67,50,0.14); }
.plant-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,43,30,0.8) 0%, rgba(18,43,30,0.15) 100%); }
.plant-banner-content { position: relative; z-index: 2; padding: 45px; }
.plant-testimonial-card { background: #fff; border-radius: 20px 8px 20px 8px; padding: 32px; border: 1px solid #e3efe7; height: 100%; transition: all 0.3s ease; position: relative; }
.plant-testimonial-card::before { content: '\f06c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; top: 20px; inset-inline-end: 24px; color: #d8f3dc; font-size: 1.7rem; }
.plant-testimonial-card:hover { box-shadow: 0 14px 32px rgba(27,67,50,0.12); border-color: var(--accent-color, #52b788); }
.plant-testimonial-text { font-family: var(--body-font, 'IBM Plex Sans Arabic', sans-serif); color: #4a5d52; margin-bottom: 20px; line-height: 1.9; }
.plant-testimonial-author { font-family: var(--heading-font, 'Almarai', sans-serif); font-weight: 800; color: var(--primary-color, #1b4332); }
.plant-feature-box { text-align: center; padding: 32px 20px; background: #fff; border-radius: 20px 8px 20px 8px; border: 1px solid #e3efe7; height: 100%; transition: all 0.3s ease; }
.plant-feature-box:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(27,67,50,0.12); }
.plant-feature-icon { width: 64px; height: 64px; background: #e8f5ec; border-radius: 50% 12px 50% 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 1.45rem; color: #2d6a4f; transition: all 0.3s ease; }
.plant-feature-box:hover .plant-feature-icon { background: #2d6a4f; color: #fff; }
.plant-feature-title { font-family: var(--heading-font, 'Almarai', sans-serif); font-size: 1.05rem; font-weight: 800; color: var(--primary-color, #1b4332); margin-bottom: 8px; }
.plant-feature-desc { font-family: var(--body-font, 'IBM Plex Sans Arabic', sans-serif); color: #6b7f73; font-size: 0.9rem; }
@media (max-width: 768px) { .plant-section { padding: 50px 0; } .plant-hero { min-height: 55vh; } }
