*{margin:0;padding:0;box-sizing:border-box}:root{--green-dark: #1a4d3a;--green-medium: #2d6a4f;--green-light: #4a8d6f;--gold: #d4af37;--gold-light: #f4d03f;--white: #ffffff;--text-dark: #1f2937;--text-light: #6b7280}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100vw}body{font-family:Tajawal,Segoe UI,Tahoma,sans-serif;color:var(--text-dark);line-height:1.7;overflow-x:hidden;width:100%;max-width:100vw;background:linear-gradient(180deg,#1a4d3a1f,#d4af3714,#1a4d3a1f)}.app{min-height:100vh;direction:rtl;width:100%;max-width:100vw;position:relative;overflow-x:hidden}.header{background:var(--green-dark);padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a;animation:fadeInDown .6s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-container{display:flex;align-items:center;gap:1rem}.logo{height:50px;width:auto}.company-name{font-size:1.3rem;color:var(--gold-light);font-weight:700;margin:0}.nav{display:flex;gap:.5rem;background:#d4af3726;padding:.5rem 1rem;border-radius:10px}.nav a{color:var(--gold-light);text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem;transition:all .3s}.nav a:hover{background:#d4af374d;color:var(--white)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.mobile-menu-toggle span{width:100%;height:3px;background:var(--gold-light);border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle span.active:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle span.active:nth-child(2){opacity:0;transform:translate(-20px)}.mobile-menu-toggle span.active:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-nav{display:none;flex-direction:column;position:absolute;top:100%;right:0;left:0;background:var(--green-dark);box-shadow:0 4px 10px #0003;z-index:1000;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.mobile-nav.open{max-height:400px;transition:max-height .3s ease-in}.mobile-nav a{display:block;padding:1rem 2rem;color:var(--gold-light);text-decoration:none;font-weight:600;font-size:1rem;border-bottom:1px solid rgba(212,175,55,.2);transition:all .3s}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{background:#d4af3733;color:var(--white);padding-right:2.5rem}.hero{padding:4rem 2rem;text-align:center;position:relative;min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;width:100%;overflow-x:hidden;overflow-y:hidden}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(1000px,90vw);height:min(1000px,90vh);background-image:url(/logo_without_bg.png);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:.12;z-index:0;pointer-events:none}.hero-pattern{display:none}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;background:var(--gold);color:var(--green-dark);padding:.5rem 1.5rem;border-radius:25px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem;color:var(--green-dark);line-height:1.2}.title-highlight{color:var(--gold)}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:var(--green-medium);font-weight:600;margin-bottom:1rem}.hero-description{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-light);margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp .8s ease-out .4s both}.hero-buttons a{text-decoration:none!important}.cta-button{padding:1rem 2.5rem;font-size:1rem;font-weight:700;border-radius:30px;border:none;transition:all .3s;font-family:inherit}.cta-button.primary{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--green-dark);box-shadow:0 4px 15px #d4af374d}.cta-button.primary:hover{background:linear-gradient(135deg,var(--gold-light) 0%,var(--gold) 100%);transform:translateY(-3px);box-shadow:0 8px 25px #d4af3780}.hero-cta{padding:1.25rem 3rem;font-size:1.2rem;font-weight:800;min-width:300px;box-shadow:0 6px 20px #d4af3766;position:relative;overflow:hidden}.hero-cta>*{position:relative;z-index:2}.hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shine 3s infinite;z-index:1;pointer-events:none}@keyframes shine{0%{left:-100%}50%{left:100%}to{left:100%}}.hero-cta:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #d4af3799}.hero-cta:hover:before{animation:shine 1.5s infinite}.hero-cta svg{width:24px;height:24px;flex-shrink:0}.hero-stats{display:flex;justify-content:center;align-items:center;gap:1.25rem;max-width:900px;margin:2rem auto 0;position:relative;z-index:1;flex-wrap:wrap}.stat-item{position:relative;background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 1.25rem;border-radius:18px;box-shadow:0 6px 25px #1a4d3a1a;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;flex:1;animation:fadeInUp .6s ease-out;opacity:0;animation-fill-mode:forwards}.stat-item:nth-child(1){animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item{min-width:160px;max-width:220px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;right:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.4,0,.2,1)}.stat-item:hover:before{transform:scaleX(1)}.stat-item:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 15px 40px #1a4d3a33;border-color:#d4af374d}.stat-icon-wrapper{width:50px;height:50px;background:linear-gradient(135deg,#d4af3726,#1a4d3a1a);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-icon-wrapper:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);opacity:0;transition:opacity .4s}.stat-item:hover .stat-icon-wrapper:before{opacity:1}.stat-icon-wrapper svg{width:26px;height:26px;color:var(--green-dark);position:relative;z-index:1;transition:all .4s}.stat-item:hover .stat-icon-wrapper svg{color:var(--white);transform:scale(1.1) rotate(5deg)}.stat-content{display:flex;flex-direction:column;align-items:center;gap:.375rem}.stat-number{font-size:2.25rem;font-weight:900;background:linear-gradient(135deg,var(--gold) 0%,var(--green-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;transition:all .4s}.stat-item:hover .stat-number{background:linear-gradient(135deg,var(--gold-light) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:scale(1.05)}.stat-label{color:var(--text-light);font-size:.95rem;font-weight:600;transition:color .3s}.stat-item:hover .stat-label{color:var(--green-dark)}.about,.contact{padding:5rem 2rem;max-width:1400px;margin:0 auto;width:100%;overflow-x:hidden;animation:fadeInUp .8s ease-out}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-block;background:var(--gold);color:var(--green-dark);padding:.5rem 1.5rem;border-radius:6px;font-size:.85rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--green-dark);font-weight:800;margin-bottom:1rem}.section-description{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-light);max-width:700px;margin:0 auto}.specializations-modern{padding:5rem 2rem;max-width:1600px;margin:0 auto;position:relative;width:100%;overflow-x:hidden}.specializations-modern:before{content:"";position:absolute;top:0;right:0;width:min(500px,100vw);height:500px;background:radial-gradient(circle,rgba(212,175,55,.15) 0%,transparent 70%);border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.specializations-modern:after{content:"";position:absolute;bottom:0;left:0;width:min(400px,100vw);height:400px;background:radial-gradient(circle,rgba(26,77,58,.12) 0%,transparent 70%);border-radius:50%;filter:blur(60px);z-index:0;pointer-events:none}.specializations-masonry{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-auto-rows:min-content;align-items:start;gap:1.5rem;margin-top:4rem;position:relative;z-index:1}.spec-item{position:relative;background:linear-gradient(135deg,#fffffffa,#fffffff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;overflow:visible;transition:box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(212,175,55,.2);min-height:280px;display:flex;flex-direction:column;z-index:1;opacity:1;visibility:visible}.spec-item:before{content:"";position:absolute;top:0;right:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.4,0,.2,1)}.spec-item:hover:before{transform:scaleX(1)}.spec-item:hover,.spec-item.active{box-shadow:0 20px 60px #1a4d3a33,0 0 0 1px #d4af374d;border-color:#d4af3766;z-index:10}.spec-item.spec-large{grid-column:span 2}.spec-visual{position:relative;padding:2rem;min-height:180px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4af3717,#1a4d3a1a);overflow:hidden}.spec-icon-bg{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(212,175,55,.15) 0%,transparent 70%);border-radius:50%;filter:blur(40px);transition:all .6s cubic-bezier(.4,0,.2,1);opacity:.5}.spec-item:hover .spec-icon-bg{transform:scale(1.5);opacity:.8}.spec-icon{width:80px;height:80px;object-fit:contain;position:relative;z-index:2;filter:brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(2000%) hue-rotate(120deg) brightness(.9);transition:all .4s cubic-bezier(.4,0,.2,1)}.spec-item:hover .spec-icon{transform:scale(1.15) rotate(5deg);filter:brightness(0) saturate(100%) invert(75%) sepia(95%) saturate(2000%) hue-rotate(5deg)}.spec-number{position:absolute;top:1rem;left:1rem;font-size:3rem;font-weight:900;color:var(--gold);line-height:1;transition:all .4s;z-index:1}.spec-item:hover .spec-number{color:#d4af3733;transform:scale(1.1)}.spec-content{padding:1.5rem 2rem 2rem;flex:1;display:flex;flex-direction:column}.spec-content h3{font-size:1.4rem;color:var(--green-dark);margin-bottom:.75rem;font-weight:800;line-height:1.3;transition:color .3s}.spec-item:hover .spec-content h3{color:var(--gold)}.spec-preview{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1rem;opacity:.9}.spec-details{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1) .2s,margin-top .4s cubic-bezier(.4,0,.2,1) .3s;margin-top:0}@media (hover: hover) and (pointer: fine){.spec-item:hover .spec-details{max-height:0;margin-top:0}.spec-item.active .spec-details{max-height:2000px;margin-top:1rem}}.spec-item.active .spec-details{max-height:2000px;margin-top:1rem}@media (max-width: 768px){.spec-item{position:relative;scroll-margin-top:1rem;scroll-margin-bottom:1rem;opacity:1!important;visibility:visible!important}.spec-item:hover{box-shadow:0 4px 20px #00000014;border-color:#d4af3733;z-index:1}.spec-item:hover:before{transform:scaleX(0)}.spec-item:hover .spec-icon-bg{transform:scale(1);opacity:.5}.spec-item:hover .spec-icon{transform:scale(1) rotate(0);filter:brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(2000%) hue-rotate(120deg) brightness(.9)}.spec-item:hover .spec-number{color:var(--gold);transform:scale(1)}.spec-item:hover .spec-content h3{color:var(--green-dark)}.spec-item.active{scroll-margin-top:2rem;scroll-margin-bottom:2rem;opacity:1!important;visibility:visible!important}.spec-item.active:before{transform:scaleX(1)}.spec-item.active .spec-icon-bg{transform:scale(1.5);opacity:.8}.spec-item.active .spec-icon{transform:scale(1.15) rotate(5deg);filter:brightness(0) saturate(100%) invert(75%) sepia(95%) saturate(2000%) hue-rotate(5deg)}.spec-item.active .spec-number{color:#d4af3733;transform:scale(1.1)}.spec-item.active .spec-content h3{color:var(--gold)}.spec-details{transition:max-height .6s cubic-bezier(.4,0,.2,1) .2s,margin-top .5s cubic-bezier(.4,0,.2,1) .3s}}.spec-detail-item{padding:.75rem 0;border-bottom:1px solid rgba(26,77,58,.08);color:var(--text-light);font-size:.9rem;line-height:1.7}.spec-detail-item:last-child{border-bottom:none}.spec-detail-item strong{color:var(--green-dark);font-weight:700;display:block;margin-bottom:.25rem}.services-modern{padding:5rem 2rem;max-width:1200px;margin:0 auto;position:relative;width:100%;overflow-x:hidden;overflow-y:visible}.services-showcase{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.service-modern{background:linear-gradient(135deg,#fffffffa,#fffffff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;border:1px solid rgba(212,175,55,.15);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;opacity:1}.service-modern:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(135deg,#d4af370d,#1a4d3a0d);opacity:0;transition:opacity .4s;pointer-events:none}.service-modern:hover:before,.service-modern.active:before{opacity:1}.service-modern:hover,.service-modern.active{border-color:#d4af3766;box-shadow:0 10px 40px #1a4d3a26,0 0 0 1px #d4af3733;transform:translate(-8px)}@media (max-width: 768px){.service-modern{scroll-margin-top:1rem;scroll-margin-bottom:1rem}.service-modern.active{animation:subtlePulse 2s ease-in-out;scroll-margin-top:2rem;scroll-margin-bottom:2rem}.service-modern:active{border-color:#d4af3766;box-shadow:0 10px 40px #1a4d3a26,0 0 0 1px #d4af3733;transform:translate(-4px)}.service-modern.active .service-modern-icon-wrapper:before{opacity:1}.service-modern.active .service-modern-icon{filter:brightness(0) saturate(100%) invert(100%);transform:scale(1.1)}.service-modern.active .service-modern-header h3{color:var(--gold)}.service-modern.active .service-toggle-icon{background:var(--gold);filter:brightness(0) saturate(100%) invert(75%) sepia(95%) saturate(2000%) hue-rotate(5deg);transform:rotate(180deg)}}.service-modern-header{padding:2rem;display:flex;align-items:center;gap:1.5rem;position:relative;z-index:2}.service-modern-icon-wrapper{width:70px;height:70px;min-width:70px;background:linear-gradient(135deg,#d4af3726,#1a4d3a1a);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-modern-icon-wrapper:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);opacity:0;transition:opacity .4s}.service-modern:hover .service-modern-icon-wrapper:before,.service-modern.active .service-modern-icon-wrapper:before{opacity:1}.service-modern-icon{width:40px;height:40px;object-fit:contain;filter:brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(2000%) hue-rotate(120deg) brightness(.9);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.service-modern:hover .service-modern-icon,.service-modern.active .service-modern-icon{filter:brightness(0) saturate(100%) invert(100%);transform:scale(1.1)}.service-modern-header h3{font-size:1.5rem;color:var(--green-dark);font-weight:800;margin:0;flex:1;transition:color .3s}.service-modern:hover .service-modern-header h3,.service-modern.active .service-modern-header h3{color:var(--gold)}.service-toggle-icon{width:40px;height:40px;object-fit:contain;padding:8px;border-radius:50%;background:#d4af371a;transition:all .4s cubic-bezier(.4,0,.2,1);filter:brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(2000%) hue-rotate(120deg) brightness(.9)}.service-modern:hover .service-toggle-icon,.service-modern.active .service-toggle-icon{background:var(--gold);filter:brightness(0) saturate(100%) invert(75%) sepia(95%) saturate(2000%) hue-rotate(5deg);transform:rotate(180deg)}.service-modern-body{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.service-modern.active .service-modern-body{max-height:2000px}.service-modern-content{padding:0 2rem 2rem;display:flex;flex-direction:column;gap:1rem}.service-modern-item{padding:1rem;background:#fff9;border-radius:12px;border-right:3px solid var(--gold);color:var(--text-light);font-size:.95rem;line-height:1.7;transition:all .3s}.service-modern-item:hover{background:#d4af3714;transform:translate(-5px)}.service-modern-item strong{color:var(--green-dark);font-weight:700}.service-whatsapp-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#25d366,#128c7e);color:var(--white);text-decoration:none;border-radius:12px;font-weight:700;font-size:1rem;margin-top:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #25d3664d;border:none}.service-whatsapp-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #25d36666;background:linear-gradient(135deg,#128c7e,#25d366)}.service-whatsapp-button svg{width:20px;height:20px;flex-shrink:0}.about-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;animation:fadeInUp .8s ease-out}.about-text,.about-text .section-title{text-align:right}.about-text p{font-size:1.1rem;line-height:1.9;margin-bottom:1rem;color:var(--text-light)}.about-features{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.feature-check{width:30px;height:30px;background:var(--gold);color:var(--green-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.about-visual{display:flex;justify-content:center;align-items:center}.visual-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s;animation:fadeIn .8s ease-out .3s both}.visual-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.visual-icon{width:120px;height:120px;object-fit:contain;margin:0 auto 1rem;display:block}.visual-card h3{font-size:1.5rem;color:var(--green-dark);font-weight:700}.contact-container{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.contact-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s;border-top:4px solid var(--gold);animation:fadeInUp .6s ease-out}.contact-card:nth-child(1){animation-delay:.1s}.contact-card:nth-child(2){animation-delay:.2s}.contact-card:nth-child(3){animation-delay:.3s}.contact-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001f}.contact-icon-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.contact-icon{width:60px;height:60px;object-fit:contain;display:block}.contact-card h3{font-size:1.3rem;color:var(--green-dark);margin-bottom:.5rem;font-weight:700}.contact-card p{color:var(--text-light);font-size:1rem}.contact-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;border:2px solid transparent}.whatsapp-button{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 15px #25d3664d}.whatsapp-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #25d36666;background:linear-gradient(135deg,#128c7e,#25d366)}.email-button{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green-medium) 100%);color:#fff;box-shadow:0 4px 15px #1a4d3a4d}.email-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1a4d3a66;background:linear-gradient(135deg,var(--green-medium) 0%,var(--green-dark) 100%)}.contact-button svg{width:24px;height:24px;flex-shrink:0}.contact-map{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #0000001f;background:#fff}.contact-map iframe{width:100%;height:450px;border:0;display:block}.footer{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green-medium) 100%);color:var(--white);padding:1.5rem 2rem;animation:fadeIn .8s ease-out}.footer-content{max-width:1400px;margin:0 auto;text-align:center}.footer-info{margin:1rem 0 0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.footer-phone,.footer-email,.footer-copyright{font-size:1rem;opacity:.9;margin:0}.footer-title{font-size:1.3rem;font-weight:700;color:var(--gold-light);margin:0}.footer-copyright{opacity:.8;font-size:.9rem;margin:0}.notification-toast{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,var(--green-dark) 0%,var(--green-medium) 100%);color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 30px #1a4d3a4d;display:flex;align-items:center;gap:.75rem;z-index:10000;animation:slideInUp .3s ease-out;border:2px solid var(--gold)}.notification-toast svg{flex-shrink:0;color:var(--gold-light)}.notification-toast span{font-size:1rem;font-weight:600}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 968px){.about-content{grid-template-columns:1fr}.about-text,.about-text .section-title{text-align:center}.hero-stats{grid-template-columns:1fr}.header-content{flex-wrap:wrap}.nav{width:100%;justify-content:center;margin-top:1rem}}@media (max-width: 1200px){.spec-item.spec-large{grid-column:span 1}}@media (max-width: 968px){.specializations-masonry{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}}@media (max-width: 768px){html,body{overflow-x:hidden;width:100%;max-width:100vw;position:relative}.hero{padding:2.5rem 1rem;min-height:auto;width:100%;max-width:100vw;overflow-x:hidden}.hero-title{font-size:2.5rem;line-height:1.3}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:.75rem}.hero-cta{width:100%;min-width:auto;padding:1rem 2rem;font-size:1.1rem}.cta-button{width:100%;padding:.875rem 2rem;font-size:.95rem}.hero-stats{flex-direction:row;gap:.5rem;margin-top:1.25rem;padding:0;justify-content:space-between}.stat-item{padding:.875rem .5rem;min-width:0;max-width:none;flex:1;border-radius:12px}.stat-icon-wrapper{width:36px;height:36px;margin-bottom:.4rem;border-radius:8px}.stat-icon-wrapper svg{width:18px;height:18px}.stat-number{font-size:1.25rem;line-height:1.1}.stat-label{font-size:.7rem;line-height:1.2}.section-header{margin-bottom:2rem}.section-title{font-size:1.75rem;line-height:1.3}.section-description{font-size:.95rem}.section-badge{font-size:.75rem;padding:.4rem 1.2rem}.about,.contact,.specializations-modern,.services-modern{padding:2.5rem 1rem;width:100%;max-width:100vw;overflow-x:hidden}.specializations-modern:before,.specializations-modern:after{width:min(300px,100vw)}.specializations-masonry{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.spec-item{min-height:220px;overflow:hidden;border-radius:20px}.spec-item.spec-large{grid-column:span 1}.spec-item:hover,.spec-item.active{box-shadow:0 10px 30px #1a4d3a26}.spec-visual{min-height:130px;padding:1.25rem}.spec-icon{width:55px;height:55px}.spec-number{font-size:2.5rem;top:.75rem;left:.75rem}.spec-content{padding:1rem 1.25rem 1.25rem}.spec-content h3{font-size:1.15rem;margin-bottom:.5rem}.spec-preview{font-size:.9rem;margin-bottom:.75rem}.spec-details{margin-top:.75rem}.spec-detail-item{font-size:.85rem;padding:.625rem 0;line-height:1.6}.spec-detail-item strong{font-size:.9rem;margin-bottom:.2rem}.services-showcase{gap:.75rem;margin-top:2rem}.service-modern{border-radius:16px}.service-modern-header{padding:1.25rem;gap:.875rem}.service-modern-icon-wrapper{width:55px;height:55px;min-width:55px;border-radius:12px}.service-modern-icon{width:32px;height:32px}.service-modern-header h3{font-size:1.1rem;line-height:1.3}.service-toggle-icon{width:36px;height:36px;padding:6px}.service-modern-content{padding:0 1.25rem 1.25rem}.service-modern-item{padding:.875rem;font-size:.9rem;border-radius:10px;line-height:1.6}.service-modern-item strong{font-size:.95rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-text,.about-text .section-title{text-align:center}.about-text p{font-size:1rem;line-height:1.7}.about-features{margin-top:1.5rem;gap:.875rem}.feature-item{font-size:1rem}.feature-check{width:28px;height:28px;font-size:1rem}.visual-card{padding:2rem}.visual-icon{width:100px;height:100px}.visual-card h3{font-size:1.3rem}.contact-container{gap:2rem;margin-top:2rem}.contact-info-section{grid-template-columns:1fr;gap:1rem}.contact-card{padding:2rem 1.5rem;border-radius:16px}.contact-icon{width:50px;height:50px}.contact-card h3{font-size:1.2rem}.contact-card p{font-size:.95rem}.contact-actions{flex-direction:column;gap:1rem}.contact-button{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}.contact-map{border-radius:16px}.contact-map iframe{height:350px}.footer-info{flex-direction:row;gap:1rem;justify-content:center}.footer-phone,.footer-email,.footer-copyright{font-size:.9rem}.header{padding:.875rem 1rem}.header{position:relative}.header-content{flex-wrap:nowrap;gap:1rem;justify-content:space-between}.logo-container{gap:.75rem;flex:1}.company-name{font-size:.95rem;line-height:1.2}.logo{height:38px}.nav{display:none}.mobile-menu-toggle,.mobile-nav{display:flex}.footer{padding:1.5rem 1rem}.footer-title{font-size:1.1rem}.footer-copyright{font-size:.85rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.section-title{font-size:1.5rem}.spec-content h3,.service-modern-header h3{font-size:1rem}.spec-icon,.service-modern-icon{width:45px;height:45px}.spec-number{font-size:2rem}.company-name{font-size:.85rem}.nav a{padding:.35rem .6rem;font-size:.8rem}}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;direction:rtl}#root{width:100%;min-height:100vh}*{box-sizing:border-box}
