:root {
  --bg: #06070a;
  --bg-soft: rgba(14, 18, 27, 0.76);
  --panel: rgba(15, 18, 26, 0.82);
  --panel-border: rgba(110, 214, 255, 0.16);
  --text: #eef4ff;
  --muted: rgba(238, 244, 255, 0.72);
  --gold: #ffbf4b;
  --gold-strong: #ff9733;
  --violet: #7a34ba;
  --ice: #82dbff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(130, 219, 255, 0.18), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(122, 52, 186, 0.28), transparent 28%),
    radial-gradient(circle at 54% 82%, rgba(255, 191, 75, 0.16), transparent 34%),
    linear-gradient(180deg, #050608 0%, #080b12 50%, #06070a 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 85%);
}

.site-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 44px;
}

.site-header,
.site-footer,
.hero-section,
.content-section {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 28px;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--text);
  text-decoration: none;
}

.brand img {
  width: clamp(110px, 10vw, 140px);
  height: auto;
  display: block;
}

.brand-text {
  display: grid;
  gap: 4px;
}

.brand-name,
.eyebrow,
.panel-kicker,
.column-label,
.process-card span,
.card-index {
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ice);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  direction: ltr;
}

.lang-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  min-width: 56px;
  padding: 10px 14px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.lang-button:hover,
.lang-button:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.lang-button.is-active {
  color: #160d00;
  background: linear-gradient(135deg, var(--gold) 0%, #ffd67b 45%, var(--gold-strong) 100%);
  box-shadow: 0 12px 28px rgba(255, 151, 51, 0.22);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.82fr);
  gap: 32px;
  align-items: stretch;
  padding: 46px 0 72px;
}

.hero-copy,
.hero-panel,
.content-section {
  border: 1px solid var(--panel-border);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-panel,
.content-section {
  animation: reveal-up 720ms ease both;
}

.hero-panel {
  animation-delay: 110ms;
}

.content-section:nth-of-type(2) {
  animation-delay: 180ms;
}

.content-section:nth-of-type(3) {
  animation-delay: 240ms;
}

.content-section:nth-of-type(4) {
  animation-delay: 300ms;
}

.content-section:nth-of-type(5) {
  animation-delay: 360ms;
}

.content-section:nth-of-type(6) {
  animation-delay: 420ms;
}

.content-section:nth-of-type(7) {
  animation-delay: 480ms;
}

.hero-copy {
  padding: clamp(30px, 4vw, 58px);
  border-radius: 34px;
}

.hero-copy h1,
.hero-copy h2,
.section-heading h2,
.focus-card h3,
.solution-column h3,
.process-card h3,
.contact-card h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-weight: 600;
}

.eyebrow,
.panel-kicker,
.column-label,
.process-card span,
.card-index {
  margin: 0;
  color: var(--ice);
  font-size: 0.78rem;
}

.hero-copy h1 {
  margin: 18px 0 12px;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  line-height: 0.94;
  max-width: 10ch;
}

.hero-copy h2 {
  margin: 0;
  font-size: clamp(1.38rem, 2.1vw, 1.95rem);
  line-height: 1.24;
  max-width: 15ch;
  color: rgba(238, 244, 255, 0.94);
}

.hero-text,
.copy-stack p,
.statement-panel p,
.contact-copy,
.contact-card p,
.process-card p,
.bullet-list li,
.hero-highlights p,
.site-footer p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-text {
  max-width: 38rem;
  margin: 24px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #160d00;
  background: linear-gradient(135deg, var(--gold) 0%, #ffd67b 45%, var(--gold-strong) 100%);
  box-shadow: 0 18px 44px rgba(255, 151, 51, 0.22);
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(130, 219, 255, 0.24);
  background: rgba(130, 219, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(130, 219, 255, 0.45);
  background: rgba(130, 219, 255, 0.14);
}

.hero-panel,
.content-section {
  border-radius: 30px;
}

.hero-panel {
  padding: 30px;
  overflow: hidden;
}

.panel-kicker {
  margin-bottom: 18px;
}

.hero-highlights {
  display: grid;
  gap: 16px;
}

.hero-highlights article,
.solution-column,
.process-card,
.focus-card,
.contact-card,
.statement-panel {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.18);
}

.hero-highlights article {
  padding: 18px;
}

.hero-highlights span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-highlights p {
  margin: 0;
}

.content-section {
  padding: clamp(30px, 4vw, 46px);
  margin-bottom: 26px;
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
  max-width: 14ch;
}

.copy-stack {
  display: grid;
  gap: 16px;
}

.copy-stack p,
.statement-panel p {
  margin: 0;
  max-width: 74ch;
}

.statement-panel {
  padding: 24px;
  display: grid;
  gap: 14px;
}

.focus-grid,
.process-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.focus-card,
.process-card,
.contact-card,
.solution-column {
  padding: 24px;
}

.focus-card h3,
.contact-card h3,
.process-card h3 {
  margin: 14px 0 0;
  font-size: 1.55rem;
  line-height: 1.22;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.column-label {
  color: var(--gold);
  margin-bottom: 18px;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.bullet-list li {
  position: relative;
  padding-left: 22px;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ice), var(--violet));
  box-shadow: 0 0 18px rgba(130, 219, 255, 0.22);
}

.process-card span {
  color: var(--gold);
}

.process-card p,
.contact-card p {
  margin: 14px 0 0;
}

.contact-section {
  display: grid;
  gap: 18px;
}

.contact-copy {
  max-width: 42rem;
  margin: 0;
}

.contact-card {
  display: grid;
  gap: 16px;
}

.contact-card .button {
  justify-self: start;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .hero-panel,
html[dir="rtl"] .content-section,
html[dir="rtl"] .site-footer,
html[dir="rtl"] .brand-text {
  text-align: right;
}

html[dir="rtl"] .bullet-list li {
  padding-left: 0;
  padding-right: 22px;
}

html[dir="rtl"] .bullet-list li::before {
  left: auto;
  right: 0;
}

html[lang="ar"] body {
  font-family: "Geeza Pro", "Tahoma", "Arial", sans-serif;
}

html[lang="ar"] .hero-copy h1,
html[lang="ar"] .hero-copy h2,
html[lang="ar"] .section-heading h2,
html[lang="ar"] .focus-card h3,
html[lang="ar"] .process-card h3,
html[lang="ar"] .contact-card h3 {
  font-family: "Geeza Pro", "Tahoma", serif;
}

html[lang="ar"] .eyebrow,
html[lang="ar"] .panel-kicker,
html[lang="ar"] .column-label,
html[lang="ar"] .process-card span,
html[lang="ar"] .brand-name,
html[lang="ar"] .site-nav a {
  letter-spacing: 0.03em;
  text-transform: none;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .site-shell {
    width: min(100% - 28px, 1200px);
  }

  .site-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer,
  .hero-section,
  .solutions-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-tools {
    width: 100%;
    justify-content: space-between;
  }

  .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 20px;
  }

  .hero-copy,
  .hero-panel,
  .content-section {
    border-radius: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 16vw, 4.2rem);
  }

  .brand {
    align-items: flex-start;
  }

  .header-tools {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    gap: 14px;
  }
}
*** Add File: /Users/tahataha/Desktop/aetaura/aetaura-ai/script.js
