:root {
  --navy: #07162d;
  --navy-2: #0b2448;
  --blue: #155ca8;
  --blue-light: #4aa3ff;
  --text: #ffffff;
  --muted: #c7d4e6;
  --glass: rgba(255, 255, 255, 0.10);
  --line: rgba(255, 255, 255, 0.18);
  --shadow: rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(58, 120, 199, 0.25), transparent 35%),
    radial-gradient(circle at bottom right, rgba(22, 58, 102, 0.28), transparent 38%),
    linear-gradient(135deg, #0B1B34 0%, #10284D 50%, #163A66 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 18%, rgba(255, 255, 255, 0.045) 18.2% 18.8%, transparent 19%),
    linear-gradient(55deg, transparent 0 66%, rgba(255, 255, 255, 0.04) 66.2% 66.9%, transparent 67.1%);
  pointer-events: none;
}

#particleCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.58;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 28px;
}

.maintenance-card {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
  box-shadow: 0 28px 80px var(--shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.maintenance-card::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(74, 163, 255, 0.25), transparent 64%);
  pointer-events: none;
}

.brand-block {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    linear-gradient(45deg, rgba(21, 92, 168, 0.28), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.brand-block::before,
.brand-block::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: rotate(45deg);
}

.brand-block::before {
  width: 130px;
  height: 130px;
  top: 44px;
  right: 42px;
}

.brand-block::after {
  width: 82px;
  height: 82px;
  bottom: 50px;
  left: 44px;
}

.logo-frame {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 250px;
  height: 250px;
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 48px rgba(74, 163, 255, 0.32);
}

.brand-logo {
  width: 100%;
  height: auto;
  display: block;
}

.eyebrow {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

.content-block {
  position: relative;
  z-index: 1;
  padding: 18px 10px 0;
  align-self: center;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: #eaf4ff;
  background: rgba(74, 163, 255, 0.14);
  border: 1px solid rgba(74, 163, 255, 0.32);
  font-size: 14px;
  font-weight: 700;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue-light);
  box-shadow: 0 0 0 0 rgba(74, 163, 255, 0.72);
  animation: pulse 1.8s infinite;
}

h1 {
  max-width: 650px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
}

.lead-text {
  max-width: 640px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
  color: #edf6ff;
  margin-bottom: 18px;
}

.support-text {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

.progress-wrap {
  margin-top: 30px;
  max-width: 590px;
}

.progress-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  color: #dbeaff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.progress-bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.progress-bar span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f549e, #4aa3ff, #91c9ff);
  box-shadow: 0 0 24px rgba(74, 163, 255, 0.45);
  animation: glow 2.5s ease-in-out infinite alternate;
}

.contact-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}

.contact-item {
  display: flex;
  gap: 14px;
  min-height: 112px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.075);
  text-decoration: none;
  color: var(--text);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.contact-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(74, 163, 255, 0.45);
}

.contact-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(74, 163, 255, 0.16);
  color: #cfe8ff;
  font-size: 18px;
  font-weight: 800;
}

.linkedin-icon {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: -0.06em;
}

.contact-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.contact-item small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  font-size: 13px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer span:not(:last-child)::after {
  content: "•";
  margin-left: 18px;
  color: rgba(74, 163, 255, 0.85);
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 13px rgba(74, 163, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 163, 255, 0); }
}

@keyframes glow {
  from { filter: saturate(1); }
  to { filter: saturate(1.35) brightness(1.12); }
}

@media (max-width: 960px) {
  .maintenance-card {
    grid-template-columns: 1fr;
  }

  .brand-block {
    min-height: 330px;
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .page-shell {
    padding: 22px 14px;
    justify-content: flex-start;
  }

  .maintenance-card {
    padding: 18px;
    border-radius: 24px;
    gap: 20px;
  }

  .brand-block {
    min-height: 260px;
    padding: 22px;
  }

  .logo-frame {
    width: 185px;
    height: 185px;
    border-radius: 24px;
  }

  .content-block {
    padding: 0;
  }

  h1 {
    font-size: 42px;
  }

  .lead-text {
    font-size: 17px;
  }

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

  .contact-item {
    min-height: auto;
  }

  .site-footer span:not(:last-child)::after {
    display: none;
  }
}
