@font-face {
  font-family: "Speda";
  src:
    local("Speda"),
    local("Speda Font Normal"),
    url("https://www.kurdfonts.com/download/1119/096680dd6a9e2d2a2a6d22184e083c2d") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Speda";
  src:
    local("Speda Bold"),
    local("Speda Font Bold"),
    url("https://www.kurdfonts.com/download/1120/3e12bffd5a9d3cc26a755374fe62a8af") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #102033;
  --muted: #607082;
  --paper: #f7f9fb;
  --surface: #ffffff;
  --soft-blue: #eaf3f8;
  --solar: #f6bc22;
  --solar-dark: #bf7b0a;
  --navy: #102f52;
  --navy-deep: #071827;
  --blue: #1681bd;
  --aqua: #d8f1ee;
  --line: rgba(16, 32, 51, 0.14);
  --shadow: 0 18px 54px rgba(16, 47, 82, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Speda", Arial, "Segoe UI", Tahoma, sans-serif;
  letter-spacing: 0;
}

html[lang="en"] body {
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
}

img,
svg {
  display: block;
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.9rem 3.5rem;
  color: #ffffff;
  background: rgba(7, 24, 39, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}

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

.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
}

.brand small {
  display: block;
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

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

.site-nav a,
.lang-button {
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88);
}

.site-nav a {
  padding: 0.62rem 0.75rem;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.lang-button:hover,
.lang-button:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  outline: none;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.lang-button {
  min-width: 42px;
  min-height: 34px;
  padding: 0.35rem 0.55rem;
  border: 0;
  cursor: pointer;
  background: transparent;
  font-weight: 700;
}

.lang-button.is-active {
  color: var(--navy-deep);
  background: var(--solar);
}

.menu-button {
  display: none;
  width: 44px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 9rem 3.5rem 4rem;
  color: #ffffff;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.88), rgba(7, 24, 39, 0.56) 46%, rgba(7, 24, 39, 0.08)),
    linear-gradient(0deg, rgba(7, 24, 39, 0.82), rgba(7, 24, 39, 0.06) 42%);
}

html[dir="rtl"] .hero-overlay {
  background:
    linear-gradient(270deg, rgba(7, 24, 39, 0.88), rgba(7, 24, 39, 0.56) 46%, rgba(7, 24, 39, 0.08)),
    linear-gradient(0deg, rgba(7, 24, 39, 0.82), rgba(7, 24, 39, 0.06) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.kicker {
  margin: 0 0 0.75rem;
  color: var(--solar);
  font-size: 0.98rem;
  font-weight: 800;
}

.kicker.dark {
  color: var(--solar-dark);
}

.hero h1 {
  margin: 0;
  font-size: 4.55rem;
  line-height: 1;
  font-weight: 900;
}

.hero-copy {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border-radius: 6px;
  font-weight: 850;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.button.primary {
  color: var(--navy-deep);
  background: var(--solar);
}

.button.secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

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

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-info div {
  padding: 1.3rem 3.5rem;
  background: var(--surface);
}

.quick-info span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.quick-info strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.08rem;
}

.section,
.gallery-section,
.contact-section {
  padding: 5.5rem 3.5rem;
}

.section-heading {
  width: min(860px, 100%);
  margin: 0 auto 2.6rem;
  text-align: center;
}

.section-heading h2,
.split-copy h2,
.contact-copy h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.25;
}

.identity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
}

.identity-card,
.solutions-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(16, 47, 82, 0.08);
}

.identity-card {
  padding: 1.5rem;
}

.identity-card span {
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
}

.identity-card h3 {
  margin: 0.6rem 0 0.45rem;
  font-size: 1.42rem;
}

.identity-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-section {
  background:
    radial-gradient(circle at top left, rgba(246, 188, 34, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff, #f4f8fb);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}

.about-panel {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(16, 47, 82, 0.08);
}

.about-panel.accent {
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), #1a4f86);
}

.about-panel p {
  margin: 0;
  line-height: 1.95;
}

.about-panel p + p {
  margin-top: 1rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: center;
  background: var(--navy);
  color: #ffffff;
}

.split-copy {
  max-width: 620px;
}

.split-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 2;
}

.split-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.split-images img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-images img:first-child {
  object-position: center 48%;
}

.solutions-section {
  background: var(--soft-blue);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}

.solutions-grid article {
  min-height: 250px;
  padding: 1.35rem;
}

.solution-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 6px;
  color: var(--navy);
  background: var(--aqua);
  font-size: 1.45rem;
  font-weight: 900;
}

.solutions-grid h3 {
  margin: 0 0 0.75rem;
  font-size: 1.22rem;
}

.solutions-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.gallery-section {
  background: var(--surface);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 0.9rem;
  max-width: 1180px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: #d9e8f0;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.gallery-item:focus-visible {
  outline: 3px solid var(--solar);
  outline-offset: 3px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(16, 47, 82, 0.93), rgba(16, 47, 82, 0.82)),
    url("assets/gallery-08.jpg") center center / cover;
}

.contact-copy {
  max-width: 680px;
}

.contact-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.9;
}

.contact-list {
  display: grid;
  gap: 0.8rem;
}

.contact-list a,
.contact-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-list a:hover,
.contact-list a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.contact-list span {
  color: rgba(255, 255, 255, 0.72);
}

.contact-list strong {
  text-align: end;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 3.5rem;
  color: #ffffff;
  background: var(--navy-deep);
}

.site-footer p {
  margin: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: #ffffff;
  background: rgba(5, 10, 8, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(94vw, 980px);
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
}

.lightbox p {
  margin: 1rem 0 0;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .hero-content,
html[dir="rtl"] .split-copy,
html[dir="rtl"] .contact-copy {
  text-align: right;
}

html[dir="ltr"] .site-header,
html[dir="ltr"] .hero-content,
html[dir="ltr"] .split-copy,
html[dir="ltr"] .contact-copy {
  text-align: left;
}

@media (max-width: 1120px) {
  .site-header,
  .hero,
  .section,
  .gallery-section,
  .contact-section,
  .site-footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .quick-info div {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .hero h1 {
    font-size: 3.55rem;
  }

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

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

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

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    padding: 0.85rem 1rem;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

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

  .brand small {
    font-size: 0.72rem;
  }

  .menu-button {
    display: block;
    order: 3;
  }

  .header-actions {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem 1rem 1rem;
    background: rgba(7, 24, 39, 0.98);
  }

  .header-actions.is-open {
    display: flex;
  }

  .site-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav a {
    padding: 0.9rem;
  }

  .language-switcher {
    justify-content: center;
  }

  .hero {
    min-height: 76vh;
    padding: 7.5rem 1rem 2.5rem;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.85;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .quick-info {
    grid-template-columns: 1fr;
  }

  .quick-info div,
  .section,
  .gallery-section,
  .contact-section,
  .site-footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section,
  .gallery-section,
  .contact-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-heading h2,
  .split-copy h2,
  .contact-copy h2 {
    font-size: 1.95rem;
  }

  .identity-grid,
  .about-grid,
  .solutions-grid,
  .split-images {
    grid-template-columns: 1fr;
  }

  .split-images img {
    height: 330px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .contact-list a,
  .contact-list div,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

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