:root {
  --bg: #060a16;
  --panel: rgba(15, 22, 42, 0.72);
  --text: #e7ecff;
  --muted: #98a4cc;
  --line: rgba(151, 169, 232, 0.2);
  --brand: #62d2ff;
  --brand-2: #75ffcb;
  --shadow: 0 18px 50px rgba(2, 6, 16, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, #143357 0%, transparent 35%),
    radial-gradient(circle at 90% 20%, #123d33 0%, transparent 40%),
    linear-gradient(160deg, #050814 0%, #0a1226 45%, #070d18 100%);
  min-height: 100vh;
  line-height: 1.65;
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.22;
  z-index: -1;
  animation: drift 18s ease-in-out infinite alternate;
}

.orb-1 {
  background: #1ec0ff;
  top: -8rem;
  left: -10rem;
}

.orb-2 {
  background: #34e6a5;
  bottom: -12rem;
  right: -6rem;
  animation-duration: 24s;
}

@keyframes drift {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(35px) scale(1.08);
  }
}

.site-header {
  width: min(1120px, 92vw);
  margin: 1.2rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(7, 12, 24, 0.6);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0.8rem;
  z-index: 20;
}

.brand {
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  color: var(--text);
  letter-spacing: 0.03em;
  font-weight: 700;
}

nav {
  display: flex;
  gap: 1rem;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

nav a:hover,
nav a:focus-visible {
  color: var(--text);
}

main {
  width: min(1120px, 92vw);
  margin: 2.2rem auto 4rem;
}

.hero {
  margin: 3.2rem 0 2.2rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--brand-2);
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
}

h1 {
  margin-top: 0.55rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.12;
  max-width: 16ch;
}

h1 span {
  color: var(--brand);
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 62ch;
  margin-top: 1.1rem;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  padding: 0.72rem 1.1rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #02152a;
  background: linear-gradient(110deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 26px rgba(54, 210, 255, 0.24);
}

.btn-ghost {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(13, 20, 37, 0.5);
}

.btn-services {
  color: #dff5ff;
  border: 1px solid rgba(130, 205, 255, 0.5);
  background:
    radial-gradient(circle at 0% 50%, rgba(117, 255, 203, 0.16), transparent 45%),
    linear-gradient(120deg, rgba(15, 42, 78, 0.92), rgba(15, 71, 81, 0.78));
  box-shadow: 0 10px 22px rgba(10, 31, 56, 0.35);
}

.btn-services:hover,
.btn-services:focus-visible {
  box-shadow: 0 14px 28px rgba(13, 40, 66, 0.46);
}

.quick-facts {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.quick-facts li {
  border: 1px solid var(--line);
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  color: #bfd2ff;
  font-size: 0.86rem;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  margin-top: 1.25rem;
  padding: clamp(1.1rem, 2.6vw, 2rem);
}

.panel p {
  color: var(--muted);
  margin: 0.85rem 0 0;
}

.panel a {
  color: #b7e6ff;
}

.panel a:hover,
.panel a:focus-visible {
  color: #e4f6ff;
}

.employer-card {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(130, 170, 255, 0.32);
  background:
    radial-gradient(circle at 0% 0%, rgba(98, 210, 255, 0.1), transparent 45%),
    linear-gradient(150deg, rgba(8, 16, 33, 0.9), rgba(10, 19, 39, 0.72));
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 1rem;
  align-items: center;
}

.employer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(150, 172, 230, 0.3);
  border-radius: 12px;
  padding: 0.85rem;
  background: #f6fbff;
  min-height: 120px;
}

.employer-logo img {
  width: min(100%, 220px);
  height: auto;
  display: block;
  object-fit: contain;
}

.employer-copy p {
  margin: 0.35rem 0;
}

.employer-logo.logo-missing {
  border-style: dashed;
}

.grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(8, 14, 28, 0.62);
}

.card p {
  margin-top: 0.45rem;
}

.cards .card {
  min-height: 170px;
}

.tags {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.tags span {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.6rem;
  background: rgba(5, 10, 20, 0.5);
  color: #cdd8ff;
  font-weight: 600;
}

.contact {
  text-align: center;
}

.contact .btn {
  margin-top: 1rem;
}

.contact .email-btn {
  color: #061427;
  background: linear-gradient(110deg, #7be0ff, #78ffc9);
  border: 1px solid rgba(150, 241, 255, 0.65);
  box-shadow:
    0 12px 26px rgba(62, 216, 255, 0.3),
    0 0 0 1px rgba(124, 235, 255, 0.18) inset;
}

.contact .email-btn:hover,
.contact .email-btn:focus-visible {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 16px 32px rgba(65, 223, 255, 0.38),
    0 0 0 1px rgba(151, 248, 255, 0.24) inset;
}

.contact .btn-linkedin {
  color: #dff1ff;
  border: 1px solid rgba(124, 180, 255, 0.45);
  background:
    radial-gradient(circle at 85% 20%, rgba(109, 185, 255, 0.2), transparent 42%),
    linear-gradient(120deg, rgba(16, 34, 69, 0.96), rgba(13, 58, 107, 0.82));
  box-shadow: 0 10px 22px rgba(6, 22, 48, 0.36);
}

.contact .btn-linkedin:hover,
.contact .btn-linkedin:focus-visible {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 15px 30px rgba(8, 31, 70, 0.45);
}

.site-footer {
  width: min(1120px, 92vw);
  margin: 0 auto 2rem;
  text-align: center;
  color: #8f9cc2;
  font-size: 0.92rem;
}

.proxmox-note {
  margin-top: 0.9rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(116, 216, 255, 0.35);
  background: linear-gradient(130deg, rgba(31, 74, 112, 0.4), rgba(13, 46, 56, 0.3));
  color: #c8ddff;
}

.hosted-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.service-node {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(125, 164, 255, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(117, 255, 203, 0.12), transparent 36%),
    linear-gradient(160deg, rgba(7, 15, 31, 0.86), rgba(10, 20, 41, 0.78));
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(2, 8, 22, 0.35);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-node::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  opacity: 0.7;
}

.service-node:hover,
.service-node:focus-within {
  transform: translateY(-4px);
  border-color: rgba(115, 210, 255, 0.55);
  box-shadow: 0 16px 34px rgba(4, 11, 28, 0.5);
}

.service-node h3 {
  font-size: 1.02rem;
}

.service-node p {
  margin-top: 0.48rem;
  font-size: 0.94rem;
  color: #afbee7;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 760px) {
  .site-header {
    flex-direction: column;
    gap: 0.65rem;
    align-items: flex-start;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero {
    margin-top: 2.2rem;
  }

  .cards .card {
    min-height: auto;
  }

  .employer-card {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }

  .bg-orb,
  .reveal {
    animation: none !important;
    transition: none !important;
  }
}
