/* SaudiWelcome Core v1.0 — shared platform layer */
:root{
  --sw-green:#0a6047;
  --sw-green-dark:#063c2f;
  --sw-gold:#d3a54b;
  --sw-ink:#14211c;
  --sw-muted:#66746e;
  --sw-line:#dbe5e0;
  --sw-soft:#f4f8f6;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0}
a{color:inherit}
img,svg{max-width:100%}
:focus-visible{outline:3px solid rgba(211,165,75,.65);outline-offset:3px}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}

/* SaudiWelcome consent preferences */
.sw-footer-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.sw-cookie-settings{appearance:none;border:0;background:transparent;color:inherit;font:inherit;padding:0;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.sw-consent{position:fixed;z-index:9999;left:16px;right:16px;bottom:16px}
.sw-consent-inner{max-width:1120px;margin:0 auto;padding:18px 20px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#063c2f;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.28);display:flex;align-items:center;justify-content:space-between;gap:24px}
.sw-consent strong{display:block;font-size:1rem;margin-bottom:4px}
.sw-consent p{margin:0;max-width:720px;line-height:1.55;color:rgba(255,255,255,.88)}
.sw-consent a{text-decoration:underline;text-underline-offset:3px}
.sw-consent-actions{display:flex;gap:10px;flex-wrap:wrap;flex:0 0 auto}
.sw-consent-actions button{border-radius:999px;padding:10px 15px;font:inherit;font-weight:700;cursor:pointer}
.sw-consent-primary{border:1px solid #d3a54b;background:#d3a54b;color:#14211c}
.sw-consent-secondary{border:1px solid rgba(255,255,255,.38);background:transparent;color:#fff}
@media(max-width:760px){
  .sw-consent{left:10px;right:10px;bottom:10px}
  .sw-consent-inner{align-items:stretch;flex-direction:column;gap:14px;padding:16px}
  .sw-consent-actions{display:grid;grid-template-columns:1fr}
  .sw-consent-actions button{width:100%}
}
