:root {
  --bg: #07111d;
  --bg-soft: #0d1a2b;
  --surface: #101f33;
  --surface-light: #f5f7fb;
  --white: #ffffff;
  --primary: #0d1a2b;
  --secondary: #13324f;
  --accent: #d6ab5c;
  --accent-soft: rgba(214, 171, 92, 0.16);
  --text: #17212b;
  --muted: #64758b;
  --border: rgba(255, 255, 255, 0.12);
  --light-border: #dbe3ec;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  font-family: 'Assistant', Arial, sans-serif;
}
body[dir="ltr"] { font-family: 'Inter', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1240px, calc(100% - 32px)); margin-inline: auto; }

.top-strip {
  background: #06101b;
  color: rgba(255,255,255,0.78);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.top-strip-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-strip-info {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}
.top-strip a:hover { color: var(--white); }

.lang-switch {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}
.lang-btn {
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.82);
  padding: 8px 14px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.lang-btn.active {
  background: var(--white);
  color: var(--primary);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
  background: rgba(7, 17, 29, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 88px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}
.brand-mark {
  width: 82px;
  height: 82px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.96);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.15), 0 10px 30px rgba(0,0,0,0.25);
  padding: 8px;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
}
.brand-title { font-size: 1.12rem; font-weight: 800; }
.brand-subtitle { color: rgba(255,255,255,0.72); font-size: 0.92rem; }

.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.main-nav a {
  color: rgba(255,255,255,0.82);
  font-weight: 700;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.25s ease;
}
.main-nav a:hover::after { width: 100%; }

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  background: var(--accent);
  color: #131313;
  box-shadow: 0 12px 28px rgba(214, 171, 92, 0.22);
}
.cta.secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: none;
}
.cta.ghost {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 140px);
  background:
    radial-gradient(circle at 20% 10%, rgba(214,171,92,0.12), transparent 24%),
    linear-gradient(180deg, rgba(5, 12, 20, 0.5), rgba(5, 12, 20, 0.8)),
    url('assets/9B7603C5-DF58-4E0A-9457-96E823ACF897.jpeg') center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,29,0.92) 0%, rgba(7,17,29,0.76) 45%, rgba(7,17,29,0.26) 100%);
}
body[dir="ltr"] .hero-overlay {
  background: linear-gradient(270deg, rgba(7,17,29,0.92) 0%, rgba(7,17,29,0.76) 45%, rgba(7,17,29,0.26) 100%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 140px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
  gap: 42px;
  align-items: center;
  padding: 64px 0;
}
.hero-copy { color: var(--white); }
.eyebrow, .section-kicker {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
}
.hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.3rem, 4.3vw, 5rem);
  line-height: 1.02;
  max-width: 12ch;
}
.hero p {
  margin: 0;
  font-size: 1.12rem;
  max-width: 62ch;
  color: rgba(255,255,255,0.84);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.highlight-card {
  min-width: 138px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}
.highlight-card strong { display: block; font-size: 1.3rem; }
.highlight-card span { color: rgba(255,255,255,0.74); }

.hero-panel {
  background: rgba(255,255,255,0.95);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.hero-panel-label {
  position: absolute;
  top: 18px;
  inset-inline-start: 18px;
  z-index: 2;
  color: var(--white);
  background: rgba(7,17,29,0.84);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
}
.hero-panel img {
  width: 100%;
  aspect-ratio: 5 / 4.5;
  object-fit: cover;
}
.hero-panel-content { padding: 24px; }
.hero-panel-content h3 { margin: 0 0 10px; font-size: 1.3rem; }
.hero-panel-content p { margin: 0; color: var(--muted); }

.trust-bar {
  margin-top: -44px;
  position: relative;
  z-index: 2;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.trust-grid > div {
  background: var(--white);
  border-radius: 24px;
  padding: 20px 22px;
  box-shadow: 0 16px 40px rgba(6, 16, 27, 0.12);
  border: 1px solid #e4ebf3;
}
.trust-label {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 700;
}

.section { padding: 96px 0; }
.about-grid,
.process-grid,
.contact-grid,
.footer-grid { display: grid; }
.about-grid {
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}
.section-copy h2,
.dark-section h2,
.muted-section h2,
.gallery-header h2,
.cta-band h2,
.contact-card h2,
.process-grid h2 {
  margin: 8px 0 18px;
  font-size: clamp(1.9rem, 3vw, 3.3rem);
  line-height: 1.08;
}
.section-copy p,
.gallery-note,
.contact-card p,
.process-step p { color: var(--muted); }
.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.point-card {
  background: var(--surface-light);
  border: 1px solid var(--light-border);
  border-radius: 22px;
  padding: 18px;
}
.point-card strong { display: block; font-size: 1.02rem; }
.point-card span { color: var(--muted); }
.about-visual {
  position: relative;
}
.about-visual img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.floating-badge {
  position: absolute;
  inset-inline-end: 22px;
  bottom: 22px;
  max-width: 300px;
  background: rgba(7,17,29,0.88);
  color: var(--white);
  border-radius: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.12);
}
.floating-badge span {
  display: block;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
}

.dark-section {
  background: linear-gradient(180deg, #07111d, #0c1828);
  color: var(--white);
}
.dark-section .section-kicker,
.cta-band .section-kicker { color: var(--accent); }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.capability-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 26px;
  padding: 24px;
}
.capability-index {
  display: inline-flex;
  min-width: 50px;
  min-height: 50px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 800;
}
.capability-card h3 { margin: 16px 0 10px; font-size: 1.2rem; }
.capability-card p { margin: 0; color: rgba(255,255,255,0.76); }

.process-grid {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}
.process-steps {
  display: grid;
  gap: 18px;
}
.process-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: var(--surface-light);
  border: 1px solid var(--light-border);
}
.process-step span {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: var(--white);
  font-weight: 800;
  font-size: 1.1rem;
}
.process-step strong { display: block; font-size: 1.08rem; margin-bottom: 6px; }

.muted-section {
  background: linear-gradient(180deg, #f6f8fb, #eef3f8);
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.sector-card {
  padding: 22px;
  background: rgba(255,255,255,0.78);
  border-radius: 22px;
  border: 1px solid var(--light-border);
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(15, 39, 64, 0.06);
}

.gallery-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}
.gallery-note { max-width: 420px; }
.premium-gallery {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 16px;
}
.gallery-item {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 20px 45px rgba(10, 25, 43, 0.16);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.item-a { grid-column: span 5; grid-row: span 4; }
.item-b { grid-column: span 3; grid-row: span 2; }
.item-c { grid-column: span 4; grid-row: span 4; }
.item-d { grid-column: span 5; grid-row: span 3; }
.item-e { grid-column: span 7; grid-row: span 3; }
.item-f { grid-column: span 4; grid-row: span 3; }
.item-g { grid-column: span 4; grid-row: span 3; }
.item-h { grid-column: span 4; grid-row: span 3; }
.item-i { grid-column: span 4; grid-row: span 3; }
.item-j { grid-column: span 4; grid-row: span 3; }

.cta-band {
  background: linear-gradient(135deg, #0b1624, #13283f);
  color: var(--white);
  padding: 70px 0;
}
.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cta-band h2 { margin: 8px 0 0; max-width: 12ch; }

.contact-section {
  background: #fbfcfe;
}
.contact-grid {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}
.contact-card {
  background: var(--white);
  border-radius: 30px;
  padding: 30px;
  border: 1px solid #e6edf4;
  box-shadow: 0 18px 40px rgba(15, 39, 64, 0.08);
}
.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}
.contact-list div {
  display: grid;
  gap: 5px;
}
.contact-list strong { font-size: 0.95rem; color: var(--muted); }
.contact-form {
  display: grid;
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9e3ec;
  background: #f8fafc;
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
}
.contact-form textarea { resize: vertical; }

.site-footer {
  background: #07111d;
  color: var(--white);
  padding: 28px 0;
}
.footer-grid {
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.footer-grid p {
  margin: 6px 0 0;
  color: rgba(255,255,255,0.72);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-links a { color: rgba(255,255,255,0.82); }

@media (max-width: 1100px) {
  .header-inner,
  .hero-grid,
  .about-grid,
  .process-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .header-inner { padding: 14px 0; }
  .main-nav { justify-content: start; }
  .cta.ghost { justify-self: start; }
  .hero-grid { min-height: auto; }
  .hero h1 { max-width: 14ch; }
  .hero-panel { max-width: 520px; }
  .trust-grid,
  .capability-grid,
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .top-strip-inner,
  .gallery-header,
  .cta-band-inner,
  .footer-grid { flex-direction: column; align-items: start; }
  .header-inner { gap: 18px; }
  .main-nav { gap: 12px 18px; }
  .hero { min-height: auto; }
  .hero-copy, .hero-panel-content, .contact-card { padding-inline: 0; }
  .hero-panel-content, .contact-card { padding: 24px; }
  .trust-grid,
  .about-points,
  .capability-grid,
  .sector-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .premium-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item, .item-a, .item-b, .item-c, .item-d, .item-e, .item-f, .item-g, .item-h, .item-i, .item-j { grid-column: auto; grid-row: auto; }
  .gallery-item img { aspect-ratio: 4 / 3; }
  .process-step { grid-template-columns: 1fr; }
  .process-step span { width: 60px; height: 60px; }
  .about-visual img { min-height: 380px; }
  .floating-badge { inset-inline-start: 16px; inset-inline-end: 16px; bottom: 16px; max-width: none; }
  .section { padding: 76px 0; }
}

.contact-brand-mark img { width: 100%; height: 100%; object-fit: contain; }
