:root {
  --ink: #0a1726;
  --navy: #062944;
  --blue: #0d4260;
  --gold: #c99027;
  --gold-light: #f0b64b;
  --stone: #f2f0eb;
  --paper: #fbfaf7;
  --mist: #e8edf1;
  --muted: #627080;
  --white: #ffffff;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Tahoma, sans-serif;
  line-height: 1.7;
}

html[dir="rtl"] body {
  font-family: Tahoma, Arial, sans-serif;
}

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

img,
svg {
  display: block;
}

.whatsapp-float {
  position: fixed;
  inset-inline-end: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 48px;
  padding: 0 18px;
  color: var(--white);
  background: #169b62;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(13, 66, 96, 0.22);
  font-weight: 800;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 70px);
  color: var(--white);
  background: rgba(6, 41, 68, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

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

.brand-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  margin-top: -4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a {
  padding: 6px 0;
}

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

.lang-switch,
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
}

.lang-switch {
  min-width: 48px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.header-cta,
.btn.primary {
  color: var(--navy);
  background: var(--gold-light);
}

.btn.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 96vh;
  padding: 132px clamp(18px, 5vw, 78px) 60px;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 19, 33, 0.93), rgba(3, 19, 33, 0.58) 48%, rgba(3, 19, 33, 0.2)),
    linear-gradient(0deg, rgba(3, 19, 33, 0.72), transparent 42%);
}

html[dir="rtl"] .hero-overlay {
  background:
    linear-gradient(270deg, rgba(3, 19, 33, 0.93), rgba(3, 19, 33, 0.58) 48%, rgba(3, 19, 33, 0.2)),
    linear-gradient(0deg, rgba(3, 19, 33, 0.72), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.kicker,
.section-label {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 6.8vw, 6rem);
  line-height: 1.05;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(1.75rem, 3.8vw, 3.7rem);
  line-height: 1.15;
}

h3 {
  color: var(--navy);
  font-size: 1.24rem;
  line-height: 1.25;
}

.hero-content p {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  color: var(--white);
  background: var(--gold);
}

.trust-strip div {
  padding: 24px clamp(18px, 4vw, 54px);
  background: var(--navy);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--gold-light);
  font-size: 1.4rem;
  line-height: 1.2;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 78px);
}

.split,
.section-head,
.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 6vw, 80px);
  align-items: start;
}

.intro-section,
.profile-section {
  background: var(--paper);
}

.intro-section p,
.profile-section p,
.section-head p {
  color: var(--muted);
  font-size: 1.06rem;
}

.profile-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(6, 41, 68, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 22px 54px rgba(6, 41, 68, 0.08);
}

.profile-card dl {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
}

.profile-card dl div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mist);
}

.profile-card dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.profile-card dt {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-card dd {
  margin: 4px 0 0;
  color: var(--navy);
  font-weight: 800;
}

.english-line {
  margin-bottom: 0;
  color: var(--gold) !important;
  font-weight: 900;
}

.services-section {
  background: var(--stone);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.service-card {
  min-height: 326px;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(6, 41, 68, 0.12);
  border-radius: var(--radius);
}

.service-card.featured {
  color: var(--white);
  background: var(--navy);
}

.service-card.featured h3,
.service-card.featured p {
  color: var(--white);
}

.service-card span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--gold);
  font-weight: 900;
}

.service-card p {
  color: var(--muted);
}

.service-card small {
  color: var(--gold);
  font-weight: 900;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  margin-top: 34px;
}

.project-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--navy);
}

.project-card.large {
  grid-row: span 2;
  min-height: 640px;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 19, 33, 0.86), rgba(3, 19, 33, 0.05) 62%);
}

.project-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 26px;
}

.project-card h3 {
  margin-bottom: 6px;
  color: var(--white);
}

.project-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.project-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.project-notes article {
  padding: 22px;
  background: var(--white);
  border: 1px solid rgba(6, 41, 68, 0.12);
  border-radius: var(--radius);
}

.project-notes strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.06rem;
}

.project-notes p {
  margin: 0;
  color: var(--muted);
}

.expertise-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 41, 68, 0.96), rgba(13, 66, 96, 0.88)),
    var(--navy);
}

.expertise-card {
  max-width: 980px;
}

.expertise-card h2 {
  color: var(--white);
}

.expertise-card p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.chips span {
  padding: 8px 14px;
  color: var(--white);
  border: 1px solid rgba(240, 182, 75, 0.42);
  border-radius: 999px;
}

.process-section {
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--mist);
}

.process-grid div {
  min-height: 260px;
  padding: 26px;
  background: var(--white);
}

.process-grid strong {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 1.4rem;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.why-section,
.profile-build-section {
  background: var(--stone);
}

.why-section h2,
.profile-build-section h2 {
  max-width: 760px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.why-grid p {
  min-height: 118px;
  margin: 0;
  padding: 22px;
  color: var(--navy);
  background: var(--white);
  border-radius: var(--radius);
  border-top: 4px solid var(--gold);
  font-weight: 800;
}

.contact-section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 78px);
  background: var(--ink);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(320px, 1fr) minmax(280px, 0.88fr);
  gap: clamp(20px, 3.8vw, 48px);
  max-width: 1440px;
  margin: 0 auto;
  color: var(--white);
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.7);
}

.interest-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}

.form-head,
.interest-form .wide,
.form-submit {
  grid-column: 1 / -1;
}

.form-head h3 {
  margin-bottom: 6px;
  color: var(--white);
}

.form-head p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.interest-form label {
  display: grid;
  gap: 6px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.interest-form input,
.interest-form select,
.interest-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font: inherit;
}

.interest-form textarea {
  resize: vertical;
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.hidden-field {
  display: none;
}

.contact-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.contact-links a,
.contact-links p {
  margin: 0;
  padding: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}

.contact-links span,
.contact-links strong {
  display: block;
}

.contact-links span {
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: 0.86rem;
  font-weight: 900;
}

.contact-links strong {
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 22px clamp(18px, 5vw, 78px);
  color: rgba(255, 255, 255, 0.72);
  background: #030b13;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1040px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
  }

  .brand {
    flex: 1 1 auto;
  }

  .header-actions {
    flex: 0 0 auto;
  }

  .nav {
    order: 3;
    flex: 1 1 100%;
    justify-content: space-between;
  }

  .split,
  .section-head,
  .profile-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .process-grid,
  .why-grid,
  .project-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .project-card.large {
    min-height: 450px;
  }
}

@media (max-width: 650px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .lang-switch {
    min-width: 42px;
    min-height: 40px;
    padding: 0 12px;
  }

  .nav {
    gap: 8px;
    overflow-x: auto;
    justify-content: flex-start;
    font-size: 0.86rem;
  }

  .nav a {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 88vh;
    padding: 146px 14px 42px;
  }

  h1 {
    font-size: clamp(2.3rem, 13vw, 3.65rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-strip,
  .service-grid,
  .process-grid,
  .why-grid,
  .project-notes,
  .interest-form,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .section,
  .contact-section {
    padding-inline: 14px;
  }

  .service-card,
  .process-grid div {
    min-height: auto;
  }

  .project-card,
  .project-card.large {
    min-height: 340px;
  }

  .whatsapp-float {
    inset-inline-end: 14px;
    bottom: 14px;
  }
}
