*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body.aqwa-site {
  margin: 0;
  min-height: 100vh;
  font-family: var(--aq-font-body);
  color: var(--aq-text);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(59, 130, 246, 0.18), transparent 55%),
    radial-gradient(900px 500px at 10% 20%, rgba(139, 92, 246, 0.14), transparent 50%),
    radial-gradient(800px 500px at 50% 100%, rgba(34, 211, 238, 0.08), transparent 55%),
    var(--aq-bg);
  background-attachment: fixed;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

.aqwa-main,
.aqwa-footer {
  position: relative;
  z-index: 1;
}

body.aqwa-site.intro-active {
  overflow: hidden;
}

body.aqwa-nav-open {
  overflow: hidden;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select {
  font: inherit;
  color: inherit;
}

.aqwa-container {
  width: min(100% - 2rem, var(--aq-container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -100px;
  z-index: 10000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--aq-grad);
  color: #041018;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.aqwa-main {
  outline: none;
}

.aqwa-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.aqwa-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aq-cyan);
}

.aqwa-section-title {
  margin: 0;
  font-family: var(--aq-font-display);
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.aqwa-section-sub {
  margin: 1rem 0 0;
  max-width: 42rem;
  color: var(--aq-text-muted);
  font-size: 1.05rem;
}

.aqwa-section-head--center {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.aqwa-section-head--center .aqwa-section-sub {
  margin-inline: auto;
}

.aqwa-section-head--start {
  text-align: start;
  margin-bottom: 1.5rem;
}

html[lang="ar"] body.aqwa-site,
html[dir="rtl"] body.aqwa-site {
  font-family: var(--aq-font-ar);
}

html[lang="ar"] .aqwa-section-title,
html[lang="ar"] .aqwa-hero__title,
html[lang="ar"] .aqwa-hero__brand,
html[lang="ar"] .aqwa-logo__word {
  font-family: var(--aq-font-display);
}
