:root {
  --bg: #071018;
  --bg-soft: #0d1b27;
  --text: #f4f8fb;
  --muted: #a9bac8;
  --line: rgba(255, 255, 255, 0.14);
  --glass: rgba(255, 255, 255, 0.08);
  --glass-strong: rgba(255, 255, 255, 0.13);
  --accent: #71e4ff;
  --accent-strong: #9cffd7;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-lg: 32px;
  --radius-md: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(113, 228, 255, 0.18), transparent 30%),
    radial-gradient(circle at 85% 8%, rgba(156, 255, 215, 0.13), transparent 28%),
    linear-gradient(135deg, #061017 0%, #0b1420 52%, #071018 100%);
  overflow-x: hidden;
}

body.is-fa {
  direction: rtl;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ambient {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.ambient-one {
  top: 18%;
  left: -160px;
  background: rgba(113, 228, 255, 0.26);
}

.ambient-two {
  right: -140px;
  bottom: 12%;
  background: rgba(156, 255, 215, 0.18);
}

.glass-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, var(--glass-strong), rgba(255, 255, 255, 0.045));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px clamp(18px, 4vw, 56px) 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 14px 12px 18px;
  border-radius: 999px;
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(113, 228, 255, 0.18);
}

.nav-links {
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--text);
}

.language-toggle,
.btn {
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.language-toggle {
  padding: 10px 15px;
  color: #061017;
  background: var(--text);
}

.section-pad {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) clamp(18px, 4vw, 32px);
}

.hero,
.careers-hero,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hero-copy h1,
.careers-hero h1,
.section-heading h2,
.split-copy h2,
.final-note h2 {
  margin: 0;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.hero-copy h1,
.careers-hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 8vw, 7.6rem);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.is-fa .eyebrow {
  letter-spacing: 0;
}

.hero-text,
.section-heading p,
.split-copy > p,
.final-note p {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}

.btn.primary {
  color: #061017;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.btn.ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual,
.split-image {
  position: relative;
  min-height: clamp(360px, 48vw, 620px);
  padding: 10px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-visual img,
.split-image img {
  border-radius: 24px;
}

.signal-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 230px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(6, 16, 23, 0.7);
  backdrop-filter: blur(18px);
}

body.is-fa .signal-card {
  right: auto;
  left: 28px;
}

.signal-card span,
.steps span,
.perk-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1040px;
  margin: -44px auto 0;
  padding: 18px;
  border-radius: 24px;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2,
.split-copy h2,
.final-note h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.industry-grid,
.perk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.industry-card,
.perk-card {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.industry-card img {
  height: 220px;
}

.industry-card h3,
.industry-card p,
.perk-card h3,
.perk-card p {
  margin-right: 22px;
  margin-left: 22px;
}

.industry-card h3,
.perk-card h3,
.steps h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.industry-card p,
.perk-card p,
.steps p {
  color: var(--muted);
  line-height: 1.65;
}

.industry-card p,
.perk-card p {
  margin-bottom: 24px;
}

.steps {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.steps div,
.perk-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.perk-card h3,
.perk-card p {
  margin-right: 0;
  margin-left: 0;
}

.culture-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.culture-list p {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
}

.final-note {
  max-width: 980px;
  margin: 0 auto 72px;
  padding: clamp(34px, 6vw, 64px);
  border-radius: var(--radius-lg);
  text-align: center;
}

.final-note p,
.final-note h2 {
  margin-right: auto;
  margin-left: auto;
}

.legal-page {
  max-width: 900px;
}

.legal-page h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.legal-card {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius-lg);
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 32px) 36px;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: var(--text);
  font-weight: 700;
}

.reveal {
  will-change: transform, opacity;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    border-radius: 26px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .careers-hero,
  .split-section,
  .industry-grid,
  .perk-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: -28px;
  }

  .hero-visual,
  .split-image {
    min-height: 340px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .language-toggle {
    padding: 9px 12px;
  }

  .hero-copy h1,
  .careers-hero h1 {
    font-size: clamp(2.7rem, 16vw, 4.2rem);
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .culture-list {
    grid-template-columns: 1fr;
  }
}
