@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');

:root {
  --navy:       #07111f;
  --navy-mid:   #0c1d36;
  --navy-light: #12284d;
  --gold:       #c8963e;
  --gold-light: #e8b96a;
  --gold-pale:  #f5e6c8;
  --gold-deep:  #9c6f22;
  --ice:        #eaf4fc;
  --white:      #ffffff;
  --gray:       #8a9bb5;
  --text-dark:  #0f1e30;
  --text-muted: #5a6e8a;
  --green:      #1a7a3c;

  --font-display: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-ar:      'Tajawal', sans-serif;
  --font-body:    -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;

  --radius:    12px;
  --radius-lg: 24px;
  --shadow:    0 8px 32px rgba(7,17,31,.18);
  --shadow-lg: 0 20px 60px rgba(7,17,31,.30);
  --shadow-gold:0 8px 32px rgba(200,150,62,.28);
  --tr:        all .35s cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);background:var(--white);color:var(--text-dark);overflow-x:hidden}

/* TOP BAR */
.top-bar{background:linear-gradient(90deg,var(--navy) 0%,#0f1e36 50%,var(--navy) 100%);border-bottom:2px solid var(--gold);position:sticky;top:0;z-index:1000}
.top-bar-inner{max-width:1220px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.4rem;padding:0 1.5rem;height:40px;flex-wrap:nowrap}
.top-bar-item{display:inline-flex;align-items:center;gap:.35rem;color:var(--gold-pale);text-decoration:none;font-size:.73rem;font-weight:500;white-space:nowrap;transition:var(--tr)}
.top-bar-item:hover{color:var(--gold-light)}
.top-bar-item svg{width:13px;height:13px;color:var(--gold);flex-shrink:0}
.top-bar-divider{width:1px;height:14px;background:rgba(200,150,62,.3);flex-shrink:0}
.top-bar-badge{background:var(--gold);color:var(--navy);font-weight:800;font-size:.67rem;padding:2px 10px;border-radius:20px;letter-spacing:.07em;text-transform:uppercase;animation:badgePulse 2s ease-in-out infinite;white-space:nowrap}
@keyframes badgePulse{0%,100%{box-shadow:0 0 0 0 rgba(200,150,62,.4)}50%{box-shadow:0 0 0 5px rgba(200,150,62,0)}}
.top-bar-row{display:contents}
@media(max-width:768px){
  .top-bar-inner{height:auto;flex-direction:column;gap:0;padding:0}
  .top-bar-row{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.38rem 1rem;width:100%;flex-wrap:wrap}
  .top-bar-row:first-child{border-bottom:1px solid rgba(200,150,62,.15)}
  .top-bar-divider{display:none}
  .top-bar-item{font-size:.69rem}
  .top-bar-badge{font-size:.64rem;padding:2px 8px}
}

/* NAVBAR */
.navbar{background:rgba(255,255,255,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:3px solid var(--gold);height:76px;display:flex;align-items:center;position:sticky;top:40px;z-index:999;box-shadow:0 4px 24px rgba(7,17,31,.10)}
@media(max-width:768px){.navbar{top:auto;position:relative}}
.navbar-inner{max-width:1220px;margin:0 auto;width:100%;padding:0 1.5rem;display:flex;align-items:center;gap:1rem}
.logo{display:flex;align-items:center;gap:.85rem;text-decoration:none;flex-shrink:0}
.logo-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;border:2px solid var(--gold);flex-shrink:0;box-shadow:0 4px 18px rgba(7,17,31,.28)}
.logo-text-en{font-family:var(--font-body);font-size:1rem;font-weight:800;color:var(--navy);line-height:1.15}
.logo-text-ar{font-family:var(--font-ar);font-size:.9rem;color:var(--gold);font-weight:700}
.nav-links{flex:1;display:flex;align-items:center;justify-content:center;gap:.2rem;list-style:none}
.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:600;font-size:.88rem;padding:.52rem 1.1rem;border-radius:9px;transition:var(--tr)}
.nav-links a:hover{background:var(--gold-pale);color:var(--navy)}
.nav-links a.active{color:var(--gold);background:rgba(200,150,62,.1);font-weight:800}
.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold-light)) !important;color:var(--navy) !important;font-weight:800 !important;padding:.55rem 1.35rem !important;border-radius:10px !important;box-shadow:var(--shadow-gold) !important}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(200,150,62,.5) !important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:8px;border-radius:8px;transition:var(--tr)}
.hamburger:hover{background:var(--gold-pale)}
.hamburger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:var(--tr)}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* MOBILE DRAWER */
.mobile-drawer{display:none;position:fixed;top:0;right:-100%;bottom:0;width:min(300px,80vw);background:var(--white);box-shadow:-8px 0 40px rgba(7,17,31,.3);z-index:10000;flex-direction:column;transition:right .38s cubic-bezier(.4,0,.2,1);overflow-y:auto}
.mobile-drawer.open{right:0}
.drawer-overlay{display:none;position:fixed;inset:0;background:rgba(7,17,31,.55);z-index:9999;backdrop-filter:blur(2px);opacity:0;transition:opacity .3s;pointer-events:none}
.drawer-overlay.open{opacity:1;pointer-events:auto}
.drawer-header{background:linear-gradient(135deg,var(--navy),var(--navy-light));padding:1.4rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--gold);flex-shrink:0}
.drawer-close{background:rgba(200,150,62,.15);border:1px solid rgba(200,150,62,.3);color:var(--gold);border-radius:8px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.3rem;transition:var(--tr);line-height:1}
.drawer-close:hover{background:var(--gold);color:var(--navy)}
.drawer-nav{padding:1.2rem 1rem;flex:1}
.drawer-nav a{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--text-dark);font-weight:600;font-size:.95rem;padding:.88rem 1rem;border-radius:var(--radius);transition:var(--tr);margin-bottom:.3rem;border:1px solid transparent}
.drawer-nav a:hover{background:var(--gold-pale);color:var(--navy);border-color:rgba(200,150,62,.2)}
.drawer-nav a.active{background:rgba(200,150,62,.1);color:var(--gold);border-color:rgba(200,150,62,.25);font-weight:700}
.drawer-nav a .nav-icon{font-size:1.2rem;width:26px;text-align:center;flex-shrink:0}
.drawer-divider{height:1px;background:rgba(7,17,31,.07);margin:.6rem 0}
.drawer-footer{padding:1.2rem;border-top:2px solid var(--gold-pale);flex-shrink:0}
.drawer-cta{display:flex;flex-direction:column;gap:.6rem}
.drawer-cta a{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem;border-radius:var(--radius);font-weight:800;text-decoration:none;font-size:.9rem;transition:var(--tr)}
.dcta-call{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy)}
.dcta-wap{background:linear-gradient(135deg,#128C7E,#25d366);color:white}
.dcta-call:hover,.dcta-wap:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
@media(max-width:900px){.nav-links{display:none}.hamburger{display:flex}.mobile-drawer{display:flex}}

/* FLOAT WHATSAPP */
.float-whatsapp{position:fixed;bottom:2rem;right:2rem;width:62px;height:62px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 28px rgba(37,211,102,.55);z-index:9998;text-decoration:none;transition:var(--tr);animation:wapPulse 2.5s ease-in-out infinite}
.float-whatsapp:hover{transform:scale(1.13);box-shadow:0 12px 36px rgba(37,211,102,.7)}
.float-whatsapp svg{width:32px;height:32px}
@keyframes wapPulse{0%,100%{box-shadow:0 6px 28px rgba(37,211,102,.55),0 0 0 0 rgba(37,211,102,.4)}50%{box-shadow:0 6px 28px rgba(37,211,102,.55),0 0 0 16px rgba(37,211,102,0)}}
@media(max-width:600px){.float-whatsapp{bottom:1.2rem;right:1.2rem;width:54px;height:54px}}

/* LAYOUT */
.section{padding:5.5rem 1.5rem}
.section-alt{background:var(--ice)}
.section-dark{background:var(--navy)}
.container{max-width:1220px;margin:0 auto}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-tag{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);background:rgba(200,150,62,.1);border:1px solid rgba(200,150,62,.35);padding:4px 16px;border-radius:30px;margin-bottom:.9rem}
.section-title-ar{font-family:var(--font-ar);font-size:1.5rem;color:var(--gold);font-weight:800;display:block;margin-bottom:.25rem;direction:rtl}
.section-title-en{font-size:2.2rem;font-weight:800;color:var(--navy);line-height:1.15;margin-bottom:1rem}
.section-desc{color:var(--text-muted);max-width:580px;margin:0 auto;font-size:.96rem;line-height:1.8}
.gold-line{display:block;width:70px;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:4px;margin:1rem auto 0}
.section-dark .section-title-en{color:var(--white)}
.section-dark .section-desc{color:var(--gray)}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:var(--radius);font-family:var(--font-body);font-weight:700;font-size:.9rem;cursor:pointer;text-decoration:none;border:none;transition:var(--tr)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy);box-shadow:var(--shadow-gold)}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(200,150,62,.5)}
.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}
.btn-outline:hover{background:rgba(255,255,255,.12);border-color:var(--white);transform:translateY(-2px)}
.btn-navy{background:var(--navy);color:var(--white);box-shadow:var(--shadow)}
.btn-navy:hover{background:var(--navy-light);transform:translateY(-2px);box-shadow:var(--shadow-lg)}

/* FOOTER */
footer{background:var(--navy);color:var(--gold-pale);padding:4rem 1.5rem 1.5rem}
.footer-top-banner{background:linear-gradient(135deg,var(--gold-deep),var(--gold));margin:-4rem -1.5rem 3rem;padding:1.6rem 2rem;text-align:center}
.footer-top-banner h3{font-size:1.1rem;font-weight:800;color:var(--navy);margin-bottom:.25rem}
.footer-top-banner p{color:rgba(7,17,31,.65);font-size:.88rem}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(200,150,62,.2)}
.footer-brand .logo-text-en{color:var(--white) !important}
.footer-brand p{margin-top:1rem;color:var(--gray);font-size:.87rem;line-height:1.75;max-width:280px}
.footer-col h4{font-size:1rem;color:var(--gold);margin-bottom:1rem;font-weight:700}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul a{color:var(--gray);text-decoration:none;font-size:.87rem;transition:var(--tr)}
.footer-col ul a:hover{color:var(--gold)}
.footer-contact-item{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.85rem;color:var(--gray);font-size:.87rem;line-height:1.5}
.footer-contact-item svg{width:16px;height:16px;color:var(--gold);flex-shrink:0;margin-top:2px}
.footer-social{display:flex;gap:.6rem;margin-top:1.2rem}
.social-btn{width:38px;height:38px;background:rgba(200,150,62,.1);border:1px solid rgba(200,150,62,.25);border-radius:10px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.1rem;transition:var(--tr)}
.social-btn:hover{background:var(--gold);transform:translateY(-2px)}
.footer-bottom{max-width:1200px;margin:1.5rem auto 0;display:flex;justify-content:space-between;align-items:center;color:var(--gray);font-size:.8rem;flex-wrap:wrap;gap:.5rem}
.footer-bottom span{color:var(--gold)}
.cert-badge{background:rgba(200,150,62,.12);border:1px solid rgba(200,150,62,.25);color:var(--gold);font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:6px;letter-spacing:.06em}
.footer-cert{display:flex;gap:.5rem}
.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.8rem}
.faq-item{background:var(--white);border-radius:var(--radius);border:1px solid rgba(7,17,31,.08);overflow:hidden;box-shadow:0 2px 12px rgba(7,17,31,.06)}
.faq-question{padding:1.3rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem;user-select:none}
.faq-q-ar{font-family:var(--font-ar);color:var(--navy);font-size:.98rem;font-weight:700;direction:rtl;display:block}
.faq-q-en{color:var(--text-muted);font-size:.83rem;display:block;margin-top:2px}
.faq-arrow{color:var(--gold);font-size:1.2rem;flex-shrink:0;transition:var(--tr)}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-answer{max-height:220px;border-top:1px solid rgba(200,150,62,.15)}
.faq-answer-inner{padding:1.2rem 1.5rem;color:var(--text-muted);font-size:.9rem;line-height:1.8}
@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.section{padding:3.5rem 1.1rem}.section-title-en{font-size:1.75rem}.section-title-ar{font-size:1.2rem}}