.join-us-page {
  --ju-bg: #eef3f8;
  --ju-surface: rgba(255, 255, 255, 0.75);
  --ju-surface-strong: #ffffff;
  --ju-text: #0d1b2a;
  --ju-muted: #5a697c;
  --ju-line: rgba(14, 35, 58, 0.12);
  --ju-accent: #0a66c2;
  --ju-accent-deep: #003b75;
  --ju-glow: rgba(10, 102, 194, 0.12);
  --ju-gold: #d4b06a;
  --ju-radius-xl: 32px;
  --ju-radius-lg: 24px;
  --ju-radius-md: 18px;
  --ju-shadow-lg: 0 30px 80px rgba(15, 35, 58, 0.16);
  --ju-shadow-md: 0 18px 40px rgba(15, 35, 58, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif;
  color: var(--ju-text);
  background:
    radial-gradient(circle at top left, rgba(212, 176, 106, 0.2), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(10, 102, 194, 0.16), transparent 18%),
    linear-gradient(180deg, #f7fafd 0%, #edf2f7 42%, #f7f9fc 100%);
}

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

button {
  font: inherit;
}

.join-us-page .page-shell {
  position: relative;
  overflow: hidden;
}

.join-us-page .ambient {
  position: fixed;
  inset: auto;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.join-us-page .ambient-one {
  top: -12rem;
  right: -10rem;
  background: rgba(10, 102, 194, 0.12);
}

.join-us-page .ambient-two {
  bottom: -18rem;
  left: -12rem;
  background: rgba(212, 176, 106, 0.18);
}

.join-us-page .hero,
.join-us-page .roles-section,
.join-us-page .detail-section {
  position: relative;
  z-index: 1;
  width: min(100%, calc(100% - 24px));
  margin: 0 auto;
}

.join-us-page .hero {
  padding: 12px 0 40px;
}

.join-us-page .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  box-shadow: var(--ju-shadow-md);
}

.join-us-page .topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.join-us-page .lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--ju-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.join-us-page .lang-btn {
  min-width: 42px;
  padding: 9px 12px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--ju-muted);
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.join-us-page .lang-btn:hover,
.join-us-page .lang-btn:focus-visible {
  background: rgba(10, 102, 194, 0.08);
  color: var(--ju-accent-deep);
}

.join-us-page .lang-btn.active {
  background: linear-gradient(135deg, var(--ju-accent) 0%, var(--ju-accent-deep) 100%);
  color: #fff;
}

.join-us-page .brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}

.join-us-page .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(14, 35, 58, 0.06);
}

.join-us-page .brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.join-us-page .topbar h1 {
  margin: 0;
}

.join-us-page .ghost-link {
  padding: 12px 18px;
  border: 1px solid var(--ju-line);
  border-radius: 999px;
  color: var(--ju-accent-deep);
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease;
}

.join-us-page .ghost-link:hover,
.join-us-page .ghost-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(10, 102, 194, 0.08);
}

.join-us-page .hero-copy {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--ju-radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.66)),
    linear-gradient(120deg, rgba(10, 102, 194, 0.12), transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--ju-shadow-lg);
  min-height: min(78vh, 860px);
}

.join-us-page .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: end;
  gap: clamp(28px, 4vw, 56px);
  min-height: inherit;
}

.join-us-page .hero-content {
  max-width: 820px;
  padding-top: clamp(24px, 5vw, 72px);
}

.join-us-page .hero-copy h2 {
  max-width: 11ch;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 6vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.join-us-page .hero-text,
.join-us-page .section-heading p,
.join-us-page .role-card p,
.join-us-page .poster-section p,
.join-us-page .poster-list li,
.join-us-page .meta-chip,
.join-us-page .detail-intro p,
.join-us-page .footer-note {
  color: var(--ju-muted);
  line-height: 1.7;
}

.join-us-page .eyebrow {
  margin: 0 0 6px;
  color: var(--ju-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.join-us-page .section-heading h3,
.join-us-page .detail-title h3 {
  margin: 0;
}

.join-us-page .hero-text {
  max-width: 52ch;
  margin: 18px 0 0;
  font-size: 1.08rem;
  line-height: 1.85;
  padding-left: 2px;
}

.join-us-page .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.join-us-page .hero-panel {
  display: grid;
  gap: 18px;
  align-self: stretch;
  min-height: 100%;
}

.join-us-page .hero-panel-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.join-us-page .hero-panel-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(7, 26, 47, 0.95), rgba(10, 59, 117, 0.88)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 55%);
  color: #f4f8fc;
  box-shadow: 0 30px 60px rgba(6, 24, 42, 0.22);
}

.join-us-page .hero-visual {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 45%, rgba(68, 154, 255, 0.14), transparent 22%),
    radial-gradient(circle at 18% 82%, rgba(212, 176, 106, 0.12), transparent 18%),
    linear-gradient(155deg, rgba(3, 17, 32, 0.98), rgba(7, 39, 73, 0.96) 54%, rgba(14, 71, 126, 0.92));
  box-shadow: 0 30px 60px rgba(6, 24, 42, 0.26);
}

.join-us-page .hero-noise {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 46%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
  opacity: 0.7;
}

.join-us-page .hero-orbit {
  position: absolute;
  border: 1px solid rgba(114, 190, 255, 0.32);
  border-radius: 50%;
}

.join-us-page .hero-orbit-one {
  width: 360px;
  height: 360px;
  top: 8%;
  right: 8%;
  opacity: 0.34;
}

.join-us-page .hero-orbit-two {
  width: 250px;
  height: 250px;
  top: 20%;
  right: 19%;
  opacity: 0.28;
}

.join-us-page .hero-orbit-three {
  width: 142px;
  height: 142px;
  top: 31%;
  right: 30%;
  opacity: 0.25;
}

.join-us-page .hero-beam {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(118, 196, 255, 0.85), rgba(118, 196, 255, 0));
}

.join-us-page .hero-beam-one {
  top: 28%;
  left: 14%;
  width: 48%;
  transform: rotate(16deg);
}

.join-us-page .hero-beam-two {
  top: 63%;
  left: 18%;
  width: 36%;
  transform: rotate(-10deg);
  opacity: 0.82;
}

.join-us-page .hero-dot {
  position: absolute;
  border-radius: 50%;
}

.join-us-page .hero-dot-one {
  top: 23%;
  left: 16%;
  width: 10px;
  height: 10px;
  background: #7fd9ff;
  box-shadow: 0 0 26px rgba(127, 217, 255, 0.9);
}

.join-us-page .hero-dot-two {
  top: 67%;
  left: 24%;
  width: 8px;
  height: 8px;
  background: #d4b06a;
  box-shadow: 0 0 18px rgba(212, 176, 106, 0.8);
}

.join-us-page .hero-dot-three {
  top: 18%;
  right: 15%;
  width: 14px;
  height: 14px;
  background: rgba(180, 231, 255, 0.95);
  box-shadow: 0 0 28px rgba(180, 231, 255, 0.9);
}

.join-us-page .hero-shield-frame {
  position: absolute;
  inset: 16% auto auto 12%;
  width: 292px;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 30% 22%, rgba(145, 211, 255, 0.18), transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 30px 60px rgba(0, 0, 0, 0.2),
    0 0 40px rgba(77, 165, 255, 0.14);
}

.join-us-page .hero-shield-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.join-us-page .hero-shield-frame::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 20px;
  right: 20px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  opacity: 0.58;
  filter: blur(3px);
  pointer-events: none;
}

.join-us-page .hero-shield-core {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 120px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(239, 246, 252, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 34px rgba(0, 0, 0, 0.16),
    0 0 26px rgba(155, 215, 255, 0.14);
}

.join-us-page .hero-shield-core img {
  width: 78%;
  height: 52%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(18, 67, 136, 0.14));
}

.join-us-page .hero-core {
  position: relative;
  z-index: 1;
  display: block;
  padding: 22px;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(14px);
}

.join-us-page .hero-core-copy {
  display: grid;
  gap: 12px;
}

.join-us-page .hero-core-copy strong {
  font-size: 1.56rem;
  line-height: 1.24;
  letter-spacing: -0.02em;
  color: #f3f7fc;
}

.join-us-page .hero-core-copy p {
  max-width: 30ch;
  margin: 0;
  color: rgba(228, 238, 248, 0.76);
  line-height: 1.72;
}

.join-us-page .hero-stat-card strong {
  font-size: 1.04rem;
  line-height: 1.45;
}

.join-us-page .hero-stat-card p {
  margin-top: 10px;
}

.join-us-page .hero-panel-card::before {
  content: "";
  position: absolute;
  inset: auto -15% -20% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 176, 106, 0.22), transparent 70%);
  pointer-events: none;
}

.join-us-page .hero-panel-large {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
}

.join-us-page .hero-kicker,
.join-us-page .hero-panel-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.join-us-page .hero-panel-card p,
.join-us-page .hero-panel-card strong {
  position: relative;
  z-index: 1;
}

.join-us-page .hero-panel-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.join-us-page .hero-panel-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.join-us-page .hero-metrics article,
.join-us-page .role-card,
.join-us-page .poster-shell,
.join-us-page .section-panel {
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: var(--ju-surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--ju-shadow-md);
}

.join-us-page .hero-metrics article {
  padding: 20px 22px;
  border-radius: 22px;
}

.join-us-page .hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  color: var(--ju-accent-deep);
}

.join-us-page .roles-section {
  padding: 0 0 36px;
}

.join-us-page .section-heading {
  margin-bottom: 28px;
}

.join-us-page .section-heading h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.join-us-page .section-heading p {
  max-width: 70ch;
  margin: 14px 0 0;
}

.join-us-page .role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.join-us-page .role-card {
  position: relative;
  padding: 28px;
  border-radius: var(--ju-radius-lg);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.join-us-page .role-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, var(--ju-glow), transparent 70%);
  pointer-events: none;
}

.join-us-page .role-card:hover,
.join-us-page .role-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 35, 58, 0.16);
  border-color: rgba(10, 102, 194, 0.2);
}

.join-us-page .role-card h4 {
  margin: 12px 0 8px;
  font-size: 1.42rem;
}

.join-us-page .meta-row,
.join-us-page .detail-meta,
.join-us-page .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.join-us-page .meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--ju-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  color: var(--ju-muted);
  line-height: 1.7;
}

.join-us-page .role-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.join-us-page .role-link,
.join-us-page .back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ju-accent) 0%, var(--ju-accent-deep) 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
  text-decoration: none;
}

.join-us-page .role-link:hover,
.join-us-page .role-link:focus-visible,
.join-us-page .back-link:hover,
.join-us-page .back-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 59, 117, 0.24);
  color: #fff;
}

.join-us-page .detail-section {
  padding: 8px 0 40px;
}

.join-us-page .detail-section.hidden {
  display: none;
}

.join-us-page .poster-shell {
  border-radius: 38px;
  overflow: hidden;
  width: 100%;
}

.join-us-page .detail-header {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  padding: clamp(24px, 5vw, 44px);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(160deg, rgba(10, 102, 194, 0.12), rgba(212, 176, 106, 0.14));
}

.join-us-page .detail-title h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.94;
}

.join-us-page .detail-title p {
  max-width: 50ch;
  margin: 18px 0 0;
  color: var(--ju-muted);
  line-height: 1.75;
}

.join-us-page .detail-side {
  display: grid;
  gap: 16px;
}

.join-us-page .section-panel {
  padding: 20px 22px;
  border-radius: 24px;
}

.join-us-page .section-label {
  display: block;
  margin-bottom: 10px;
  color: var(--ju-accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.join-us-page .section-panel strong {
  display: block;
  font-size: 1.16rem;
}

.join-us-page .poster-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 0 24px 24px;
}

.join-us-page .poster-section {
  min-height: 100%;
  padding: 26px;
  border-radius: 28px;
  background: var(--ju-surface-strong);
  border: 1px solid rgba(14, 35, 58, 0.08);
}

.join-us-page .poster-section h4 {
  margin: 0 0 16px;
  font-size: 1.18rem;
}

.join-us-page .poster-list {
  padding-left: 18px;
  margin: 0;
}

.join-us-page .poster-list li + li {
  margin-top: 10px;
}

.join-us-page .detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.join-us-page .btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ju-accent) 0%, var(--ju-accent-deep) 100%);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.join-us-page .btn-apply:hover,
.join-us-page .btn-apply:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 59, 117, 0.24);
}

.join-us-page .btn-apply-icon {
  width: 18px;
  height: 18px;
}

.join-us-page .secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--ju-line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ju-accent-deep);
  font-weight: 700;
  text-decoration: none;
}

.join-us-page .footer-note {
  margin-top: 10px;
  font-size: 0.95rem;
}

@media (max-width: 920px) {
  .join-us-page .role-grid,
  .join-us-page .detail-header,
  .join-us-page .poster-body,
  .join-us-page .hero-metrics {
    grid-template-columns: 1fr;
  }

  .join-us-page .hero-layout,
  .join-us-page .hero-panel-row {
    grid-template-columns: 1fr;
  }

  .join-us-page .detail-header {
    gap: 20px;
  }

  .join-us-page .hero-copy {
    min-height: auto;
  }

  .join-us-page .hero-content {
    padding-top: 0;
  }

  .join-us-page .hero-copy h2 {
    max-width: 12ch;
    font-size: clamp(3.4rem, 10vw, 5.2rem);
  }

  .join-us-page .hero-text {
    max-width: 100%;
  }

  .join-us-page .hero-panel-large {
    min-height: 220px;
  }

  .join-us-page .hero-orbit-one {
    width: 250px;
    height: 250px;
  }

  .join-us-page .hero-orbit-two {
    width: 180px;
    height: 180px;
  }

  .join-us-page .hero-orbit-three {
    width: 110px;
    height: 110px;
  }

  .join-us-page .hero-shield-frame {
    inset: 12% auto auto 10%;
    width: 236px;
    height: 152px;
  }

  .join-us-page .hero-shield-core {
    width: 180px;
    height: 96px;
  }
}

@media (max-width: 640px) {
  .join-us-page .hero,
  .join-us-page .roles-section,
  .join-us-page .detail-section {
    width: min(100% - 12px, 1600px);
  }

  .join-us-page .topbar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
  }

  .join-us-page .topbar-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .join-us-page .lang-switch {
    justify-content: space-between;
  }

  .join-us-page .hero-copy {
    padding: 26px;
    min-height: auto;
  }

  .join-us-page .hero-copy h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
    line-height: 0.94;
  }

  .join-us-page .hero-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .join-us-page .hero-panel-card,
  .join-us-page .hero-panel-large {
    min-height: auto;
  }

  .join-us-page .hero-visual {
    padding: 22px;
  }

  .join-us-page .hero-shield-frame {
    width: 176px;
    height: 116px;
    border-radius: 28px;
  }

  .join-us-page .hero-shield-core {
    width: 132px;
    height: 74px;
    border-radius: 22px;
  }

  .join-us-page .hero-core-copy strong {
    font-size: 1.28rem;
  }

  .join-us-page .hero-core-copy p {
    max-width: 100%;
  }

  .join-us-page .role-card,
  .join-us-page .poster-section,
  .join-us-page .section-panel {
    padding: 22px;
  }

  .join-us-page .poster-shell {
    border-radius: 28px;
  }

  .join-us-page .poster-body {
    padding: 0 16px 16px;
  }

  .join-us-page .detail-header {
    padding: 20px 16px;
  }
}

/* ========== Apply Modal ========== */
.apply-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
}

.apply-modal {
  position: relative;
  width: min(560px, 92vw);
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}

.apply-modal-header {
  padding: 28px 28px 0;
}

.apply-modal-header h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  color: var(--ju-text);
}

.apply-modal-job {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 14px;
  border-radius: 999px;
  background: rgba(10, 102, 194, 0.08);
  color: var(--ju-accent-deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.apply-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: var(--ju-muted);
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 160ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-modal-close:hover {
  background: rgba(0, 0, 0, 0.12);
}

.apply-modal-form {
  padding: 24px 28px 28px;
}

.apply-modal-form .form-group {
  margin-bottom: 18px;
}

.apply-modal-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ju-text);
}

.apply-modal-form .required {
  color: #d9534f;
}

.apply-modal-form input[type="text"],
.apply-modal-form input[type="email"],
.apply-modal-form input[type="tel"],
.apply-modal-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--ju-line);
  border-radius: 14px;
  font: inherit;
  font-size: 0.95rem;
  color: var(--ju-text);
  background: #fafbfd;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.apply-modal-form input:focus,
.apply-modal-form textarea:focus {
  outline: none;
  border-color: var(--ju-accent);
  box-shadow: 0 0 0 3px rgba(10, 102, 194, 0.12);
}

.apply-modal-form input[type="file"] {
  padding: 8px 0;
  font-size: 0.9rem;
}

.apply-modal-form small {
  display: block;
  margin-top: 4px;
  color: var(--ju-muted);
  font-size: 0.8rem;
}

.apply-modal-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.apply-modal-form .form-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.apply-modal-form .form-actions .apply-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a66c2 0%, #003b75 100%);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.apply-modal-form .form-actions .apply-submit-btn:hover,
.apply-modal-form .form-actions .apply-submit-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 59, 117, 0.24);
}

.apply-modal-form .form-actions .apply-submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.apply-modal-form .form-actions .secondary-link {
  border: 1px solid var(--ju-line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ju-accent-deep);
  font-weight: 700;
  padding: 13px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 160ms ease;
}

.apply-modal-form .form-actions .secondary-link:hover {
  background: rgba(10, 102, 194, 0.08);
}

@media (max-width: 640px) {
  .apply-modal-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* ========== Toast Notification ========== */
.toast-notification {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transform: translateX(120%);
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}

.toast-notification.show {
  transform: translateX(0);
  opacity: 1;
}

.toast-notification.success {
  border-left: 4px solid #10b981;
}

.toast-notification.success .toast-icon {
  color: #10b981;
}

.toast-notification.error {
  border-left: 4px solid #ef4444;
}

.toast-notification.error .toast-icon {
  color: #ef4444;
}

.toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toast-message {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a2e;
}

@media (max-width: 640px) {
  .toast-notification {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 24px;
    transform: translateY(120%);
  }

  .toast-notification.show {
    transform: translateY(0);
  }
}
