:root {
  --black: #0A0C10;
  --blue: #1A8CFF;
  --gold: #C9A227;
  --silver: #C9D0D8;
  --text: #E9EEF3;
  --muted: #9AA3AD;
  --card: #12151C;
  --line: rgba(201, 162, 39, 0.28);
  --blue-dim: rgba(26, 140, 255, 0.14);
  --header-h: 72px;
  --font-ar: "Cairo", "Segoe UI", Tahoma, sans-serif;
  --font-en: "Rubik", "Segoe UI", sans-serif;
  --radius: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-ar);
  font-size: 1.05rem;
  line-height: 1.75;
}

html[lang="en"] body {
  font-family: var(--font-en);
}

html[lang="en"] .brand-en,
html[lang="en"] .hero-en,
html[lang="en"] .footer-en {
  font-family: var(--font-ar);
  letter-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1.3;
  margin: 0 0 0.6em;
}

h1 {
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
}

h3 {
  font-size: 1.12rem;
  font-weight: 700;
}

p {
  margin: 0 0 0.85em;
}

p:last-child {
  margin-bottom: 0;
}

.skip {
  position: absolute;
  inset-inline-start: 1rem;
  top: -3rem;
  background: var(--blue);
  color: #fff;
  padding: 0.4rem 0.8rem;
  z-index: 80;
}

.skip:focus {
  top: 0.6rem;
}

.container {
  width: min(1100px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  background: rgba(10, 12, 16, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  padding: 0.18rem 0.65rem;
}

.lang-switch span {
  color: var(--silver);
  opacity: 0.55;
  font-weight: 600;
}

.lang-btn {
  border: 0;
  background: none;
  color: var(--silver);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.28rem 0.12rem;
  cursor: pointer;
}

.lang-btn[data-lang="ar"] {
  font-family: var(--font-ar);
}

.lang-btn[data-lang="en"] {
  font-family: var(--font-en);
}

.lang-btn.is-active {
  color: var(--gold);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-logo {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-ar {
  font-weight: 700;
  font-size: 0.98rem;
  white-space: nowrap;
}

.brand-en {
  font-family: var(--font-en);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  color: var(--silver);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  color: var(--silver);
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #fff;
  background: var(--blue-dim);
}

.nav-cta {
  background: var(--blue) !important;
  color: #fff !important;
  margin-inline-start: 0.3rem;
}

.nav-cta:hover {
  filter: brightness(1.08);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 10px;
  padding: 10px 9px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--silver);
}

.hero {
  position: relative;
  padding: 4.2rem 0 3.4rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto;
  width: 420px;
  height: 420px;
  inset-inline-start: -80px;
  top: -120px;
  background: radial-gradient(circle, rgba(26, 140, 255, 0.16), transparent 68%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  text-align: center;
  max-width: 760px;
}

.hero-logo {
  width: 124px;
  height: 124px;
  margin: 0 auto 0.7rem;
}

.hero-years {
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 0.85rem;
}

.hero h1 {
  margin-bottom: 0.25rem;
}

.hero-en {
  font-family: var(--font-en);
  color: var(--gold);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.9rem;
}

.hero-lead {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.hero-note {
  color: var(--muted);
  max-width: 38rem;
  margin-inline: auto;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.55rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.btn-primary {
  background: var(--blue);
  color: #fff;
}

.btn-primary:hover {
  filter: brightness(1.08);
}

.btn-ghost {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(201, 162, 39, 0.12);
}

.btn-block {
  width: 100%;
}

.strip {
  border-block: 1px solid var(--line);
  background: #0d1016;
  padding: 0.95rem 0;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  text-align: center;
}

.strip-grid p {
  margin: 0;
  color: var(--silver);
  font-weight: 600;
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: #0d1016;
  border-block: 1px solid var(--line);
}

.section-head {
  margin-bottom: 1.8rem;
}

.section-head p {
  color: var(--muted);
  max-width: 36rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.15rem 1.3rem;
}

.card:hover {
  border-color: var(--gold);
}

.card-icon {
  width: 40px;
  height: 40px;
  color: var(--gold);
  margin-bottom: 0.7rem;
}

.card h3 {
  margin-bottom: 0.4rem;
}

.card p {
  color: var(--muted);
  font-size: 0.98rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}

.about-grid > div p {
  color: var(--silver);
}

.about-years {
  color: var(--gold);
  font-weight: 700;
}

.about-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem 1.25rem;
}

.about-box h3 {
  color: var(--gold);
}

.about-box ol {
  margin: 0;
  padding-inline-start: 1.15rem;
  color: var(--silver);
}

.about-box li + li {
  margin-top: 0.45rem;
}

.order-wrap {
  max-width: 680px;
}

.order-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  background: var(--black);
  color: var(--text);
  border: 1px solid rgba(201, 208, 216, 0.22);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font-family: inherit;
  font-size: 1rem;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
}

.form-msg {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  font-weight: 600;
}

.form-msg.error {
  background: rgba(180, 50, 50, 0.18);
  color: #ffb4b4;
}

.form-msg.ok {
  background: rgba(26, 140, 255, 0.14);
  color: #cfe6ff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.5rem;
  align-items: start;
}

.contact-grid a {
  color: var(--blue);
}

.map-block iframe {
  display: block;
  width: 100%;
}

.map-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--gold) !important;
}

.wa-float {
  position: fixed;
  bottom: 1.15rem;
  inset-inline-end: 1.15rem;
  z-index: 45;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-float svg {
  width: 30px;
  height: 30px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 5rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-inner p {
  margin: 0;
}

.footer-en {
  font-family: var(--font-en);
  font-size: 0.78rem;
  color: var(--gold);
}

.footer-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-meta a {
  color: var(--silver);
}

.footer-credit {
  margin: 1rem auto 0;
}

.footer-credit a {
  color: var(--gold);
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .brand-en {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    right: 0;
    left: 0;
    background: #0d1016;
    border-bottom: 1px solid var(--line);
    padding: 0.7rem;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 0.7rem 0.85rem;
  }

  .nav-cta {
    margin: 0.2rem 0 0;
    text-align: center;
  }

  .strip-grid,
  .cards,
  .order-form {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 3rem 0 2.6rem;
  }
}
