:root {
  color-scheme: light;
  --ink: #0e0e0e;
  --graphite: #5b6067;
  --carbon: #5b6067;
  --silver: #c8ccd0;
  --platinum: #ffffff;
  --white: #ffffff;
  --gold: #c8a45d;
  --gold-soft: #c8a45d;
  --line: rgba(14, 14, 14, 0.12);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(14, 14, 14, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--platinum);
  color: var(--ink);
  font-family: Inter, Montserrat, "Space Grotesk", "Noto Sans Arabic", "IBM Plex Sans Arabic", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(20px, 4vw, 54px);
  background: rgba(246, 247, 248, 0.91);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 210px;
}

.brand-mark {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
    var(--ink);
  border: 1px solid rgba(200, 164, 93, 0.6);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

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

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(14, 14, 14, 0.6);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: rgba(14, 14, 14, 0.72);
  font-size: 0.9rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 72px);
  padding: clamp(84px, 12vw, 148px) clamp(20px, 5vw, 72px) clamp(48px, 8vw, 90px);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 105px;
  background: linear-gradient(to bottom, rgba(14, 14, 14, 0), var(--platinum));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 760px;
}

.hero h1 {
  margin: 0;
  max-width: 900px;
  color: var(--white);
  font-size: clamp(4rem, 12vw, 9.5rem);
  font-weight: 760;
  line-height: 0.88;
}

.hero-kicker {
  margin: 20px 0 0;
  color: var(--gold-soft);
  font-size: clamp(1.22rem, 2.4vw, 2rem);
  font-weight: 720;
}

.hero-location {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 680;
}

.keyword-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.keyword-line span {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 164, 93, 0.32);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 760;
}

.hero-copy {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

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

.review-note {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 72% 22%, rgba(216, 218, 221, 0.2), transparent 30%),
    linear-gradient(135deg, #0e0e0e 0%, #0e0e0e 48%, #5b6067 100%);
}

.line-field {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: perspective(700px) rotateX(58deg) translateY(18%);
  transform-origin: bottom;
}

.ornament-field {
  position: absolute;
  inset: -10% -5% auto auto;
  width: min(880px, 76vw);
  height: min(760px, 82vh);
  opacity: 0.34;
  background:
    repeating-radial-gradient(ellipse at 54% 42%, transparent 0 28px, rgba(200, 164, 93, 0.2) 29px 30px, transparent 31px 58px),
    repeating-linear-gradient(124deg, transparent 0 32px, rgba(255, 255, 255, 0.12) 33px 34px, transparent 35px 70px);
  border: 1px solid rgba(200, 164, 93, 0.24);
  border-radius: 45% 18% 48% 18%;
  filter: blur(0.2px);
  transform: rotate(-12deg);
}

.metal-arc {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 0 32px rgba(255, 255, 255, 0.08),
    0 28px 80px rgba(0, 0, 0, 0.36);
  pointer-events: none;
}

.arc-one {
  right: -12vw;
  top: 8vh;
  width: min(620px, 58vw);
  height: min(620px, 58vw);
  border-radius: 50%;
  border-left-color: rgba(200, 164, 93, 0.72);
}

.arc-two {
  right: 12vw;
  bottom: -32vh;
  width: min(760px, 70vw);
  height: min(760px, 70vw);
  border-radius: 50%;
  border-top-color: rgba(200, 204, 208, 0.62);
}

.part-array {
  position: absolute;
  right: clamp(26px, 8vw, 120px);
  bottom: clamp(70px, 12vw, 150px);
  display: grid;
  grid-template-columns: repeat(3, 56px);
  gap: 12px;
  opacity: 0.74;
  transform: rotate(-8deg);
}

.part-array span {
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.06);
}

.section {
  padding: clamp(74px, 9vw, 116px) clamp(20px, 5vw, 72px);
}

.section > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-silver {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(200, 204, 208, 0.62)),
    var(--silver);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 720;
  line-height: 0.98;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.section-heading p:not(.eyebrow),
.split-layout p,
.feature-card p,
.band-grid p,
.contact-grid span,
.detail-list span,
.process-steps p,
.trust-grid p,
.site-footer,
.request-form p {
  color: rgba(14, 14, 14, 0.68);
}

.section-dark .section-heading p:not(.eyebrow),
.section-dark .feature-card p,
.section-dark .site-footer,
.section-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 760;
  text-align: center;
  cursor: pointer;
}

.button.primary {
  color: var(--ink);
  background: var(--gold-soft);
  border-color: rgba(255, 255, 255, 0.16);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
}

.feature-grid,
.band-grid,
.contact-grid,
.process-steps,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.band-grid article,
.contact-grid div,
.process-steps article,
.trust-grid article {
  min-height: 190px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(14, 14, 14, 0.06);
}

.feature-index {
  display: block;
  margin-bottom: 44px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
}

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

.process-steps article {
  position: relative;
  overflow: hidden;
}

.process-steps article::after {
  content: "";
  position: absolute;
  inset: auto 24px 20px auto;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-radius: 50%;
}

.process-steps span,
.trust-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 820;
  text-transform: uppercase;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 86px);
  align-items: center;
}

.split-layout.reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.94fr);
}

.detail-list {
  display: grid;
  gap: 12px;
}

.detail-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.export-section {
  position: relative;
  overflow: hidden;
}

.export-section::before {
  content: "";
  position: absolute;
  inset: 12% auto auto 58%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(215, 189, 124, 0.3);
  border-radius: 50%;
  transform: translateX(-12%);
}

.route-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: var(--line-light);
}

.route-strip span {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-weight: 760;
}

.market-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(14, 14, 14, 0.12);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(14, 14, 14, 0.04) 0 1px, transparent 1px 18px),
    var(--white);
  box-shadow: var(--shadow);
}

.market-panel span {
  min-height: 92px;
  display: grid;
  place-items: center;
  color: var(--carbon);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.market-panel span:first-child {
  grid-column: span 2;
  min-height: 120px;
  color: var(--white);
  background: var(--ink);
  border-color: rgba(200, 164, 93, 0.5);
  font-size: 2rem;
}

.request-section {
  background: var(--white);
}

.request-form {
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 247, 248, 0.86), rgba(255, 255, 255, 1)),
    var(--white);
  box-shadow: var(--shadow);
}

.network-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.network-points span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  color: var(--ink);
  background: rgba(200, 204, 208, 0.28);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 760;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(14, 14, 14, 0.72);
  font-size: 0.9rem;
  font-weight: 720;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(14, 14, 14, 0.18);
  border-radius: var(--radius);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(200, 164, 93, 0.18);
}

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

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.form-footer p {
  max-width: 560px;
  margin: 0;
  font-size: 0.9rem;
}

.contact-grid div {
  min-height: 120px;
}

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

.contact-grid strong {
  margin-bottom: 10px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 760px;
  }

  .part-array {
    opacity: 0.32;
  }

  .feature-grid,
  .band-grid,
  .contact-grid,
  .route-strip,
  .split-layout,
  .split-layout.reverse,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .detail-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .form-footer,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 700px;
    padding-top: 76px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 20vw, 4.6rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature-card,
  .band-grid article,
  .contact-grid div {
    min-height: 150px;
  }
}
