*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Cairo,sans-serif;direction:rtl;text-align:right;color:#1a1a2e;background:#fff;line-height:1.7;font-size:16px;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .3s}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:Cairo,sans-serif;border:none;outline:none}input,textarea,select{font-family:Cairo,sans-serif}h1,h2,h3,h4,h5{line-height:1.3;font-weight:700}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}h4{font-size:1.2rem}p{margin-bottom:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .badge{display:inline-block;background:#c9a84c1f;color:#c9a84c;font-size:.85rem;font-weight:600;padding:.3rem 1rem;border-radius:50px;margin-bottom:.75rem;border:1px solid rgba(201,168,76,.3)}.section-header h2{color:#0d2b4e;margin-bottom:.75rem}.section-header p{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.05rem}.section-header .divider{width:60px;height:4px;background:linear-gradient(90deg,#c9a84c,#e2c47a);border-radius:2px;margin:1rem auto 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease;font-family:Cairo,sans-serif}.btn-primary{background:linear-gradient(135deg,#c9a84c,#e2c47a);color:#0d2b4e;box-shadow:0 4px 15px #c9a84c59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #c9a84c73}.btn-outline{background:transparent;color:#fff;border:2px solid #FFFFFF}.btn-outline:hover{background:#fff;color:#0d2b4e}.btn-outline-dark{background:transparent;color:#0d2b4e;border:2px solid #0D2B4E}.btn-outline-dark:hover{background:#0d2b4e;color:#fff}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000012;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #0000001f}.tag{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.8rem;font-weight:600}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 992px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:3.5rem 0}}.page-hero{background:linear-gradient(135deg,#0d2b4e,#1a4a7a);padding:5rem 0 3.5rem;text-align:center;color:#fff;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset: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='%23ffffff' fill-opacity='0.04'%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")}.page-hero h1{margin-bottom:.75rem}.page-hero p{font-size:1.1rem;opacity:.85;max-width:550px;margin:0 auto}.page-hero .breadcrumb{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.9rem;opacity:.8}.page-hero .breadcrumb a{color:#c9a84c}.page-hero .breadcrumb span{opacity:.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f7fa}::-webkit-scrollbar-thumb{background:#1a4a7a;border-radius:3px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.5);opacity:0}}.animate-fadeInUp{animation:fadeInUp .7s ease both}
