:root {
  --ot-white: #fff;
  --ot-muted: #525252;
  --ot-line: #e5e0da;
  --ot-soft: #f5f1ec;
  --ot-max: 1200px;
  --ot-space: clamp(3.25rem, 6vw, 5.5rem);
  --ot-radius: 1.25rem;
}
@font-face { font-family: Almarai; src: url('../fonts/Almarai-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Almarai; src: url('../fonts/Almarai-Bold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ot-paper); color: var(--ot-ink); font: 400 1rem/1.85 var(--ot-font-ar); }
html[lang^="en"] body { font-family: var(--ot-font-en); }
body.ot-menu-open { overflow: hidden; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #b70000; outline-offset: 4px; }
::selection { background: #ffcbcb; color: var(--ot-ink); }
.ot-shell { width: min(calc(100% - 2rem), var(--ot-max)); margin-inline: auto; }
.ot-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ot-skip { position: fixed; z-index: 200; inset-block-start: .5rem; inset-inline-start: .5rem; transform: translateY(-150%); background: var(--ot-ink); color: var(--ot-white); padding: .55rem 1rem; border-radius: .5rem; }
.ot-skip:focus { transform: none; }
.ot-section { padding-block: var(--ot-space); }
.ot-section--soft { background: var(--ot-soft); }
.ot-section--dark { background: #111; color: var(--ot-white); }
.ot-eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: #ac0000; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.ot-eyebrow::before { content: ''; flex: none; width: 1.5rem; height: 2px; background: currentColor; }
.ot-section--dark .ot-eyebrow { color: #ff8585; }
.ot-heading, .ot-page-intro .ot-heading, .ot-section .ot-heading {
  max-width: 760px; margin: .8rem 0 1rem; color: inherit;
  font: 700 clamp(1.85rem, 3.2vw, 3.2rem)/1.35 var(--ot-font-ar);
  letter-spacing: -.025em;
}
.ot-lead { max-width: 720px; margin-block: 0 1.5rem; color: var(--ot-muted); font-size: clamp(1rem, 1.35vw, 1.125rem); line-height: 1.95; }
.ot-section--dark .ot-lead { color: #ddd; }
.ot-section a.ot-button, .ot-hero a.ot-button, .ot-page-intro a.ot-button, .ot-contact-form button.ot-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 1rem;
  min-height: 3.15rem; padding: .65rem 1.45rem; border: 2px solid var(--ot-ink);
  border-radius: 999px; background: var(--ot-ink); color: var(--ot-white);
  font-size: .9rem; font-weight: 700; line-height: 1.5; text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.ot-section a.ot-button:hover, .ot-hero a.ot-button:hover, .ot-contact-form button.ot-button:hover { background: #333; color: var(--ot-white); transform: translateY(-2px); }
.ot-section a.ot-button:visited, .ot-hero a.ot-button:visited { color: var(--ot-white); }
.ot-section a.ot-button--outline, .ot-hero a.ot-button--outline { background: transparent; color: var(--ot-ink); }
.ot-section a.ot-button--outline:visited, .ot-hero a.ot-button--outline:visited { color: var(--ot-ink); }
.ot-section a.ot-button--outline:hover, .ot-hero a.ot-button--outline:hover { background: var(--ot-ink); color: var(--ot-white); }
.ot-section--dark a.ot-button--outline { border-color: var(--ot-white); color: var(--ot-white); }
.ot-grid { display: grid; gap: 1rem; }
.ot-card { padding: 1.5rem; border: 1px solid var(--ot-line); border-radius: var(--ot-radius); background: var(--ot-white); }
.ot-card h3 { margin: .8rem 0 .5rem; color: var(--ot-ink); font-size: 1.2rem; line-height: 1.45; font-weight: 700; }
.ot-card p { margin: 0; color: var(--ot-muted); }
.ot-card-icon { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: .9rem; background: #fff1ed; color: #b70000; }
.ot-card-icon svg { width: 1.5rem; height: 1.5rem; }
.ot-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.ot-stat { padding: 1.1rem 0; border-block-start: 2px solid var(--ot-red); }
.ot-stat strong { display: block; color: var(--ot-white); font: 700 clamp(1.8rem, 3.5vw, 3rem)/1.2 var(--ot-font-en); }
.ot-stat span { color: #d2d2d2; font-size: .87rem; }
.ot-cta { position: relative; overflow: hidden; display: grid; align-items: center; gap: 1.5rem; min-height: 17rem; padding: 2rem; border-radius: 1.4rem; background: var(--ot-red); color: var(--ot-ink); isolation: isolate; }
.ot-cta::after { content: ''; position: absolute; z-index: -1; width: 17rem; height: 17rem; inset-inline-end: -5rem; inset-block-end: -8rem; border: 2.4rem solid rgba(0,0,0,.08); border-radius: 50%; }
.ot-cta .ot-eyebrow { color: var(--ot-ink); }
.ot-cta .ot-heading { max-width: 650px; margin-block: .4rem .6rem; font-size: clamp(1.75rem, 3vw, 2.75rem); }
.ot-cta p { max-width: 650px; margin: 0; line-height: 1.8; }
.ot-cta .ot-button { justify-self: start; }
.ot-page-intro { padding-block: 3.75rem 2.75rem; }
.ot-default-page { padding-block: 3rem; }
.ot-default-page h1 { font-size: clamp(2rem, 5vw, 4rem); }
@media (min-width: 700px) {
  .ot-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ot-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ot-grid--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ot-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ot-cta { grid-template-columns: minmax(0,1fr) auto; padding: 2.75rem 3rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
