:root {
  --bg: #071016;
  --bg-deep: #03080d;
  --panel: rgba(12, 24, 33, 0.86);
  --panel-strong: rgba(16, 31, 43, 0.94);
  --text: #eef7ff;
  --muted: #9fb3c7;
  --line: rgba(142, 183, 214, 0.18);
  --line-strong: rgba(142, 183, 214, 0.32);
  --green: #1ee38f;
  --blue: #7cc4ff;
  --red: #f13a42;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 4%, rgba(30, 227, 143, 0.15), transparent 31rem),
    radial-gradient(circle at 8% 18%, rgba(124, 196, 255, 0.2), transparent 28rem),
    linear-gradient(180deg, rgba(7, 16, 22, 0.84), rgba(3, 8, 13, 0.98)),
    url("/IMAGES/bgi.png");
  background-color: var(--bg-deep);
  background-size: auto, auto, auto, 420px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 72%);
  pointer-events: none;
}

a {
  color: #7cc4ff;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #b9e2ff;
  text-decoration: underline;
}

main {
  width: min(980px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 26px 0 60px;
}

.hero,
.section {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--panel-strong), rgba(8, 18, 26, 0.88));
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  margin-bottom: 14px;
  border-color: rgba(142, 183, 214, 0.24);
  background:
    linear-gradient(135deg, rgba(17, 36, 49, 0.95), rgba(7, 16, 22, 0.9) 58%, rgba(9, 29, 28, 0.88)),
    linear-gradient(90deg, rgba(124, 196, 255, 0.1), transparent 46%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background:
    linear-gradient(90deg, var(--red), var(--blue) 38%, var(--green) 72%, transparent);
  opacity: 0.9;
  pointer-events: none;
}

.section {
  padding: clamp(21px, 3.3vw, 30px);
  margin-top: 14px;
}

.eyebrow {
  margin: 0 0 11px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  letter-spacing: 0;
}

h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  font-size: clamp(30px, 4.4vw, 48px);
  line-height: 1.08;
  font-weight: 950;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.12;
  font-weight: 930;
}

h3 {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 930;
}

p {
  margin: 0;
}

.lead {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin-top: 14px;
  color: #c6d7e7;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.45;
  font-weight: 720;
}

.status-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 830;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(124, 196, 255, 0.4);
  border-radius: 999px;
  background: rgba(124, 196, 255, 0.13);
  color: #d8efff;
  box-shadow: 0 0 28px rgba(124, 196, 255, 0.14);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.feature-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(142, 183, 214, 0.2);
  border-radius: 8px;
  background: rgba(5, 12, 18, 0.42);
}

.section > p,
.feature-card p {
  color: #cad8e5;
  font-weight: 720;
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
  color: #cad8e5;
  font-weight: 720;
}

.contact-section {
  border-color: rgba(124, 196, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(19, 42, 53, 0.9), rgba(7, 16, 22, 0.88)),
    rgba(5, 12, 18, 0.78);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(124, 196, 255, 0.3);
  border-radius: 999px;
  background: rgba(124, 196, 255, 0.1);
  color: #d9efff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.contact-actions a:hover,
.contact-actions a:focus-visible {
  border-color: rgba(124, 196, 255, 0.54);
  background: rgba(124, 196, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
}

.contact-actions .apply-link {
  border-color: rgba(241, 58, 66, 0.36);
  background: rgba(241, 58, 66, 0.11);
  color: #ffd6d8;
}

.site-footer {
  width: min(980px, calc(100vw - 32px));
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: -32px auto 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
}

.site-footer a {
  color: var(--muted);
}

.site-footer a.footer-apply {
  color: #ff6b72;
}

.site-footer a.footer-apply:hover,
.site-footer a.footer-apply:focus-visible {
  color: #ff9da3;
}

@media (max-width: 700px) {
  main {
    width: min(100vw - 20px, 980px);
    padding-top: 16px;
  }

  .hero,
  .section {
    border-radius: 12px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
