@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap";.header{background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border-light);position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s cubic-bezier(.4,0,.2,1)}.header.scrolled{box-shadow:var(--shadow-sm);background:#ffffffd9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);padding:.75rem 0}.header-content{display:flex;justify-content:center;align-items:center;position:relative}.nav{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:500;font-size:.95rem;position:relative;transition:color .2s;padding:.5rem 0;white-space:nowrap}.nav-link:after{content:"";position:absolute;bottom:0;right:0;width:0;height:2px;background:var(--primary);transition:width .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}@media (max-width: 768px){.header{padding:.5rem 0}.header.scrolled{padding:.4rem 0}.header-content{padding:0}.nav{gap:.75rem;width:100%;justify-content:center}.nav-link{font-size:.8rem;padding:.4rem .6rem;white-space:nowrap}.nav-link:after{display:none}}@media (max-width: 480px){.nav{gap:.5rem}.nav-link{font-size:.75rem;padding:.35rem .5rem}.logo img{height:28px}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:120px;padding-bottom:4rem;background:var(--bg-primary);overflow:hidden}.hero-background-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;animation:floatOrb 20s ease-in-out infinite}.hero-gradient-orb-1{width:400px;height:400px;background:radial-gradient(circle,#16a34a66,#16a34a00 70%);top:10%;left:10%;animation-delay:0s}.hero-gradient-orb-2{width:300px;height:300px;background:radial-gradient(circle,#22c55e4d,#22c55e00 70%);top:60%;right:15%;animation-delay:-7s}.hero-gradient-orb-3{width:350px;height:350px;background:radial-gradient(circle,#10b98140,#10b98100 70%);bottom:15%;left:50%;transform:translate(-50%);animation-delay:-14s}.hero-floating-shape{position:absolute;opacity:.08;animation:floatShape 25s ease-in-out infinite}.hero-floating-shape-1{width:120px;height:120px;background:var(--primary);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;top:20%;right:20%;animation-delay:0s;filter:blur(1px)}.hero-floating-shape-2{width:80px;height:80px;background:var(--primary);border-radius:50%;bottom:30%;left:15%;animation-delay:-8s;filter:blur(.5px)}.hero-floating-shape-3{width:100px;height:100px;background:var(--primary);clip-path:polygon(50% 0%,0% 100%,100% 100%);top:50%;right:30%;animation-delay:-16s;filter:blur(1px)}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes floatShape{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(40px,-40px) rotate(90deg)}50%{transform:translate(-30px,30px) rotate(180deg)}75%{transform:translate(20px,20px) rotate(270deg)}}.hero .container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center}.hero-content{position:relative;z-index:2;max-width:800px;width:100%;margin:0 auto;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:fadeInUp .8s ease-out}.hero-logo-section{margin-bottom:3rem;animation:fadeInDown .6s ease-out;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hero-logo{height:60px;width:auto;max-width:200px;margin-bottom:1rem;opacity:.95;transition:opacity .3s ease;object-fit:contain}.hero-logo:hover{opacity:1}.hero-campaign-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;margin:0;margin-top:.5rem}.hero-headline{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:var(--text-primary);line-height:1.3;margin:0 0 1.5rem;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .2s both;display:block;width:100%}.hero-headline .green-accent{color:var(--primary);font-weight:800}.hero-subheadline{font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--text-secondary);font-weight:400;line-height:1.6;margin:0 0 3rem;animation:fadeInUp .8s ease-out .4s both}.hero-cta-wrapper{display:flex;justify-content:center;align-items:center;margin-top:2rem;animation:fadeInUp .8s ease-out .6s both}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;white-space:nowrap;letter-spacing:.01em}.hero-cta-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #16a34a40}.hero-cta-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #16a34a59}.hero-cta-primary:active{transform:translateY(0);box-shadow:0 2px 8px #16a34a40}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{min-height:85vh;padding-top:100px;padding-bottom:3rem}.hero .container{padding:0 1.5rem}.hero-content{padding:1rem}.hero-gradient-orb{filter:blur(40px)}.hero-gradient-orb-1{width:250px;height:250px}.hero-gradient-orb-2{width:200px;height:200px}.hero-gradient-orb-3{width:220px;height:220px}.hero-floating-shape-1{width:80px;height:80px}.hero-floating-shape-2{width:60px;height:60px}.hero-floating-shape-3{width:70px;height:70px}.hero-logo{height:48px}.hero-campaign-title{font-size:1.25rem}.hero-headline{font-size:2.25rem;margin-bottom:1.25rem}.hero-subheadline{font-size:1.125rem;margin-bottom:2.5rem}.hero-cta{padding:.875rem 2rem;font-size:1rem;width:100%;max-width:280px}}.reviews{padding:5rem 0;background:var(--bg-secondary);position:relative}.reviews-content{max-width:1200px;margin:0 auto;opacity:0}.reviews-content.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.reviews-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:3rem;letter-spacing:-.02em;line-height:1.2}.reviews-title .green-accent{color:var(--primary)}.sk-ww-google-reviews{width:100%;min-height:400px}.wp-reviews-content{width:100%;min-height:300px;padding:1rem 0}.wp-reviews-content>*{max-width:100%}.reviews-loading{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;color:var(--text-secondary);font-size:1.125rem}.reviews-loading p{margin:0}.reviews-fallback{background:var(--bg-primary);border:2px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.reviews-fallback-text{font-size:clamp(1.125rem,2vw,1.375rem);color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.reviews-fallback-link{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:var(--radius);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #16a34a4d}.reviews-fallback-link:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 8px 24px #16a34a66}@media (max-width: 768px){.reviews{padding:4rem 0}.reviews-title{margin-bottom:2rem;font-size:1.75rem}.sk-ww-google-reviews{min-height:300px}.reviews-loading{min-height:150px;padding:1.5rem}.reviews-fallback{padding:2rem 1.5rem;min-height:250px}.reviews-fallback-text{font-size:1rem;margin-bottom:1rem}.reviews-fallback-link{padding:.875rem 2rem;font-size:1rem}.wp-reviews-content{min-height:250px;padding:.5rem 0}}.product-card{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;border:1px solid var(--border-light);height:100%}.product-card .product-image-container{overflow:hidden}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px #00000026,0 4px 12px #0000001a;border-color:var(--green-300)}.product-card-offer{position:relative;border:none;overflow:visible;background:transparent}.product-card-offer:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary) 0%,var(--green-400) 50%,var(--primary) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;padding:2px;z-index:0;opacity:.6;pointer-events:none}.product-card-offer>*{position:relative;z-index:1;background:var(--bg-primary);border-radius:var(--radius-lg)}.product-card-offer:hover:before{opacity:.8;background:linear-gradient(135deg,var(--primary) 0%,var(--green-400) 25%,var(--primary) 50%,var(--green-400) 75%,var(--primary) 100%);background-size:200% 200%;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--primary);color:#fff;padding:.375rem .875rem;border-radius:9999px;font-weight:600;font-size:.75rem;z-index:10;text-transform:uppercase;letter-spacing:.05em}.product-image-container{width:100%;height:280px;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;position:relative}.product-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.1)}.product-info{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.product-name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}.product-pricing{display:flex;justify-content:space-between;align-items:flex-start;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-light);gap:1rem;flex-wrap:wrap;min-height:5rem}.price-group{display:flex;flex-direction:column;gap:.25rem;min-height:4rem;justify-content:flex-start}.original-price{font-size:.875rem;color:var(--text-tertiary);text-decoration:line-through;min-height:1.25rem;line-height:1.25rem;display:block}.sale-price{font-size:1.75rem;font-weight:800;color:var(--primary);line-height:1;letter-spacing:-.02em}.discount-badge{background:#16a34a1a;color:var(--primary);padding:.5rem .875rem;border-radius:9999px;font-weight:600;font-size:.875rem;white-space:nowrap;border:1px solid rgba(22,163,74,.15)}.product-cta{width:100%;background:var(--primary);color:#fff;border:none;padding:.875rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;margin-top:.5rem;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.01em}.product-cta:hover{background:var(--primary-dark);transform:translateY(-2px)}.product-cta:active{transform:scale(.98)}.product-cta span{position:relative;z-index:1}@media (max-width: 768px){.product-image-container{height:240px;padding:1.5rem}.product-info{padding:1.25rem}.sale-price{font-size:1.5rem}.product-pricing{flex-direction:column;align-items:flex-start;gap:.75rem}.discount-badge{font-size:.8125rem;padding:.4375rem .75rem}}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.skeleton-card{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.skeleton-image{width:100%;height:280px;background:linear-gradient(90deg,var(--bg-tertiary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.skeleton-title{width:80%;height:1.5rem;background:linear-gradient(90deg,var(--bg-tertiary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-price-group{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.skeleton-price{width:60%;height:2rem;background:linear-gradient(90deg,var(--bg-tertiary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-price-small{width:40%;height:1rem;background:linear-gradient(90deg,var(--bg-tertiary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-button{width:100%;height:3rem;background:linear-gradient(90deg,var(--bg-tertiary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius);margin-top:.5rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.skeleton-grid{grid-template-columns:1fr;gap:1.5rem}.skeleton-image{height:240px}}.products{padding:6rem 0;background:var(--bg-secondary);position:relative}.products-grid{position:relative}.products-grid:before{content:"";position:absolute;top:-2rem;left:-2rem;right:-2rem;bottom:-2rem;background:linear-gradient(135deg,#16a34a05,#16a34a0a,#16a34a05);border-radius:var(--radius-xl);z-index:0;pointer-events:none}.products-grid>*{position:relative;z-index:1}.products-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .6s ease-out}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2;text-align:center!important;text-align-last:center;white-space:normal;word-spacing:normal;text-justify:none}.products-loading,.products-error,.products-empty{text-align:center;padding:4rem 2rem;color:var(--text-secondary);font-size:1.125rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto 5rem}.products-grid>*{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.products-grid>*:nth-child(1){animation-delay:.1s}.products-grid>*:nth-child(2){animation-delay:.2s}.products-grid>*:nth-child(3){animation-delay:.3s}.products-grid>*:nth-child(4){animation-delay:.4s}.products-grid>*:nth-child(5){animation-delay:.5s}.products-grid>*:nth-child(6){animation-delay:.6s}.products-grid>*:nth-child(7){animation-delay:.7s}.products-grid>*:nth-child(8){animation-delay:.8s}.product-carousel-section{margin-bottom:5rem;animation:fadeInUp .6s ease-out}.carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 1rem}.carousel-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);margin:0}.carousel-controls{display:flex;gap:.5rem}.carousel-btn{width:40px;height:40px;border-radius:50%;border:2px solid var(--primary);background:#fff;color:var(--primary);font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.carousel-btn:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}.product-carousel-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem}.product-carousel-container::-webkit-scrollbar{display:none}.product-carousel{display:flex;gap:2rem;padding-bottom:1rem}.carousel-item{flex:0 0 300px;min-width:0}.carousel-item .product-card{width:100%;height:100%}.products-carousels{padding:4rem 0;background:var(--bg-primary);position:relative}@media (max-width: 768px){.products{padding:4rem 0}.products-header{margin-bottom:3rem}.products-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.products-carousels{padding:3rem 0}.product-carousel-section{margin-bottom:3rem}.carousel-header{flex-direction:column;gap:1rem;align-items:flex-start}.carousel-controls{align-self:flex-end}.carousel-item{flex:0 0 280px}}.offer-alert{padding:3rem 0;background:linear-gradient(135deg,#fef3c7,#fde68a);border-top:1px solid rgba(245,158,11,.2);border-bottom:1px solid rgba(245,158,11,.2);position:relative;overflow:hidden}.offer-alert:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(245,158,11,.05) 10px,rgba(245,158,11,.05) 20px);opacity:.3;pointer-events:none}.offer-alert-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.alert-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.alert-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#92400e;margin:0 0 .75rem;line-height:1.3}.alert-message{font-size:clamp(1rem,2vw,1.25rem);color:#78350f;font-weight:600;line-height:1.6;margin:0 0 2rem}.stock-progress-container{margin-top:1.5rem}.stock-progress-bar{width:100%;height:12px;background:#fff9;border-radius:9999px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000001a;margin-bottom:.75rem}.stock-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:9999px;transition:width .5s ease-out;position:relative;box-shadow:0 2px 8px #f59e0b66}.stock-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.stock-progress-text{font-size:.875rem;font-weight:700;color:#92400e;text-align:center}@media (max-width: 768px){.offer-alert{padding:2.5rem 0}.alert-icon{font-size:2.5rem}.alert-title{font-size:1.375rem}.alert-message{font-size:1.125rem}.stock-progress-bar{height:10px}}.story{padding:6rem 0;background:var(--bg-primary);position:relative}.story-content{max-width:1200px;margin:0 auto}.story-header{text-align:center;margin-bottom:4rem;opacity:0}.story-header.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.story-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.story-title .green-accent{color:var(--primary)}.story-intro{font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--text-primary);max-width:900px;margin:0 auto;line-height:1.8;font-weight:600}.vision-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:5rem}.vision-cards.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.vision-card{background:var(--bg-secondary);padding:2.5rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.vision-card:nth-child(1){animation-delay:.1s}.vision-card:nth-child(2){animation-delay:.2s}.vision-card:nth-child(3){animation-delay:.3s}.vision-card:nth-child(4){animation-delay:.4s}.vision-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #16a34a26;border-color:var(--green-300)}.vision-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;transition:transform .3s}.vision-card:hover .vision-icon{transform:scale(1.15) rotate(5deg)}.vision-card-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.vision-card-text{color:var(--text-secondary);line-height:1.9;font-size:clamp(1rem,1.5vw,1.125rem);font-weight:400;text-align:right}.vision-card-text .highlight{color:var(--primary);font-weight:700}.report-example-section{background:linear-gradient(135deg,var(--green-50) 0%,var(--bg-primary) 100%);border-radius:var(--radius-xl);border:2px solid var(--green-200);padding:3rem 2.5rem;margin-bottom:5rem;text-align:center;animation:fadeInUp .6s ease-out .4s both;position:relative;overflow:hidden}.report-example-section:before{content:"📋";position:absolute;top:1rem;right:1rem;font-size:4rem;opacity:.1}.report-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--text-primary);margin-bottom:1rem;position:relative;z-index:1}.report-description{font-size:clamp(1.125rem,2vw,1.375rem);color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.report-example-text{font-size:clamp(1rem,1.8vw,1.25rem);color:var(--text-primary);font-weight:600;margin-bottom:1.5rem;position:relative;z-index:1}.report-example-text .highlight{color:var(--primary);font-weight:800}.report-link{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:var(--radius);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #16a34a4d;position:relative;z-index:1}.report-link:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 8px 24px #16a34a66}.story-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--green-600) 0%,var(--green-500) 100%);border-radius:var(--radius-xl);box-shadow:0 10px 30px #16a34a4d;animation:fadeInUp .6s ease-out .6s both;color:#fff}.story-cta-text{font-size:clamp(1.25rem,2.5vw,1.5rem);color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.6}.story-cta-text .highlight{font-weight:900;text-shadow:0 2px 4px rgba(0,0,0,.1)}.story-cta-button{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--primary);padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:var(--radius);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0003}.story-cta-button:hover{background:var(--green-50);transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}@media (max-width: 768px){.story{padding:4rem 0}.story-header{margin-bottom:3rem}.story-intro{font-size:1.25rem}.vision-cards{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.vision-card{padding:2rem 1.5rem}.vision-icon{font-size:3rem}.vision-card-title{font-size:1.25rem}.vision-card-text{font-size:1rem}.report-example-section{padding:2.5rem 1.5rem;margin-bottom:3rem}.report-example-section:before{font-size:3rem}.report-title{font-size:1.5rem}.report-description{font-size:1.125rem}.report-link{padding:.875rem 2rem;font-size:1rem;width:100%;max-width:300px}.story-cta{padding:2.5rem 1.5rem}.story-cta-text{font-size:1.125rem}.story-cta-button{padding:1rem 2rem;font-size:1rem;width:100%;max-width:300px}}.features{padding:6rem 0;background:var(--bg-secondary);position:relative}.features-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .6s ease-out}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.section-title .green-accent{color:var(--primary)}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:700px;margin:1rem auto 0;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--bg-primary);padding:2.5rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #16a34a26;border-color:var(--green-300)}.warranty-card{text-align:right}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;transition:transform .3s}.warranty-icon{font-size:3rem}.feature-card:hover .feature-icon{transform:scale(1.15) rotate(5deg)}.feature-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.warranty-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.4}.feature-description{color:var(--text-secondary);line-height:1.8;font-size:clamp(1rem,1.5vw,1.125rem);font-weight:400}.warranty-description{line-height:1.9;text-align:right}@media (max-width: 768px){.features{padding:4rem 0}.features-header{margin-bottom:3rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:3rem}.warranty-icon{font-size:2.5rem}.feature-title,.warranty-title{font-size:1.25rem}.feature-description{font-size:1rem}}.footer{background:var(--text-primary);color:#fff;padding:2rem 0;margin-top:auto;position:relative}.footer-bottom{text-align:center;opacity:.8;font-size:.875rem;line-height:1.8}.footer-bottom p{margin:.5rem 0;color:#fff}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer-bottom{font-size:.8125rem}}.App{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--green-50: #f0fdf4;--green-100: #dcfce7;--green-200: #bbf7d0;--green-300: #86efac;--green-400: #4ade80;--green-500: #22c55e;--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--green-900: #14532d;--primary: #16a34a;--primary-dark: #15803d;--primary-light: #4ade80;--accent: #22c55e;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #86868b;--bg-primary: #ffffff;--bg-secondary: #fbfbfd;--bg-tertiary: #f5f5f7;--border: #d2d2d7;--border-light: #e8e8ed;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow: 0 2px 8px 0 rgba(0, 0, 0, .08), 0 1px 3px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px 0 rgba(0, 0, 0, .12), 0 4px 8px 0 rgba(0, 0, 0, .08);--radius: 10px;--radius-lg: 14px;--radius-xl: 20px}html{scroll-behavior:smooth}body{font-family:Cairo,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;direction:rtl;text-align:right;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}@media (max-width: 768px){.container{padding:0 1.5rem}}
