:root {
  --bg: #7f95a2;
  --surface: rgba(255, 255, 255, 0.7);
  --surface-2: rgba(255, 255, 255, 0.45);
  --text: #14252e;
  --muted: rgba(20, 37, 46, 0.72);
  --muted-2: rgba(20, 37, 46, 0.56);
  --border: rgba(20, 37, 46, 0.14);
  --accent: #2f6f73;
  --accent-2: #b38a5a;
  --shadow: 0 18px 60px rgba(10, 22, 28, 0.22);
  --radius: 18px;
  --radius-sm: 14px;
  --container: 1120px;
}

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

html,
body {
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Cairo, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  direction: rtl;
  letter-spacing: 0;
  background:
    radial-gradient(1200px 700px at 70% -10%, rgba(47, 111, 115, 0.22), transparent 60%),
    radial-gradient(900px 500px at 10% 10%, rgba(179, 138, 90, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    var(--bg);
  color: var(--text);
  line-height: 1.75;
}

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

a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.hidden {
  display: none !important;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.46);
  border-bottom: 1px solid var(--border);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  flex-wrap: wrap;
}

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

.brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 26px rgba(10, 22, 28, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.brand__logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  transform: translateY(2px);
}

.brand__name {
  font-weight: 700;
  letter-spacing: 0;
}

.brand__meta {
  font-size: 13px;
  color: var(--muted-2);
}

.nav {
  display: none;
  gap: 14px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.nav__link {
  font-size: 14px;
  color: var(--muted);
  padding: 6px 10px;
  border-radius: 999px;
}

.nav__link:hover {
  background: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.header__cta {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 520px) {
  .header__inner {
    gap: 10px;
  }

  .brand {
    flex: 1 1 100%;
  }

  .header__cta {
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .header__cta .btn {
    flex: 1 1 auto;
  }
}

.lang {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.btn--sm {
  padding: 8px 10px;
  font-size: 13px;
}

.btn.is-active {
  border-color: rgba(47, 111, 115, 0.55);
  box-shadow: 0 10px 26px rgba(47, 111, 115, 0.14);
}

.lang-ar {
  direction: rtl;
}

.lang-ar .header__inner {
  flex-direction: row-reverse;
}

.lang-ar .brand {
  flex-direction: row-reverse;
}

.lang-ar .header__cta {
  flex-direction: row-reverse;
}

.lang-ar .nav {
  direction: rtl;
}

.lang-ar .hero__grid {
  direction: rtl;
}

.lang-ar .hero__copy,
.lang-ar .prose,
.lang-ar .section__head,
.lang-ar .section__subtitle,
.lang-ar .card__text {
  text-align: right;
}

.lang-ar .footer__inner {
  flex-direction: row-reverse;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.5);
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn--primary {
  background: linear-gradient(135deg, rgba(47, 111, 115, 0.98), rgba(47, 111, 115, 0.72));
  border-color: rgba(47, 111, 115, 0.55);
  color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 36px rgba(47, 111, 115, 0.22);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.42);
}

.hero {
  position: relative;
  padding: 54px 0 28px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(255, 255, 255, 0.35), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    url("images/Screenshot%202026-02-01%20105000.png");
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  filter: blur(1px) saturate(0.95);
  transform: scale(1.02);
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}

.hero__title {
  margin: 14px 0 10px;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero__subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  max-width: 56ch;
}

.hero__hook {
  display: block;
  color: var(--text);
  font-weight: 800;
  margin-bottom: 6px;
}

.hero__subline {
  display: block;
}

.hero__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badges {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.45);
  color: var(--muted);
  font-size: 13px;
}

.hero__visual {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.avatar {
  width: min(330px, 82vw);
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  width: 100%;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 60px rgba(10, 22, 28, 0.16);
}

.card--glow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.46));
  border-color: rgba(255, 255, 255, 0.78);
  position: relative;
}

.card__title {
  font-weight: 700;
  letter-spacing: 0;
}

.card__text {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.card__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.14), var(--bg));
  pointer-events: none;
}

.section {
  padding: 40px 0;
}

.section__head {
  margin-bottom: 14px;
}

.section__head--split {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.section__title {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0;
}

.section__subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 68ch;
}

.prose {
  color: var(--muted);
  max-width: 80ch;
}

.prose p {
  margin: 0 0 12px;
}

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

.prose h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  color: var(--text);
  letter-spacing: 0;
}

.prose ul {
  margin: 10px 0 0;
  padding-inline-start: 18px;
}

.prose li {
  margin: 8px 0;
}

.grid {
  display: grid;
  gap: 12px;
}

.grid--3 {
  grid-template-columns: 1fr;
}

.grid--2 {
  grid-template-columns: 1fr;
}

.service {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service__price {
  color: var(--muted-2);
  font-size: 13px;
}

.masonry {
  margin-top: 12px;
  columns: 1;
  column-gap: 12px;
}

.tile {
  break-inside: avoid;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 45px rgba(10, 22, 28, 0.14);
}

.tile img {
  width: 100%;
  height: auto;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quote__text {
  margin: 0;
  color: var(--text);
}

.quote__meta {
  color: var(--muted-2);
  font-size: 13px;
}

.faq {
  display: grid;
  gap: 10px;
}

details {
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.52);
  padding: 12px 14px;
}

summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
}

details p {
  color: var(--muted);
  margin: 10px 0 0;
}

.form {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.field {
  display: grid;
  gap: 6px;
}

.field__label {
  font-size: 13px;
  color: var(--muted-2);
}

.field__input {
  width: 100%;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.65);
  color: var(--text);
  outline: none;
}

.field__input:focus {
  border-color: rgba(47, 111, 115, 0.65);
  box-shadow: 0 0 0 4px rgba(47, 111, 115, 0.16);
}

.field__textarea {
  resize: vertical;
  min-height: 120px;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 12.5px;
}

.footer {
  padding: 26px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.28);
}

.rtl {
  font-family: Cairo, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-align: right;
  letter-spacing: 0;
}

.ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

.divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin: 18px 0;
}

@media (max-width: 760px) {
  .section {
    padding: 34px 0;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 760px) {
  .nav {
    display: flex;
  }

  .hero {
    padding: 70px 0 32px;
  }

  .hero__grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
  }

  .hero__visual {
    justify-items: end;
  }

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

  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .masonry {
    columns: 2;
  }

  .section__head--split {
    flex-direction: row;
    align-items: flex-end;
  }

  .footer__inner {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1040px) {
  .masonry {
    columns: 3;
  }
}

