
  :root{
    --navy:#12203B;
    --navy-deep:#0B1526;
    --gold:#D9A441;
    --gold-soft:#F0C877;
    --cream:#F7F2E6;
    --cream-dim:#EFE7D3;
    --olive:#4B6350;
    --olive-deep:#374B3B;
    --ink:#1C2230;
    --muted:#6B7280;
  }

  html{scroll-behavior:smooth;}

  body{
    font-family:'Cairo', sans-serif;
    color:var(--ink);
    background:var(--cream);
    overflow-x:hidden;
  }

  h1,h2,h3,h4,.brand-font{
    font-family:'El Messiri', serif;
  }

  .eyebrow{
    font-size:.8rem;
    letter-spacing:.12em;
    color:var(--gold);
    font-weight:600;
    display:flex;
    align-items:center;
    gap:.5rem;
    margin-bottom:.9rem;
  }
  .eyebrow::before{
    content:"";
    width:26px; height:1px;
    background:var(--gold);
    display:inline-block;
  }

  /* ===== Navbar ===== */
  .navbar-bm{
    background:rgba(11,21,38,.92);
    backdrop-filter:blur(8px);
    padding:.85rem 0;
    transition:.3s;
  }
  .navbar-bm .navbar-brand{
    font-family:'El Messiri', serif;
    font-weight:700;
    font-size:1.35rem;
    color:var(--cream)!important;
    display:flex;
    align-items:center;
    gap:.55rem;
  }
  .navbar-bm .nav-link{
    color:#D9D9D9!important;
    font-weight:500;
    margin:0 .35rem;
    position:relative;
  }
  .navbar-bm .nav-link:hover{ color:var(--gold-soft)!important; }
  .btn-quote{
    background:var(--gold);
    border:none;
    color:var(--navy-deep);
    font-weight:700;
    padding:.55rem 1.5rem;
    border-radius:2px;
    transition:.25s;
  }
  .btn-quote:hover{ background:var(--gold-soft); color:var(--navy-deep); }

  /* ===== Hero ===== */
  .hero{
    position:relative;
    background:radial-gradient(ellipse at 75% 20%, #1B2C4E 0%, var(--navy) 45%, var(--navy-deep) 100%);
    color:var(--cream);
    padding:9.5rem 0 7rem;
    overflow:hidden;
  }
  .hero .stars{
    position:absolute; inset:0;
    background-image:
      radial-gradient(1.5px 1.5px at 20% 30%, #fff, transparent),
      radial-gradient(1.5px 1.5px at 70% 15%, #fff, transparent),
      radial-gradient(1px 1px at 40% 55%, #fff, transparent),
      radial-gradient(1.5px 1.5px at 85% 60%, #fff, transparent),
      radial-gradient(1px 1px at 55% 80%, #fff, transparent),
      radial-gradient(1px 1px at 15% 75%, #fff, transparent),
      radial-gradient(1.5px 1.5px at 92% 30%, #fff, transparent);
    opacity:.55;
  }
  .hero-moon{
    position:absolute;
    top:-90px; left:-90px;
    width:420px; height:420px;
    border-radius:50%;
    background:radial-gradient(circle at 35% 35%, var(--gold-soft), var(--gold) 55%, #B4822B 100%);
    box-shadow:0 0 140px 40px rgba(217,164,65,.18);
    opacity:.9;
  }
  .hero-moon::after{
    content:"";
    position:absolute;
    top:0; right:-40px;
    width:420px; height:420px;
    border-radius:50%;
    background:radial-gradient(circle at 35% 35%, var(--navy), var(--navy) 55%, var(--navy) 100%);
  }
  .hero-content{ position:relative; z-index:2; }
  .hero h1{
    font-size:clamp(2.1rem, 4.2vw, 3.5rem);
    font-weight:700;
    line-height:1.35;
    max-width:780px;
  }
  .hero .lead{
    color:#C9D2E3;
    font-size:1.12rem;
    max-width:600px;
    margin:1.3rem 0 2.2rem;
  }
  .stat-row{
    display:flex; flex-wrap:wrap; gap:2.6rem;
    margin-top:3.2rem;
    border-top:1px solid rgba(217,164,65,.25);
    padding-top:1.8rem;
  }
  .stat-row .num{
    font-family:'El Messiri', serif;
    font-size:1.9rem;
    font-weight:700;
    color:var(--gold-soft);
  }
  .stat-row .lbl{ font-size:.85rem; color:#AEB8CC; }

  .btn-hero-primary{
    background:var(--gold);
    color:var(--navy-deep);
    font-weight:700;
    padding:.8rem 2.1rem;
    border-radius:2px;
    border:1px solid var(--gold);
  }
  .btn-hero-primary:hover{ background:transparent; color:var(--gold-soft); }
  .btn-hero-outline{
    background:transparent;
    color:var(--cream);
    border:1px solid rgba(247,242,230,.4);
    padding:.8rem 2.1rem;
    border-radius:2px;
    font-weight:600;
  }
  .btn-hero-outline:hover{ border-color:var(--gold); color:var(--gold-soft); }

  /* ===== Section generic ===== */
  section{ padding:5.5rem 0; }
  .section-dark{ background:var(--navy-deep); color:var(--cream); }
  .section-title{ font-weight:700; font-size:clamp(1.7rem,3vw,2.4rem); }
  .section-sub{ color:var(--muted); max-width:640px; }
  .section-dark .section-sub{ color:#A9B2C4; }

  /* ===== About ===== */
  .about-figure{
    position:relative;
    border-radius:4px;
    background:linear-gradient(155deg, var(--olive) 0%, var(--olive-deep) 100%);
    min-height:420px;
    overflow:hidden;
    display:flex; align-items:flex-end;
    padding:2rem;
  }
  .about-figure svg{ position:absolute; inset:0; width:100%; height:100%; opacity:.9; }
  .about-figure .cap{
    position:relative; z-index:2;
    color:#fff;
    font-family:'El Messiri', serif;
    font-size:1.1rem;
    border-right:3px solid var(--gold);
    padding-right:1rem;
  }

  .about-list li{
    display:flex; gap:.8rem;
    margin-bottom:1rem;
    align-items:flex-start;
  }
  .about-list i{ color:var(--gold); font-size:1.15rem; margin-top:.2rem; }

  /* ===== Category cards ===== */
  .cat-card{
    background:#fff;
    border-radius:4px;
    overflow:hidden;
    border:1px solid #E9E2CE;
    transition:.3s;
    height:100%;
  }
  .cat-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(18,32,59,.12); }
  .cat-visual{
    height:190px;
    display:flex; align-items:center; justify-content:center;
    position:relative;
  }
  .cat-visual svg{ width:96px; height:96px; }
  .cat-body{ padding:1.4rem 1.5rem 1.7rem; }
  .cat-body h5{ font-family:'El Messiri', serif; font-weight:700; }
  .cat-body a{ color:var(--olive); font-weight:600; font-size:.9rem; text-decoration:none; }
  .cat-body a i{ transition:.2s; }
  .cat-body a:hover i{ transform:translateX(-4px); }

  /* ===== Features ===== */
  .feature-card{
    padding:2rem 1.7rem;
    height:100%;
    border-radius:4px;
    background:var(--cream-dim);
    border-top:3px solid var(--gold);
  }
  .feature-card i{ font-size:1.9rem; color:var(--olive); margin-bottom:1rem; display:block; }
  .feature-card h5{ font-family:'El Messiri', serif; font-weight:700; margin-bottom:.6rem; }
  .feature-card p{ color:var(--muted); font-size:.93rem; margin:0; }

  /* ===== Moon phase timeline (signature element) ===== */
  .phase-track{
    position:relative;
    padding-top:2.5rem;
  }
  .phase-track::before{
    content:"";
    position:absolute;
    top:calc(2.5rem + 33px);
    right:6%; left:6%;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(217,164,65,.5) 10%, rgba(217,164,65,.5) 90%, transparent);
  }
  .phase-item{ text-align:center; position:relative; z-index:2; }
  .phase-moon{
    width:66px; height:66px;
    border-radius:50%;
    margin:0 auto 1rem;
    background:var(--navy);
    position:relative;
    overflow:hidden;
    box-shadow:0 0 0 6px var(--navy-deep);
  }
  .phase-moon .lit{
    position:absolute; inset:0;
    background:radial-gradient(circle at 35% 35%, var(--gold-soft), var(--gold));
  }
  .phase-1 .lit{ clip-path:inset(0 92% 0 0 round 50%); }
  .phase-2 .lit{ clip-path:inset(0 55% 0 0 round 50%); }
  .phase-3 .lit{ clip-path:inset(0 25% 0 0 round 50%); }
  .phase-4 .lit{ clip-path:inset(0 5% 0 0 round 50%); }
  .phase-5 .lit{ clip-path:inset(0 0 0 0 round 50%); }
  .phase-item h6{ font-family:'El Messiri', serif; color:var(--cream); font-weight:700; font-size:.98rem; margin-bottom:.3rem; }
  .phase-item p{ color:#A9B2C4; font-size:.8rem; margin:0; }

  /* ===== Products ===== */
  .product-tile{
    border:1px solid #E9E2CE;
    border-radius:4px;
    background:#fff;
    text-align:center;
    padding:1.6rem 1rem;
    height:100%;
    transition:.25s;
  }
  .product-tile:hover{ border-color:var(--gold); box-shadow:0 10px 24px rgba(18,32,59,.08); }
  .product-tile svg{ width:58px; height:58px; margin-bottom:.8rem; }
  .product-tile .p-name{ font-weight:700; font-size:.95rem; }
  .product-tile .p-cat{ font-size:.75rem; color:var(--muted); }

  /* ===== Routes / global reach ===== */
  .route-strip{
    background:var(--navy-deep);
    color:var(--cream);
  }
  .route-line{
    position:relative;
    display:flex; justify-content:space-between;
    padding:2.5rem 0 1rem;
  }
  .route-line::before{
    content:"";
    position:absolute; top:14px; right:0; left:0; height:1px;
    background:repeating-linear-gradient(90deg, rgba(217,164,65,.6) 0 8px, transparent 8px 16px);
  }
  .route-port{ text-align:center; flex:1; }
  .route-port .dot{
    width:14px; height:14px; border-radius:50%;
    background:var(--gold); margin:0 auto 1rem;
    box-shadow:0 0 0 5px rgba(217,164,65,.18);
  }
  .route-port span{ font-size:.85rem; color:#C9D2E3; }

  /* ===== Testimonial ===== */
  .testi-card{
    background:#fff;
    border-radius:4px;
    padding:2.2rem;
    border-right:4px solid var(--gold);
    height:100%;
  }
  .testi-card p{ font-size:.95rem; color:#3A4152; }
  .testi-name{ font-weight:700; font-family:'El Messiri', serif; }
  .testi-role{ font-size:.8rem; color:var(--muted); }

  /* ===== CTA ===== */
  .cta-band{
    background:linear-gradient(120deg, var(--olive-deep), var(--olive));
    color:#fff;
    border-radius:4px;
    padding:3.2rem;
    position:relative;
    overflow:hidden;
  }
  .cta-band::after{
    content:"";
    position:absolute; left:-40px; bottom:-60px;
    width:220px; height:220px; border-radius:50%;
    background:rgba(217,164,65,.15);
  }

  /* ===== Footer ===== */
  footer{
    background:var(--navy-deep);
    color:#A9B2C4;
    padding-top:4.5rem;
  }
  footer h6{ color:var(--cream); font-family:'El Messiri', serif; font-weight:700; margin-bottom:1.2rem; }
  footer a{ color:#A9B2C4; text-decoration:none; font-size:.9rem; }
  footer a:hover{ color:var(--gold-soft); }
  footer ul li{ margin-bottom:.6rem; }
  .footer-brand{ color:var(--cream); font-family:'El Messiri', serif; font-weight:700; font-size:1.3rem; }
  .social-dot{
    width:38px; height:38px; border-radius:50%;
    border:1px solid rgba(217,164,65,.35);
    display:inline-flex; align-items:center; justify-content:center;
    color:var(--gold-soft); margin-left:.5rem;
    transition:.2s;
  }
  .social-dot:hover{ background:var(--gold); color:var(--navy-deep); border-color:var(--gold); }
  .bottom-bar{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:3rem;
    padding:1.3rem 0;
    font-size:.82rem;
  }

  /* logo mark */
  .logo-mark{
    width:34px; height:34px;
    border-radius:50%;
    background:radial-gradient(circle at 35% 35%, var(--gold-soft), var(--gold));
    position:relative;
    flex:none;
  }
  .logo-mark::after{
    content:"";
    position:absolute; top:2px; left:6px;
    width:30px; height:30px; border-radius:50%;
    background:var(--navy-deep);
  }

  @media (max-width:767px){
    .hero{ padding:7.5rem 0 4rem; text-align:center; }
    .hero .lead{ margin-inline:auto; }
    .stat-row{ justify-content:center; }
    .hero-moon{ width:260px; height:260px; top:-60px; left:-60px; }
    .hero-moon::after{ width:260px; height:260px; }
    .route-line{ flex-wrap:wrap; gap:1.5rem; }
    .route-line::before{ display:none; }
    .cta-band{ padding:2.2rem 1.4rem; text-align:center; }
  }
