
  :root{
    --red:#D6202F; --red-light:#F04B57; --red-dark:#8f1119;
    --green:#1D8A44; --green-light:#39B96A; --green-dark:#0f5c2b;
    --cream:#FBF3EA; --ink:#170707;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Tajawal', sans-serif;
    background:#0d0605;
    color:#fff;
    overflow-x:hidden;
  }
  a{color:inherit; text-decoration:none;}
  ul{list-style:none;}
  img,svg{display:block;}
  .container{max-width:1180px; margin:0 auto; padding:0 28px;}

  /* ============ NAV ============ */
  header{
    position:sticky; top:0; z-index:100;
    background:rgba(13,6,5,.88);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .nav{ display:flex; align-items:center; justify-content:space-between; padding:16px 0; }
  .brand{ display:flex; align-items:center; gap:12px; }
  .brand .dots{ display:flex; }
  .brand .dots span{ width:22px; height:22px; border-radius:50%; margin-left:-8px; box-shadow:0 0 0 2px #0d0605; }
  .brand .dots span:nth-child(1){ background:var(--green-light); }
  .brand .dots span:nth-child(2){ background:var(--red-light); }
  .brand .dots span:nth-child(3){ background:var(--green-light); }
  .brand .word{ font-size:19px; font-weight:900; }
  .brand .word b{ color:var(--red-light); }
  .navlinks{ display:flex; gap:34px; font-size:15px; font-weight:700; }
  .navlinks a{ opacity:.82; transition:opacity .15s; }
  .navlinks a:hover{ opacity:1; }
  .nav-cta{
    display:flex; align-items:center; gap:8px;
    background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
    padding:11px 22px; border-radius:999px; font-size:14.5px; font-weight:800;
    box-shadow:0 10px 24px -8px rgba(29,138,68,.5);
  }
  .nav-cta svg{ width:16px; height:16px; fill:#fff; }
  .burger{ display:none; }

  /* ============ HERO ============ */
  .hero{
    position:relative;
    padding:96px 0 90px;
    overflow:hidden;
    background:
      radial-gradient(1100px 620px at 88% -8%, rgba(29,122,60,.32), transparent 55%),
      radial-gradient(950px 700px at -8% 105%, rgba(200,32,47,.28), transparent 55%);
  }
  .hero .grain{ position:absolute; inset:0; background-image:repeating-linear-gradient(45deg, rgba(255,255,255,.012) 0 2px, transparent 2px 6px); pointer-events:none;}
  .hero-diag{ position:absolute; top:0; left:0; width:420px; height:420px; background:linear-gradient(225deg, var(--red) 0%, var(--red-light) 100%); clip-path:polygon(0 0, 100% 0, 0 100%); opacity:.85; }
  .hero-diag2{ position:absolute; top:0; left:0; width:420px; height:420px; background:linear-gradient(225deg, var(--green) 0%, var(--green-light) 100%); clip-path:polygon(0 0, 38% 0, 0 38%); }
  .hero-grid{ position:relative; z-index:2; display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:center; }
  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.18);
    padding:7px 18px; border-radius:999px; font-size:13px; font-weight:700; color:var(--cream);
  }
  .eyebrow .dot{ width:6px; height:6px; border-radius:50%; background:var(--green-light); }
  .hero h1{
    font-size:56px; font-weight:900; line-height:1.18; margin-top:22px;
    background:linear-gradient(90deg, #fff 30%, var(--cream) 100%);
    -webkit-background-clip:text; background-clip:text; color:transparent;
  }
  .hero h1 em{ font-style:normal; color:var(--green-light); -webkit-text-fill-color:var(--green-light); }
  .hero p{ margin-top:22px; font-size:18px; line-height:1.9; color:#e8d9d4; max-width:560px; }
  .hero-actions{ display:flex; gap:16px; margin-top:34px; flex-wrap:wrap; }
  .btn-primary{
    display:inline-flex; align-items:center; gap:10px;
    background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
    padding:16px 30px; border-radius:14px; font-size:16px; font-weight:800;
    box-shadow:0 20px 40px -12px rgba(29,138,68,.55);
  }
  .btn-primary svg{ width:19px; height:19px; fill:#fff; }
  .btn-ghost{
    display:inline-flex; align-items:center; gap:10px;
    border:1.5px solid rgba(255,255,255,.28);
    padding:16px 28px; border-radius:14px; font-size:16px; font-weight:700; color:var(--cream);
  }
  .hero-trust{ display:flex; gap:28px; margin-top:44px; flex-wrap:wrap; }
  .hero-trust .item{ display:flex; align-items:center; gap:10px; font-size:14px; font-weight:700; color:#d8c9c4; }
  .hero-trust .item svg{ width:20px; height:20px; fill:var(--green-light); flex-shrink:0; }

  /* hero visual: stacked service card mock */
  .hero-visual{ position:relative; }
  .hv-card{
    background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.14);
    border-radius:22px; padding:26px; backdrop-filter:blur(6px);
  }
  .hv-row{ display:flex; align-items:center; gap:14px; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); }
  .hv-row:last-child{ border-bottom:none; }
  .hv-row .ic{ width:42px; height:42px; border-radius:11px; background:linear-gradient(135deg, var(--red) 0%, var(--red-light) 100%); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .hv-row .ic svg{ width:20px; height:20px; fill:#fff; }
  .hv-row .txt b{ display:block; font-size:15px; font-weight:800; }
  .hv-row .txt span{ font-size:12.5px; color:#c9b9b2; }
  .hv-status{ margin-right:auto; background:rgba(57,185,106,.16); color:var(--green-light); font-size:11.5px; font-weight:800; padding:5px 12px; border-radius:999px; }

  /* ============ SECTIONS shared ============ */
  section{ padding:100px 0; }
  .sec-head{ max-width:680px; margin-bottom:56px; }
  .sec-tag{ font-size:13px; font-weight:800; color:var(--green-light); text-transform:none; letter-spacing:.3px; }
  .sec-head h2{ font-size:38px; font-weight:900; margin-top:12px; line-height:1.3; }
  .sec-head p{ margin-top:14px; font-size:16.5px; color:#c9b9b2; line-height:1.85; }

  /* ============ SERVICES ============ */
  .services{ background:#120807; }
  .svc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
  .svc-card{
    background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1);
    border-radius:20px; padding:32px 28px; transition:border-color .15s, transform .15s;
  }
  .svc-card:hover{ border-color:rgba(57,185,106,.4); transform:translateY(-3px); }
  .svc-card .ic{ width:54px; height:54px; border-radius:14px; background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%); display:flex; align-items:center; justify-content:center; box-shadow:0 14px 26px -8px rgba(29,138,68,.5); }
  .svc-card .ic svg{ width:26px; height:26px; fill:#fff; }
  .svc-card h3{ font-size:19px; font-weight:800; margin-top:20px; }
  .svc-card p{ font-size:14px; color:#c9b9b2; line-height:1.8; margin-top:10px; }
  .svc-card .link{ display:inline-flex; align-items:center; gap:6px; margin-top:18px; font-size:13.5px; font-weight:800; color:var(--green-light); }

  /* ============ PROCESS ============ */
  .process{ position:relative; background:radial-gradient(900px 500px at 15% 10%, rgba(200,32,47,.16), transparent 60%); }
  .steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; counter-reset:step; }
  .step{ position:relative; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1); border-radius:20px; padding:30px 24px; }
  .step .num{ width:38px; height:38px; border-radius:11px; background:linear-gradient(135deg, var(--red) 0%, var(--red-light) 100%); display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:900; }
  .step h4{ font-size:16.5px; font-weight:800; margin-top:18px; }
  .step p{ font-size:13.5px; color:#c9b9b2; margin-top:8px; line-height:1.75; }

  /* ============ TRUST STRIP ============ */
  .trust-strip{ background:linear-gradient(90deg, var(--red) 0%, var(--red-light) 100%); padding:0; }
  .ts-grid{ display:grid; grid-template-columns:repeat(4,1fr); }
  .ts-item{ padding:34px 20px; text-align:center; border-left:1px solid rgba(255,255,255,.18); }
  .ts-item:first-child{ border-left:none; }
  .ts-item .n{ font-size:32px; font-weight:900; }
  .ts-item .l{ font-size:13px; font-weight:700; margin-top:6px; opacity:.92; }

  /* ============ FAQ ============ */
  .faq{ background:#120807; }
  .faq-list{ max-width:820px; }
  .faq-item{ border-bottom:1px solid rgba(255,255,255,.1); }
  .faq-q{ display:flex; align-items:center; justify-content:space-between; padding:24px 4px; cursor:pointer; font-size:16.5px; font-weight:800; }
  .faq-q .plus{ width:26px; height:26px; border-radius:8px; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:transform .2s; font-size:16px; }
  .faq-item.open .plus{ transform:rotate(45deg); background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%); }
  .faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
  .faq-item.open .faq-a{ max-height:220px; }
  .faq-a p{ padding:0 4px 24px; font-size:15px; color:#c9b9b2; line-height:1.85; max-width:680px; }

  /* ============ CONTACT / CTA ============ */
  .cta{
    position:relative; overflow:hidden;
    background:linear-gradient(135deg, var(--green-dark) 0%, var(--green) 60%, var(--green-light) 130%);
    border-radius:28px; margin:0 auto; padding:64px 56px;
    display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap;
  }
  .cta::after{ content:""; position:absolute; left:-80px; bottom:-100px; width:280px; height:280px; border-radius:50%; background:rgba(255,255,255,.08); }
  .cta-txt h2{ font-size:32px; font-weight:900; max-width:480px; line-height:1.35; }
  .cta-txt p{ margin-top:14px; font-size:15.5px; opacity:.92; max-width:460px; }
  .cta .btn-white{ display:inline-flex; align-items:center; gap:10px; background:#fff; color:var(--green-dark); padding:18px 34px; border-radius:14px; font-size:16.5px; font-weight:900; box-shadow:0 20px 40px -10px rgba(0,0,0,.35); }
  .cta .btn-white svg{ width:20px; height:20px; fill:var(--green-dark); }

  /* ============ FOOTER ============ */
  footer{ background:#0a0403; border-top:1px solid rgba(255,255,255,.08); padding:64px 0 32px; }
  .foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; }
  .foot-brand .word{ font-size:20px; font-weight:900; }
  .foot-brand p{ margin-top:14px; font-size:13.5px; color:#a89893; line-height:1.85; max-width:280px; }
  .foot-social{ display:flex; gap:10px; margin-top:20px; }
  .foot-social a{ width:36px; height:36px; border-radius:10px; background:rgba(255,255,255,.06); display:flex; align-items:center; justify-content:center; }
  .foot-social a svg{ width:16px; height:16px; fill:#e8d9d4; }
  .foot-col h5{ font-size:14px; font-weight:800; margin-bottom:18px; color:var(--cream); }
  .foot-col li{ margin-bottom:12px; font-size:13.5px; color:#a89893; }
  .foot-col a:hover{ color:var(--green-light); }
  .foot-bottom{ margin-top:56px; padding-top:26px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; font-size:12.5px; color:#7a6b66; flex-wrap:wrap; gap:12px; }

  /* ============ WHATSAPP FLOAT ============ */
  .wa-float{
    position:fixed; bottom:26px; left:26px; z-index:200;
    width:60px; height:60px; border-radius:50%;
    background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 16px 34px -8px rgba(29,138,68,.6);
  }
  .wa-float svg{ width:28px; height:28px; fill:#fff; }

  /* ============ RESPONSIVE ============ */
  @media (max-width:980px){
    .navlinks{ display:none; }
    .hero-grid{ grid-template-columns:1fr; }
    .hero h1{ font-size:40px; }
    .svc-grid{ grid-template-columns:repeat(2,1fr); }
    .steps{ grid-template-columns:repeat(2,1fr); }
    .ts-grid{ grid-template-columns:repeat(2,1fr); }
    .ts-item:nth-child(3){ border-left:none; }
    .foot-grid{ grid-template-columns:1fr 1fr; }
    .cta{ padding:44px 28px; }
  }
  @media (max-width:600px){
    .svc-grid{ grid-template-columns:1fr; }
    .steps{ grid-template-columns:1fr; }
    .ts-grid{ grid-template-columns:1fr 1fr; }
    .foot-grid{ grid-template-columns:1fr; }
    .hero{ padding:64px 0 60px; }
    .hero h1{ font-size:32px; }
    section{ padding:64px 0; }
    .container{ padding:0 18px; }
    .nav{ flex-wrap:wrap; gap:12px; padding:14px 0; }
    .brand .word{ font-size:16px; }
    .nav-cta{ padding:9px 16px; font-size:13px; order:1; }
    .brand{ order:2; }
  }

/* ============ PAGE HERO (inner pages) ============ */
.page-hero{
  position:relative; padding:64px 0 56px; overflow:hidden;
  background:
    radial-gradient(1000px 560px at 88% -10%, rgba(29,122,60,.3), transparent 55%),
    radial-gradient(850px 620px at -8% 105%, rgba(200,32,47,.26), transparent 55%);
}
.page-hero .grain{ position:absolute; inset:0; background-image:repeating-linear-gradient(45deg, rgba(255,255,255,.012) 0 2px, transparent 2px 6px); pointer-events:none;}
.page-hero-diag{ position:absolute; top:0; right:0; width:340px; height:340px; background:linear-gradient(135deg, var(--red) 0%, var(--red-light) 100%); clip-path:polygon(100% 0, 0 0, 100% 100%); opacity:.85; }
.page-hero-diag2{ position:absolute; top:0; right:0; width:340px; height:340px; background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%); clip-path:polygon(100% 0, 62% 0, 100% 62%); }
.breadcrumb{ position:relative; z-index:2; font-size:13.5px; font-weight:700; color:#c9b9b2; display:flex; align-items:center; gap:8px; }
.breadcrumb a{ color:#c9b9b2; } .breadcrumb a:hover{ color:var(--green-light); }
.breadcrumb .sep{ opacity:.5; }
.breadcrumb .cur{ color:var(--green-light); }
.page-hero h1{ position:relative; z-index:2; font-size:42px; font-weight:900; line-height:1.25; margin-top:18px; max-width:820px;
  background:linear-gradient(90deg, #fff 30%, var(--cream) 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.page-hero p{ position:relative; z-index:2; margin-top:16px; font-size:16.5px; color:#e8d9d4; max-width:640px; line-height:1.85; }

/* ============ DOC / FEE CARDS (service page) ============ */
.two-col{ display:grid; grid-template-columns:1.15fr .85fr; gap:40px; align-items:start; }
.doc-list{ display:flex; flex-direction:column; gap:12px; margin-top:24px; }
.doc-row{ display:flex; align-items:center; gap:16px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:18px 22px; }
.doc-row .num{ width:36px; height:36px; border-radius:10px; background:linear-gradient(135deg, var(--red) 0%, var(--red-light) 100%); font-size:15px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.doc-row p{ font-size:15.5px; font-weight:700; }

.fee-card{ background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1); border-radius:22px; padding:30px; position:sticky; top:100px; }
.fee-card h3{ font-size:19px; font-weight:800; margin-bottom:18px; }
.fee-line{ display:flex; justify-content:space-between; align-items:center; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.fee-line:last-of-type{ border-bottom:none; }
.fee-line .l{ font-size:14px; color:#c9b9b2; font-weight:600; }
.fee-line .v{ font-size:20px; font-weight:900; color:var(--green-light); }
.fee-note{ margin-top:16px; font-size:12.5px; color:#a89893; line-height:1.7; }
.fee-cta{ display:flex; align-items:center; justify-content:center; gap:10px; margin-top:22px; width:100%; background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%); padding:16px; border-radius:14px; font-size:15.5px; font-weight:800; box-shadow:0 18px 34px -10px rgba(29,138,68,.5); }
.fee-cta svg{ width:18px; height:18px; fill:#fff; }

/* ============ VISA TYPE CARDS ============ */
.visa-grid{ display:flex; flex-direction:column; gap:20px; }
.visa-card{ display:grid; grid-template-columns:64px 1fr; gap:22px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1); border-radius:20px; padding:30px; }
.visa-card .ic{ width:60px; height:60px; border-radius:16px; background:linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%); display:flex; align-items:center; justify-content:center; box-shadow:0 14px 26px -8px rgba(29,138,68,.5); }
.visa-card .ic svg{ width:28px; height:28px; fill:#fff; }
.visa-card h3{ font-size:21px; font-weight:900; }
.visa-card p{ font-size:14.5px; color:#c9b9b2; line-height:1.9; margin-top:10px; }
.visa-tag{ display:inline-block; margin-top:14px; font-size:12px; font-weight:800; color:var(--green-light); background:rgba(57,185,106,.12); border:1px solid rgba(57,185,106,.3); padding:5px 14px; border-radius:999px; }

@media (max-width:980px){
  .two-col{ grid-template-columns:1fr; }
  .fee-card{ position:static; }
  .visa-card{ grid-template-columns:1fr; text-align:center; }
  .visa-card .ic{ margin:0 auto; }
}
