*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Tajawal',sans-serif;direction:rtl;text-align:right;line-height:1.7;color:#333;background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .3s}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}:root{--navy:#1a2744;--navy-light:#243352;--navy-dark:#0f1a2e;--gold:#c5a54e;--gold-light:#d4b96a;--gold-dark:#a88b3a;--white:#ffffff;--gray-50:#f8f9fa;--gray-100:#f1f3f5;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-500:#adb5bd;--gray-700:#495057;--gray-900:#212529;--shadow:0 2px 15px rgba(0,0,0,.08);--shadow-lg:0 10px 40px rgba(0,0,0,.12);--radius:8px;--radius-lg:16px;--transition:all .3s ease;--max-width:1200px}h1{font-size:2.5rem;font-weight:800;line-height:1.3}h2{font-size:2rem;font-weight:700;line-height:1.4}h3{font-size:1.5rem;font-weight:700;line-height:1.4}h4{font-size:1.25rem;font-weight:600}p{margin-bottom:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.top-bar{background:var(--navy-dark);color:var(--white);padding:.5rem 0;font-size:.875rem}.top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.top-bar a{color:var(--gold);display:inline-flex;align-items:center;gap:.35rem}.top-bar a:hover{color:var(--gold-light)}.top-bar-links{display:flex;gap:1.5rem;align-items:center}.header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;transition:var(--transition)}.header .container{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;padding-bottom:.75rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:48px;height:48px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:28px;height:28px;fill:var(--white)}.logo-text h1{font-size:1.25rem;color:var(--navy);margin:0;line-height:1.2}.logo-text span{font-size:.75rem;color:var(--gray-500)}.nav{display:flex;align-items:center;gap:0}.nav a{padding:.5rem 1rem;color:var(--gray-700);font-weight:700;font-size:.95rem;border-radius:var(--radius);transition:var(--transition)}.nav a:hover,.nav a.active{color:var(--gold);background:rgba(197,165,78,.08)}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);transition:var(--transition)}.header-cta{display:flex;gap:.75rem;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:var(--transition);white-space:nowrap}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 4px 15px rgba(197,165,78,.4)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light);transform:translateY(-2px);box-shadow:0 4px 15px rgba(26,39,68,.4)}.btn-outline{border:2px solid var(--gold);color:var(--gold);background:transparent}.btn-outline:hover{background:var(--gold);color:var(--white)}.btn-whatsapp{background:#25d366;color:var(--white)}.btn-whatsapp:hover{background:#1da851;transform:translateY(-2px)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--white);padding:5rem 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c5a54e' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero .container{position:relative;z-index:1;text-align:center;max-width:800px}.hero h1{font-size:3rem;margin-bottom:1.25rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero h1 span{color:var(--gold)}.hero p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section{padding:5rem 0}.section-alt{background:var(--gray-50)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{color:var(--navy);margin-bottom:.75rem}.section-header h2 span{color:var(--gold)}.section-header p{color:var(--gray-700);font-size:1.1rem;max-width:600px;margin:0 auto}.section-line{width:60px;height:4px;background:var(--gold);margin:1rem auto;border-radius:2px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--gray-200);text-align:center}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--gold)}.service-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.service-icon svg{width:32px;height:32px;fill:var(--white)}.service-card h3{color:var(--navy);margin-bottom:.75rem;font-size:1.2rem}.service-card p{color:var(--gray-700);font-size:.95rem;margin-bottom:1rem}.service-card .btn{margin-top:auto}.stats{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--white);padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item{padding:1.5rem}.stat-number{font-size:3rem;font-weight:800;color:var(--gold);display:block;line-height:1;min-height:3rem}.stat-label{font-size:1rem;margin-top:.5rem;opacity:.85}.stat-icon{margin-bottom:.75rem}.stat-icon svg{width:40px;height:40px;fill:var(--gold);margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{display:flex;gap:1.25rem;padding:1.5rem;border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--gray-200);transition:var(--transition)}.feature-card:hover{border-color:var(--gold);box-shadow:var(--shadow)}.feature-card .icon{flex-shrink:0;width:56px;height:56px;background:rgba(197,165,78,.1);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.feature-card .icon svg{width:28px;height:28px;fill:var(--gold)}.feature-card h4{color:var(--navy);margin-bottom:.35rem}.feature-card p{color:var(--gray-700);font-size:.9rem;margin:0}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden;transition:var(--transition)}.faq-item.active{border-color:var(--gold);box-shadow:0 2px 10px rgba(197,165,78,.15)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;color:var(--navy);background:var(--white);cursor:pointer;text-align:right}.faq-question:hover{color:var(--gold)}.faq-question .arrow{transition:transform .3s;flex-shrink:0;margin-right:1rem}.faq-item.active .faq-question .arrow{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.25rem}.faq-answer p{color:var(--gray-700);font-size:.95rem;margin:0}.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.city-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--navy);font-weight:700;transition:var(--transition)}.city-link:hover{border-color:var(--gold);color:var(--gold);background:rgba(197,165,78,.05);transform:translateX(-4px)}.city-link svg{width:16px;height:16px;fill:var(--gold);flex-shrink:0}.nearby-cities{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.cta-section{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--white);padding:4rem 0;text-align:center}.cta-section h2{margin-bottom:1rem;font-size:2rem}.cta-section p{margin-bottom:2rem;font-size:1.1rem;opacity:.95}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:var(--navy-dark);color:var(--white);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-col h3{color:var(--gold);font-size:1.1rem;margin-bottom:1.25rem;position:relative;padding-bottom:.75rem}.footer-col h3::after{content:'';position:absolute;bottom:0;right:0;width:40px;height:3px;background:var(--gold);border-radius:2px}.footer-col p,.footer-col a{color:rgba(255,255,255,.75);font-size:.9rem}.footer-col a{display:block;padding:.35rem 0;transition:var(--transition)}.footer-col a:hover{color:var(--gold);padding-right:.5rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-contact-item svg{width:18px;height:18px;fill:var(--gold);flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;text-align:center;color:rgba(255,255,255,.5);font-size:.85rem}.breadcrumbs{background:var(--gray-50);padding:.75rem 0;font-size:.875rem}.breadcrumbs-list{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.breadcrumbs-list a{color:var(--gold)}.breadcrumbs-list a:hover{text-decoration:underline}.breadcrumbs-list .sep{color:var(--gray-500)}.breadcrumbs-list .current{color:var(--gray-700)}.content-section{padding:3rem 0}.content-section h2{color:var(--navy);margin-bottom:1.25rem}.content-section h3{color:var(--navy);margin-bottom:1rem;margin-top:2rem}.content-section p{color:var(--gray-700);margin-bottom:1.25rem;line-height:1.8}.content-section ul{margin-bottom:1.5rem}.content-section ul li{padding:.5rem 0;padding-right:1.5rem;position:relative;color:var(--gray-700)}.content-section ul li::before{content:'';position:absolute;right:0;top:1rem;width:8px;height:8px;background:var(--gold);border-radius:50%}.service-detail-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:2rem 0}.service-detail-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius);border-right:3px solid var(--gold)}.service-detail-item svg{width:20px;height:20px;fill:var(--gold);flex-shrink:0}.service-pricing-item{justify-content:flex-start;flex-wrap:wrap;gap:.75rem}.pricing-badge{display:inline-flex;align-items:center;padding:.25rem .85rem;border-radius:20px;font-size:.8rem;font-weight:700;margin-right:auto}.pricing-free{background:rgba(37,211,102,.12);color:#1a9e4f;border:1px solid rgba(37,211,102,.3)}.pricing-paid{background:rgba(197,165,78,.12);color:var(--gold-dark);border:1px solid rgba(197,165,78,.3)}.service-pricing-item.is-free{border-right-color:#25d366}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.35rem;font-weight:600;color:var(--navy);font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.85rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:var(--transition);direction:rtl}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(197,165,78,.15)}.form-group textarea{min-height:150px;resize:vertical}.floating-cta{position:fixed;bottom:1.5rem;left:1.5rem;z-index:999;display:flex;flex-direction:column;gap:.75rem}.floating-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:var(--transition)}.floating-btn:hover{transform:scale(1.1)}.floating-btn.whatsapp{background:#25d366}.floating-btn.phone{background:var(--gold)}.floating-btn svg{width:28px;height:28px;fill:var(--white)}.scroll-top{position:fixed;bottom:1.5rem;right:1.5rem;width:44px;height:44px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:999;opacity:0;visibility:hidden;transition:var(--transition);box-shadow:var(--shadow)}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:var(--gold)}.scroll-top svg{width:20px;height:20px;fill:var(--white)}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{color:var(--navy);margin-bottom:1rem}.about-text p{color:var(--gray-700);line-height:1.8}.about-img{background:var(--gray-100);border-radius:var(--radius-lg);height:350px;display:flex;align-items:center;justify-content:center;color:var(--gray-500);font-size:1.1rem}@media(max-width:1024px){h1{font-size:2rem}h2{font-size:1.75rem}.hero{padding:4rem 0}.hero h1{font-size:2.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-intro{grid-template-columns:1fr}}@media(max-width:768px){.top-bar .container{justify-content:center;text-align:center}.top-bar-links{gap:1rem}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--white);flex-direction:column;padding:5rem 2rem 2rem;box-shadow:var(--shadow-lg);transition:right .3s ease;z-index:1000;align-items:stretch}.nav.open{right:0}.nav a{padding:.75rem;border-bottom:1px solid var(--gray-200);border-radius:0;font-size:1.05rem}.nav-toggle{display:flex}.nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999}.nav-overlay.active{display:block}.header-cta .btn{display:none}.hero{padding:3rem 0}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.section{padding:3rem 0}.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:2.25rem}.features-grid{grid-template-columns:1fr}.cities-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.floating-cta{bottom:1rem;left:1rem}.floating-btn{width:48px;height:48px}.floating-btn svg{width:24px;height:24px}}@media(max-width:480px){.container{padding:0 1rem}h1{font-size:1.5rem}h2{font-size:1.35rem}.hero h1{font-size:1.5rem}.hero-btns{flex-direction:column;align-items:center}.btn{padding:.65rem 1.5rem;font-size:.9rem}.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.stats-grid{gap:.5rem}.stat-item{padding:1rem .5rem}.stat-number{font-size:1.75rem;min-height:1.75rem}.stat-label{font-size:.8rem}.cities-grid{grid-template-columns:1fr}.cta-btns{flex-direction:column;align-items:center}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up.animated{animation:fadeInUp .6s ease forwards}.fade-in-up.animated:nth-child(2){animation-delay:.15s}.fade-in-up.animated:nth-child(3){animation-delay:.3s}.fade-in-up.animated:nth-child(4){animation-delay:.45s}@media print{.top-bar,.header,.floating-cta,.scroll-top,.cta-section{display:none}.hero{background:#333!important;-webkit-print-color-adjust:exact}body{font-size:12pt}}