*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#03162a;color:#fff;font-family:Arial,"Noto Sans Arabic",sans-serif}.top{height:92px;background:#021326;display:flex;align-items:center;padding:0 4vw;gap:34px;position:relative;z-index:10;border-bottom:1px solid #25374a}.brand{margin-left:auto;text-align:center;direction:ltr}.brand b{font-size:44px;letter-spacing:10px}.brand b span{color:#e7a52a}.brand small{display:block;color:#e7a52a;font-size:10px;letter-spacing:1px}.top nav{display:flex;gap:34px}.top a{color:#fff;text-decoration:none;font-weight:700}.langs{display:flex;gap:8px;direction:ltr}.langs button{border:1px solid #dca332;background:transparent;color:#fff;border-radius:22px;padding:9px 14px}.langs .active{background:#e7a52a;color:#07192c}.menu{display:none;background:none;border:0;color:#fff;font-size:30px}.hero{min-height:700px;position:relative;background:url('assets/sunset-clean.jpg') center/cover no-repeat;display:grid;place-items:center;text-align:center;overflow:hidden}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,30,.45),rgba(5,15,28,.25)),linear-gradient(0deg,rgba(2,18,34,.52),transparent 55%)}.heroContent{position:relative;z-index:2;width:min(900px,90%);padding:50px 20px}.eyebrow{color:#e9ad35;font-size:22px}.hero h1{font-size:70px;line-height:1.25;margin:20px 0;font-weight:800}.hero h1 em{font-style:normal;color:#e9ad35}.divider{color:#e9ad35;font-size:28px}.lead{font-size:22px;line-height:1.8}.actions{display:flex;justify-content:center;gap:18px;margin-top:30px}.actions a{min-width:260px;padding:18px 25px;border-radius:40px;text-decoration:none;font-size:20px}.primary{background:linear-gradient(90deg,#d99518,#ffc53c);color:#fff;font-weight:800}.secondary{border:1px solid #e7a52a;color:#fff;background:#06192d}.services{padding:48px 6vw 60px;text-align:center}.services h2,.destinations h2{color:#e7a52a;font-size:34px;margin:0}.goldline{width:60px;height:4px;background:#e7a52a;margin:14px auto 32px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1100px;margin:auto}.cards article{border:1px solid #536173;border-radius:16px;padding:30px 20px;background:#071c31}.ico{color:#e7a52a;font-size:48px}.cards h3{font-size:22px}.cards p{color:#d5dce4;line-height:1.7}.destinations{text-align:center;padding:60px 20px;background:#061a2f}.destinations p{font-size:18px;color:#d6dde5}.contact{padding:30px;text-align:center;display:flex;gap:15px;justify-content:center;flex-wrap:wrap;color:#dce4ec}.contact strong{color:#e7a52a}

@media(max-width:760px){
 .top{height:82px;padding:0 16px;justify-content:space-between;gap:10px}.brand{margin:0}.brand b{font-size:32px;letter-spacing:7px}.brand small{font-size:8px}.menu{display:block;order:3}.top nav{display:none;position:absolute;top:82px;right:0;left:0;background:#03172b;padding:20px;flex-direction:column;text-align:center}.top nav.open{display:flex}.langs{order:-1}.langs button{padding:7px 10px}.langs button:not(.active){display:none}
 .hero{min-height:690px;background-position:center}.heroContent{width:100%;padding:55px 22px 35px}.eyebrow{font-size:17px;margin-bottom:26px}.hero h1{font-size:43px;line-height:1.45;margin:0 0 18px}.divider{font-size:24px}.lead{font-size:17px;line-height:1.8;margin:18px auto;max-width:520px}.actions{flex-direction:column;gap:14px;margin-top:26px}.actions a{width:100%;min-width:0;font-size:18px;padding:17px 14px}
 .services{padding:36px 18px 46px}.services h2,.destinations h2{font-size:28px}.cards{grid-template-columns:1fr;gap:14px}.cards article{display:grid;grid-template-columns:58px 1fr;text-align:right;align-items:center;padding:20px}.ico{grid-row:1/3;font-size:38px}.cards h3{margin:0 0 7px;font-size:20px}.cards p{margin:0}.destinations{padding:45px 20px}
}
@media(max-width:380px){.hero h1{font-size:37px}.eyebrow{font-size:15px}.langs{display:none}}

/* V2 mobile hardening */
.heroContent, .heroContent *{max-width:100%}
.hero h1,.eyebrow,.lead{overflow-wrap:normal;word-break:normal}
@media(max-width:760px){
  .top{overflow:hidden}
  .hero{min-height:calc(100svh - 82px);background-position:center center}
  .heroContent{padding:42px 20px 32px}
  .eyebrow{margin:0 0 18px}
  .hero h1{font-size:clamp(36px,10.8vw,48px);line-height:1.32}
  .lead{font-size:16px}
  .actions{width:100%}
}

/* Sunset V3 visual polish */
.hero{
  background-image:
    linear-gradient(180deg,rgba(2,12,27,.18),rgba(2,12,27,.20) 48%,rgba(2,12,27,.46)),
    url('assets/sunset-clean.jpg');
  background-size:cover;
  background-position:center center;
}
@media(max-width:760px){
  .hero{
    min-height:calc(100svh - 82px);
    background-position:47% center;
  }
  .heroContent{
    padding-top:clamp(46px,8vh,78px);
    padding-bottom:34px;
  }
  .eyebrow{font-size:clamp(16px,4.5vw,20px)}
  .hero h1{font-size:clamp(36px,10.5vw,48px);line-height:1.28}
  .lead{max-width:32ch;margin-inline:auto;line-height:1.9}
  .actions{gap:14px}
}


/* === HSG Responsive All Devices === */
html, body { width:100%; max-width:100%; overflow-x:hidden; }
img, video { max-width:100%; height:auto; }

.top, .hero, .services, .destinations, .contact { width:100%; }

@media (min-width: 1200px){
  .top{padding-inline:5vw}
  .hero{min-height:720px;background-position:center center}
  .heroContent{width:min(980px,88%);padding:70px 24px}
  .hero h1{font-size:76px;line-height:1.2}
  .lead{font-size:23px}
  .cards{max-width:1180px}
}

@media (min-width: 769px) and (max-width: 1199px){
  .top{padding-inline:24px;gap:20px}
  .top nav{gap:20px}
  .hero{min-height:660px;background-position:center center}
  .heroContent{width:min(860px,90%);padding:58px 20px}
  .hero h1{font-size:58px}
  .lead{font-size:20px}
  .cards{grid-template-columns:repeat(3,1fr);max-width:940px}
}

@media (min-width: 481px) and (max-width: 768px){
  .top{min-height:78px;height:auto;padding:10px 16px;flex-wrap:wrap}
  .brand b{font-size:34px}
  .hero{min-height:650px;background-position:50% center}
  .heroContent{padding:58px 24px 36px}
  .hero h1{font-size:48px;line-height:1.3}
  .lead{font-size:17px;max-width:34ch;margin-inline:auto}
  .actions{max-width:430px;margin-inline:auto}
  .cards{grid-template-columns:1fr 1fr}
  .cards article:last-child{grid-column:1/-1}
}

@media (max-width: 480px){
  .top{
    min-height:74px;height:auto;padding:10px 12px;
    gap:8px;align-items:center;justify-content:space-between;
  }
  .brand{min-width:0}
  .brand b{font-size:29px;letter-spacing:5px}
  .brand small{font-size:7px}
  .langs button{padding:6px 9px;font-size:12px}
  .menu{font-size:27px}
  .hero{
    min-height:calc(100svh - 74px);
    background-position:48% center;
    display:flex;align-items:center;justify-content:center;
  }
  .heroContent{
    width:100%;max-width:100%;
    padding:44px 18px 30px;
  }
  .eyebrow{font-size:15px;margin:0 0 16px}
  .hero h1{
    font-size:clamp(34px,10vw,43px);
    line-height:1.28;margin:0 0 14px;
  }
  .divider{font-size:22px;margin:8px 0}
  .lead{
    font-size:15.5px;line-height:1.8;
    max-width:31ch;margin:14px auto 18px;
  }
  .actions{
    width:100%;display:flex;flex-direction:column;
    gap:12px;max-width:360px;margin:20px auto 0;
  }
  .actions a{
    width:100%;min-width:0;
    font-size:16px;padding:15px 14px;
  }
  .services{padding:34px 14px 42px}
  .services h2,.destinations h2{font-size:27px}
  .cards{grid-template-columns:1fr;gap:12px}
  .cards article{
    grid-template-columns:52px 1fr;
    padding:18px 16px;border-radius:14px;
  }
  .ico{font-size:34px}
  .cards h3{font-size:19px}
  .cards p{font-size:14px}
  .destinations{padding:40px 16px}
  .contact{padding:24px 14px;font-size:14px}
}

@media (max-width: 350px){
  .langs{display:none}
  .hero h1{font-size:31px}
  .lead{font-size:14.5px}
}
