@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/orbitron-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/orbitron-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/orbitron-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/quicksand-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/quicksand-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/quicksand-latin.woff2') format('woff2');
}

body {
  margin: 0;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  background: #121826;
}

#no-js-fallback {
  display: block;
}

html.js-enabled #no-js-fallback {
  display: none;
}

.no-js {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 20%, rgba(120, 168, 255, 0.18), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(255, 190, 140, 0.16), transparent 50%),
    linear-gradient(160deg, #111726 0%, #162033 55%, #0f1524 100%);
}

.no-js-hero {
  position: relative;
  display: flex;
  align-items: center;
}

.no-js-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/images/professional-life/portrait.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.06;
}

.no-js-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 12%, rgba(120, 168, 255, 0.35), transparent 60%),
    radial-gradient(circle at 78% 34%, rgba(210, 190, 180, 0.32), transparent 62%),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16), transparent 60%);
  opacity: 0.68;
}

.no-js-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.no-js-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 18px;
}

.no-js-header-brand {
  font-family: 'Orbitron', 'Segoe UI', sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d9e6ff;
  font-size: 0.85rem;
}

.no-js-nav {
  display: flex;
  gap: 18px;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.65);
  font-family: 'Orbitron', 'Segoe UI', sans-serif;
}

.no-js-nav a {
  color: inherit;
  text-decoration: none;
}

.no-js-title {
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f7fbff;
  margin-bottom: 20px;
  font-family: 'Orbitron', 'Segoe UI', sans-serif;
  text-align: center;
}

.no-js-roles {
  display: grid;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(247, 251, 255, 0.75);
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: center;
  font-family: 'Orbitron', 'Segoe UI', sans-serif;
}

.no-js-subheadline {
  color: rgba(247, 251, 255, 0.92);
  font-size: 1rem;
  margin-bottom: 10px;
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.no-js-cred {
  color: rgba(247, 251, 255, 0.7);
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.92rem;
}

.no-js-alert {
  margin: 18px auto 0;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(120, 168, 255, 0.28);
  background:
    radial-gradient(circle at 20% 20%, rgba(120, 168, 255, 0.18), transparent 60%),
    rgba(32, 40, 54, 0.65);
  box-shadow: 0 0 12px rgba(120, 168, 255, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  max-width: 720px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.no-js-alert::after {
  content: '';
  position: absolute;
  inset: -60%;
  background:
    linear-gradient(45deg, transparent 0%, rgba(120, 168, 255, 0.22) 46%, rgba(120, 168, 255, 0.06) 54%, transparent 100%);
  opacity: 0.08;
  transform: translate(-60%, 60%) rotate(6deg);
  transition: opacity 420ms ease, transform 900ms ease;
  pointer-events: none;
}

.no-js-alert:hover {
  transform: translateY(-4px);
  border-color: rgba(120, 168, 255, 0.6);
  box-shadow: 0 18px 34px rgba(10, 12, 18, 0.22);
}

.no-js-alert:hover::after {
  opacity: 0.55;
  transform: translate(70%, -70%) rotate(6deg);
}

.no-js-alert-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 2.5em 0;
}

.no-js-alert h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #7eb2ff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.no-js-alert p {
  margin: 0 0 12px;
  color: rgba(247, 251, 255, 0.75);
}

.no-js-reload {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(120, 168, 255, 0.6);
  color: #f7fbff;
  background: rgba(120, 168, 255, 0.18);
  text-decoration: none;
  font-size: 0.9rem;
  justify-content: center;
  min-width: 140px;
  margin: 6px auto 0;
  display: inline-flex;
}

.no-js-reload::before,
.no-js-reload::after {
  content: none !important;
  display: none !important;
}

.no-js-reload span {
  display: inline-block;
  white-space: nowrap;
}

.no-js-proof {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgba(247, 251, 255, 0.7);
  font-size: 0.86rem;
  text-align: center;
  align-items: center;
}

.no-js-proof strong {
  color: #7eb2ff;
}

.no-js-proof-last {
  margin-bottom: 2.5em;
}

.no-js-footer {
  padding: 32px 0 48px;
  background: linear-gradient(160deg, rgba(17, 23, 38, 0.6) 0%, rgba(22, 32, 51, 0.6) 55%, rgba(15, 21, 36, 0.6) 100%);
}

.no-js-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.no-js-footer h4 {
  margin: 0 0 12px;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.75);
}

.no-js-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  color: rgba(247, 251, 255, 0.6);
  font-size: 0.85rem;
}

.no-js-footer a {
  color: inherit;
  text-decoration: none;
}
