*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0a5148;--primary-dark: #052c26;--secondary-color: #64748b;--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #ffffff;--bg-light: #f9fafb;--border-color: #e5e7eb;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1)}body{font-family:Cairo,sans-serif;color:var(--text-color);line-height:1.8;background-color:var(--bg-color);direction:rtl;text-align:right}[dir=rtl]{text-align:right}[dir=rtl] .navbar-menu{margin-right:0;margin-left:auto}[dir=rtl] .hero-buttons,[dir=rtl] .action-buttons{flex-direction:row-reverse}.sar-symbol{font-family:Cairo,sans-serif;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .3s ease}.site-header{background:var(--bg-color);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-brand{margin-left:1rem}.navbar-brand .logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.logo-img{height:48px;width:auto}.navbar-menu{display:flex}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{color:var(--text-color);font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--primary-color)}.navbar-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.navbar-toggle span{width:25px;height:3px;background:var(--text-color);margin:3px 0;transition:all .3s ease}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-align:center;cursor:pointer;border:none;transition:all .3s ease;font-size:1rem}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--secondary-color);color:#fff}.btn-secondary:hover{background:#475569}.btn-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.btn-block{display:block;width:100%}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.hero-section{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:4rem 0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.hero-content{position:relative;z-index:1;max-width:800px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.section-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:1rem}.about-section{background:var(--bg-light)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:2rem;margin-bottom:1rem;color:var(--primary-color)}.about-text p{margin-bottom:1.5rem;color:var(--text-light)}.about-features{margin-top:2rem}.feature-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.feature-icon{width:40px;height:40px;background:var(--success-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.feature-text h4{font-size:1.125rem;margin-bottom:.25rem}.feature-text p{color:var(--text-light);margin:0}.about-image img{border-radius:1rem;box-shadow:var(--shadow-lg)}.products-section{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.product-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-image{width:100%;height:250px;overflow:hidden;background:var(--bg-light);display:flex;align-items:center;justify-content:center;position:relative}.product-image img{width:100%;height:100%;object-fit:contain}.product-image:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);z-index:-1}.product-info{padding:1.5rem}.product-link,.product-title-link{text-decoration:none;color:inherit;display:block}.product-link:hover,.product-title-link:hover{text-decoration:none;color:inherit}.product-category{display:inline-block;background:var(--primary-color);color:#fff;padding:.35rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.product-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.product-description{color:var(--text-light);margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.opinions-section{background:var(--bg-light)}.opinions-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info h3{font-size:1.5rem;margin-bottom:1rem}.contact-details{margin-top:2rem}.contact-item{margin-bottom:1.5rem}.contact-item strong{display:block;margin-bottom:.25rem;color:var(--primary-color)}.opinion-form-wrapper{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color)}.form-control{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:all .3s ease}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-control.is-invalid{border-color:var(--danger-color)}.invalid-feedback{display:block;color:var(--danger-color);font-size:.875rem;margin-top:.25rem}textarea.form-control{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.form-section:last-child{border-bottom:none}.form-section-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text-color)}.alert{padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1rem}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.alert-danger{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.site-footer{background:#1f2937;color:#d1d5db;padding:2rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a:hover{color:var(--primary-color)}.social-links{display:flex;gap:1rem}.social-link{padding:.5rem 1rem;background:#ffffff1a;border-radius:.25rem;transition:all .3s ease}.social-link:hover{background:var(--primary-color);color:#fff}.footer-bottom{text-align:center;padding-top:1rem;padding-bottom:1rem}.checkout-section{padding:3rem 0;background:var(--bg-light);min-height:100vh}.checkout-header{display:flex;justify-content:space-between;flex-direction:row-reverse;margin-bottom:2rem}.back-link{display:inline-flex;align-items:center;color:var(--primary-color);font-weight:600;margin-bottom:1rem}.back-link:hover{text-decoration:underline}.page-title{font-size:2.5rem;font-weight:700}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.checkout-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow);margin-bottom:2rem}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.product-summary{display:flex;flex-direction:column;gap:1.5rem}.product-summary-image{width:100%;max-height:500px;border-radius:.75rem;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e5e5e5);display:flex;align-items:center;justify-content:center;position:relative}.product-summary-image img{width:100%;height:100%;object-fit:cover}.product-summary-details{width:100%}.product-category-badge{display:inline-block;background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.product-summary-name{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.product-summary-description{color:var(--text-color);margin-bottom:1.5rem;line-height:1.8}.product-summary-description.ck-content{font-size:1rem}.product-summary-meta{display:flex;gap:2rem;padding-top:1rem;border-top:1px solid var(--border-color)}.product-summary-meta p{margin-bottom:.5rem}.stock-status{font-weight:600}.stock-status.in-stock{color:var(--success-color)}.stock-status.out-of-stock{color:var(--danger-color)}.checkout-sidebar{position:sticky;top:100px}.order-summary{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow);margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.summary-label{color:var(--text-light)}.summary-value{font-weight:600}.summary-divider{height:1px;background:var(--border-color);margin:1.5rem 0}.summary-total{font-size:1.25rem;padding-top:1rem}.quantity-hint{margin-top:-.5rem;margin-bottom:1rem;text-align:center}.quantity-hint small{color:var(--warning-color);font-size:.875rem}.quantity-selector{display:flex;align-items:center;gap:.5rem}.qty-btn{width:32px;height:32px;border:1px solid var(--border-color);background:#fff;border-radius:.25rem;cursor:pointer;font-weight:700;transition:all .3s ease}.qty-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.qty-input{width:60px;text-align:center;border:1px solid var(--border-color);border-radius:.25rem;padding:.5rem}.payment-info{margin-top:1rem}.text-muted{color:var(--text-light)}.text-center{text-align:center}.security-badges{text-align:center;padding:1rem;background:#fff;border-radius:.75rem;box-shadow:var(--shadow)}.security-badge{max-width:200px;margin:0 auto}.result-section{padding:4rem 0;min-height:100vh}.result-container{max-width:900px;margin:0 auto}.result-content{background:#fff;border-radius:1rem;padding:3rem;box-shadow:var(--shadow-lg);text-align:center}.result-icon{margin:0 auto 2rem;width:80px;height:80px}.result-title{font-size:2.5rem;margin-bottom:1rem}.result-content.success .result-title{color:var(--success-color)}.result-content.failure .result-title{color:var(--danger-color)}.result-message{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.order-number{display:inline-block;background:var(--bg-light);padding:1rem 2rem;border-radius:.5rem;margin-bottom:2rem}.order-label{color:var(--text-light);margin-right:.5rem}.order-value{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.order-details-card{text-align:right;direction:rtl;margin:2rem 0;padding:2rem;background:var(--bg-light);border-radius:.75rem}.order-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;direction:rtl}.info-item{display:flex;flex-direction:column;text-align:right}.info-label{font-size:.875rem;color:var(--text-light);margin-bottom:.25rem}.info-value{font-weight:600}.order-product{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.product-detail{display:grid;grid-template-columns:120px 1fr;gap:1.5rem;margin-top:1rem}.product-detail-image{width:120px;height:120px;border-radius:.5rem;overflow:hidden;background:#fff}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-name{font-size:1.25rem;margin-bottom:.5rem}.product-detail-description{color:var(--text-light);margin-bottom:1rem}.product-detail-meta{display:flex;gap:2rem}.meta-item{color:var(--text-light)}.shipping-info,.order-summary-final{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.address-block{background:#fff;padding:1.5rem;border-radius:.5rem;margin-top:1rem}.address-block p{margin-bottom:.5rem}.contact-info{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.summary-line{display:flex;justify-content:space-between;margin-bottom:.75rem}.summary-line.summary-total{font-size:1.25rem;margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border-color)}.result-actions{margin-top:2rem}.confirmation-text{margin-bottom:2rem;color:var(--text-light)}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-details{background:#fee2e2;padding:1.5rem;border-radius:.5rem;margin:2rem 0;text-align:left}.error-details h3{color:var(--danger-color);margin-bottom:.5rem}.failure-suggestions{text-align:left;background:var(--bg-light);padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.failure-suggestions h3{margin-bottom:1rem}.failure-suggestions ul{list-style-position:inside;color:var(--text-light)}.failure-suggestions li{margin-bottom:.5rem}.failed-product-info{margin-top:1rem;padding:1rem;background:#fff;border-radius:.5rem}.failed-product-info p{margin-bottom:.5rem}@media (max-width: 968px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.about-content,.opinions-content,.checkout-content{grid-template-columns:1fr}.checkout-sidebar{position:static}.form-row,.product-summary{grid-template-columns:1fr}.product-summary-image{width:100%;height:200px}}@media (max-width: 768px){.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:var(--shadow)}.navbar-menu.active{display:block}.nav-links{flex-direction:column;padding:1rem;gap:0}.nav-links li{width:100%;border-bottom:1px solid var(--border-color)}.nav-link{display:block;padding:1rem}.navbar-toggle{display:flex}.section-title,.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.products-grid,.footer-content{grid-template-columns:1fr}.result-content{padding:2rem 1rem}.order-info-grid,.product-detail{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.img-fluid{max-width:100%;height:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease-out forwards}*{transition:opacity .3s ease,transform .3s ease}button:disabled{opacity:.6;cursor:not-allowed}
