* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid #5960e8;
  outline-offset: 3px;
}
a {
  text-decoration: none;
  color: unset;
  display: inline-block;
}
p { color: #ffffffaf; }
body {
  font-family: Montserrat, sans-serif;
  background: #000;
}
main {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
.flex { display: flex; align-items: center; }
.f-clmn { flex-direction: column; }
.sb { justify-content: space-between; }
.jc { justify-content: center; }
.ac { align-items: center; }
li { list-style: none; }
span { display: inline-block; }

/*--------
  BUTTONS
--------*/
.blueBtn {
  box-shadow: inset 2px 2px 10px -4px #fff;
  background-color: #5960e8;
  color: #fff;
}
button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 12px 14px;
  border: unset;
  border-radius: 8px;
  font-size: clamp(14px, 15px, 16px);
  font-family: Montserrat, sans-serif;
  transition: 0.3s ease;
  display: inline-block;
  opacity: 1;
}
button .text,
button .hover-text {
  display: block;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
button .hover-text {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
button:hover .text { transform: translateY(-170%); }
button:hover .hover-text { transform: translateY(-170%); }
button:hover {
  box-shadow: 0px 0px 50px -10px #fff;
  transform: scale(1.05);
}
button:active { transform: scale(0.9); }

/*----------------
  FOR ALL SECTIONS
----------------*/
section {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow-y: hidden;
}
.allh2 {
  font-size: clamp(14px, 14px, 16px);
  font-weight: 500;
  margin-bottom: 35px;
  padding: 8px 12px;
  border: 1px solid #ffffff46;
  border-radius: 8px;
  width: fit-content;
}
.allh1 {
  font-size: clamp(24px, 5vw, 50px);
  line-height: clamp(2rem, 8vw, 5vw);
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.allp {
  margin-bottom: 50px;
  font-size: clamp(16px, 16px, 16px);
  line-height: 1.6rem;
  color: #ffffffaf;
  text-align: center;
}

/*-------
  HEADER
-------*/
header {
  background-color: #000000;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  color: #fff;
  height: 3.5rem;
  z-index: 999;
  user-select: none;
  border-radius: 8px;
  box-shadow:
    1px 1px 50px -20px #f780ff88,
    1px 1px 50px -20px rgba(218, 165, 32, 0.553);
}


.IconCol { display: none; }
.logo {
  font-size: clamp(20px, 3vw, 20px);
  font-weight: 600;
}
.nav { gap: 15px; }
.nav li {
  padding: 10px 15px;
  font-size: 14px;
  transition: 0.3s ease;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.nav li:hover {
  color: #ffffff;
  background-color: #5960e8;
  box-shadow: 0px 0px 50px -10px #fff, inset 2px 2px 10px -4px #fff;
}
.nav li:active { transform: scale(0.9); }
.ri-menu-4-line,
.ri-close-large-fill {
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.navRow {
  display: none;
  line-height: clamp(3rem, 5vw, 5rem);
  margin-top: 1rem;
  text-align: center;
  border-top: 0.1px solid #ffffffaf;
  padding: 20px 0px;
}
header.add {
  padding: 15px 0px;
  height: fit-content;
}
header.add .navRow { display: flex !important; }
.navCol h2 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
}

/*-----------------------
  SECTION 1 - HERO
-----------------------*/
.careersHeroSec {
  min-height: 0vh;
  padding-top: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #000000;
  flex-direction: column;
}
.careers-hero-content {
  position: relative;
  gap: 20px;
}
.careers-hero-content h1 {
  font-size: clamp(35px, 5vw, 70px);
  line-height: clamp(2.6rem, 8vw, 7vw);
  font-weight: 600;
}
.careers-hero-content h2 { margin: 0; }
.careers-hero-content .p2 {
  color: #ffffffaf;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7rem;
  text-align: center;
}

/*------------------------------
  SECTION 2 - HIRING STATUS
------------------------------*/
.hiringStatusSec {
  height: fit-content;
  padding: 50px 0px;
  display: block;
  background: linear-gradient(180deg, #000, #0a0015 50%, #000);
}
.status-banner {
  gap: 20px;
  text-align: center;
  padding: 50px 40px;
  border: 1px solid #ffffff18;
  border-radius: 12px;
  max-width: 700px;
  margin: auto;
  background: linear-gradient(135deg, #000, #5960e80d 40% 60%, #000);
  position: relative;
  overflow: hidden;
}
.status-banner::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #5960e820 0%, transparent 70%);
  pointer-events: none;
}
.status-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff20;
  background: #5960e815;
}
.status-icon i {
  font-size: 26px;
  color: #9da3ff;
}
.status-banner h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #fff;
}
.status-banner p {
  font-size: 15px;
  line-height: 1.7rem;
  color: #ffffffaf;
  max-width: 520px;
}
.status-social {
  gap: 16px;
  margin-top: 8px;
}
.status-social a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border: 1px solid #ffffff28;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffffaf;
  transition: 0.25s ease;
}
.status-social a:hover {
  background: #5960e820;
  border-color: #5960e855;
  color: #fff;
}
.status-social a i { font-size: 16px; }

/*--------------------------
  SECTION 3 - OPENINGS
--------------------------*/
.openingsSec {
  height: fit-content;
  padding: 50px 0px 70px;
  display: block;
}
.openings-header {
  margin-bottom: 10px;
}

/* JOBS LIST */
.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 860px;
  margin: auto;
}

/* JOB CARD */
.job-card {
  border: 1px solid #ffffff18;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #050505, #0d0d12);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.job-card.expired {
  opacity: 0.75;
}
.job-card.expired:hover {
  opacity: 0.9;
  border-color: #ffffff28;
  box-shadow: 0 0 30px -10px #5960e840;
}

/* SUMMARY / HEADER */
details summary {
  list-style: none;
  cursor: pointer;
}
details summary::-webkit-details-marker { display: none; }

.job-header {
  padding: 20px 22px;
  gap: 16px;
}
.job-left {
  gap: 16px;
}
.job-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #ffffff18;
  background: #5960e815;
  flex-shrink: 0;
}
.job-icon i {
  font-size: 22px;
  color: #9da3ff;
}
.job-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.job-title-wrap h3 {
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 600;
  color: #fff;
}
.job-tags {
  gap: 8px;
  flex-wrap: wrap;
}
.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  background: #ffffff0d;
  border: 1px solid #ffffff18;
  color: #ffffffaf;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.expired-tag {
  background: #ff444415;
  border-color: #ff444435;
  color: #ff7070;
  display: flex;
  align-items: center;
  gap: 4px;
}
.expired-tag i { font-size: 11px; }

.job-right {
  gap: 14px;
  flex-shrink: 0;
}
.stipend {
  font-size: 13px;
  color: #ffffff55;
  font-weight: 500;
}
.chevron {
  font-size: 22px;
  color: #ffffff55;
  transition: transform 0.3s ease;
}
details[open] .chevron {
  transform: rotate(180deg);
}

/* JOB BODY (expanded) */
.job-body {
  border-top: 1px solid #ffffff12;
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-section h4 {
  font-size: 14px;
  font-weight: 600;
  color: #9da3ff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.job-section h4 i { font-size: 15px; }
.job-section p {
  font-size: 14px;
  line-height: 1.7rem;
  color: #ffffffaf;
}
.job-section ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 4px;
}
.job-section ul li {
  font-size: 14px;
  color: #ffffffaf;
  line-height: 1.6rem;
  padding-left: 18px;
  position: relative;
}
.job-section ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #5960e8;
  font-size: 13px;
}

/* JOB FOOTER */
.job-footer {
  border-top: 1px solid #ffffff10;
  padding-top: 16px;
  margin-top: 4px;
}
.expired-notice {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #ff7070aa;
  font-weight: 500;
}
.expired-notice i { font-size: 15px; }

/*---------------------
  SECTION 4 - PROMO
---------------------*/
.promoSec {
  height: fit-content;
  padding: 50px 0px;
  text-align: center;
  display: block;
}
.promotion {
  padding: 70px 50px;
  border-radius: 8px;
  width: fit-content;
  margin: auto;
  background: linear-gradient(130deg, #9976ff, #ffffff14 20% 80%, #9976ff);
}
.promotion .allh1 {
  font-size: clamp(30px, 5vw, 50px);
  line-height: clamp(2rem, 8vw, 5vw);
}
.promotion button { margin-top: 30px; }

/*-------
  FOOTER
-------*/
footer { padding-top: 50px; user-select: none; }
.footer-top {
  padding: 40px 0px;
  align-items: flex-start;
  gap: 40px;
}
.footer-brand {
  gap: 20px;
  align-items: flex-start;
  max-width: 340px;
}
.footer-brand img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 8px;
}
.footer-brand .logo {
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.6rem;
  color: #ffffffaf;
}
.footer-social {
  gap: 16px;
  margin-top: 5px;
}
.footer-social a {
  font-size: 20px;
  color: #ffffffaf;
  transition: color 0.25s ease;
}
.footer-social a:hover { color: #fff; }
.footer-links-group {
  gap: 50px;
  align-items: flex-start;
}
.footer-col {
  gap: 14px;
  align-items: flex-start;
}
.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-col a {
  font-size: 14px;
  color: #ffffffaf;
  transition: color 0.2s ease;
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  padding: 15px 0px;
  border-top: 1px solid #ffffff20;
  margin-top: 10px;
}
.footer-bottom p {
  font-size: 13px;
  color: #ffffff55;
}
.footer-bottom a {
  font-size: 13px;
  color: #cacdff;
  text-decoration: underline;
}

/*-----------
  RESPONSIVE
-----------*/
@media (max-width: 768px) {
  .IconCol { display: block; }
  .ri-menu-4-line { display: block; }
  .nav { display: none; }

  .status-banner { padding: 35px 22px; }
  .status-social { flex-direction: column; gap: 10px; }

  .job-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .job-right { width: 100%; justify-content: space-between; }

  .footer-top { flex-direction: column; }
  .footer-brand { max-width: 100%; }
  .footer-links-group { gap: 28px; flex-wrap: wrap; }

  .promotion { padding: 40px 22px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .IconCol { display: block; }
  .ri-menu-4-line { display: block; }
  .nav { display: none; }

  .footer-top { flex-direction: column; }
  .footer-brand { max-width: 100%; }
  .footer-links-group { gap: 30px; flex-wrap: wrap; }
}