<!doctype html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Saramco | Not Available in Your Region</title>
<meta name="robots" content="noindex" />
<style>
  :root {
    --bg: #F7F7F2;
    --text: #172019;
    --forest: #046A38;
    --yellow: #FFC600;
  }
  * { box-sizing: border-box; }
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
  body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
  }
  .card {
    max-width: 440px;
    width: 100%;
    text-align: center;
  }
  .logo {
    height: 40px;
    width: auto;
    margin-bottom: 40px;
  }
  h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }
  .route-line {
    margin: 0 auto 24px;
    display: block;
  }
</style>
</head>
<body>
  <div class="card">
    <img class="logo" src="/images/brand/saramco-logo-full.png" alt="Saramco" />

    <svg class="route-line" width="120" height="24" viewBox="0 0 120 24" fill="none" aria-hidden="true">
      <path d="M2 12H30L40 2L50 22L60 12H118" stroke="#FFC600" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
    </svg>

    <h1>Not available in your region.</h1>
  </div>
</body>
</html>
