:root {
  --primary: #8505b5;
  --primary-dark: #620184;
  --secondary: #805ad5;
  --accent: #b794f4;
  --mint: #10b981;
  --ink: #191224;
  --text: #2d3748;
  --muted: #596475;
  --paper: #ffffff;
  --background: #f7fafc;
  --line: rgba(133, 5, 181, 0.14);
  --line-strong: rgba(133, 5, 181, 0.28);
  --soft: rgba(133, 5, 181, 0.08);
  --soft-2: rgba(128, 90, 213, 0.12);
  --mint-soft: rgba(16, 185, 129, 0.13);
  --shadow: 0 24px 64px rgba(50, 10, 72, 0.12), 0 8px 24px rgba(25, 18, 36, 0.06);
  --shadow-strong: 0 42px 110px rgba(78, 17, 116, 0.22), 0 14px 44px rgba(25, 18, 36, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: "Segoe UI", Inter, Roboto, Arial, sans-serif;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(133, 5, 181, 0.12);
  backdrop-filter: blur(22px);
}

.header-inner,
.footer-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 152px;
  height: auto;
  display: block;
  animation: homeLogoIn 720ms ease-out backwards;
  transition: transform 220ms ease, filter 220ms ease;
}

.brand:hover img {
  filter: drop-shadow(0 12px 22px rgba(133, 5, 181, 0.15));
  transform: translateY(-1px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav a {
  color: #20192c;
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.nav a:hover,
.nav a:first-child {
  color: var(--primary);
}

.header-action,
.primary-action,
.secondary-action,
.contact-form button {
  min-height: 46px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.header-action,
.primary-action,
.contact-form button {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--primary), #9911ce);
  box-shadow: 0 18px 38px rgba(133, 5, 181, 0.25);
  transition: box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.header-action:hover,
.primary-action:hover,
.contact-form button:hover {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  box-shadow: 0 22px 46px rgba(133, 5, 181, 0.31);
  transform: translateY(-2px);
}

.secondary-action {
  color: var(--primary);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.secondary-action:hover {
  background: var(--soft);
  border-color: rgba(133, 5, 181, 0.42);
  box-shadow: 0 14px 30px rgba(133, 5, 181, 0.12);
  transform: translateY(-2px);
}

.short-label {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(246, 240, 255, 0.78) 100%);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
  padding: 42px 0 28px;
}

.hero-copy {
  min-width: 0;
  position: relative;
  z-index: 2;
  animation: homeTextIn 760ms ease-out backwards;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
.platform-heading h2,
.workflow-copy h2,
.governance-copy h2,
.contact-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: #130a1d;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  font-size: clamp(46px, 5.3vw, 78px);
  line-height: 0.98;
  font-weight: 700;
}

.hero-copy p {
  max-width: 560px;
  margin-top: 30px;
  color: #3f4958;
  font-size: 18px;
  line-height: 1.72;
  animation: homeTextIn 760ms ease-out 110ms backwards;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  animation: homeTextIn 760ms ease-out 190ms backwards;
}

.command-stage {
  position: relative;
  min-height: 540px;
  isolation: isolate;
  animation: homeStageIn 860ms ease-out 140ms backwards;
}

.stage-floor {
  position: absolute;
  left: 8%;
  right: 2%;
  bottom: 12px;
  height: 210px;
  border: 1px solid rgba(183, 148, 244, 0.55);
  background:
    linear-gradient(135deg, rgba(133, 5, 181, 0.08), rgba(128, 90, 213, 0.22)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(133, 5, 181, 0.12));
  box-shadow: 0 42px 80px rgba(133, 5, 181, 0.18);
  transform: perspective(900px) rotateX(63deg) skewX(-10deg);
  transform-origin: bottom center;
  z-index: 0;
}

.workspace-shell {
  position: absolute;
  left: 13%;
  top: 52px;
  width: 73%;
  min-height: 410px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  border: 1px solid rgba(133, 5, 181, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
  transform: perspective(900px) rotateY(-6deg) rotateX(1deg);
  z-index: 2;
  overflow: hidden;
}

.workspace-rail {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  padding: 18px 10px;
  background: linear-gradient(180deg, #2b0c45, #170a25);
}

.workspace-rail img {
  width: 48px;
  height: auto;
  display: block;
  margin-bottom: 12px;
  filter: brightness(1.2);
}

.workspace-rail span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 900;
}

.workspace-rail .rail-active {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.workspace-main {
  min-width: 0;
  padding: 22px;
}

.workspace-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.workspace-top b {
  color: #160c20;
  font-size: 18px;
  font-weight: 900;
}

.workspace-top span {
  min-width: 220px;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: rgba(89, 100, 117, 0.76);
  background: rgba(255, 255, 255, 0.74);
  font-size: 11px;
}

.pipeline-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pipeline-board article {
  min-width: 0;
  min-height: 235px;
  padding: 14px;
  border: 1px solid rgba(133, 5, 181, 0.16);
  border-radius: 8px;
  background: rgba(248, 246, 255, 0.82);
}

.pipeline-board h3 {
  color: #261533;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}

.mini-card {
  min-height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid rgba(133, 5, 181, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
  color: #4a5362;
  font-size: 11px;
  font-weight: 760;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.mini-card.strong {
  color: var(--primary);
  background: rgba(133, 5, 181, 0.08);
}

.pipeline-board article:hover .mini-card {
  border-color: rgba(133, 5, 181, 0.22);
  box-shadow: 0 8px 18px rgba(133, 5, 181, 0.08);
  transform: translateY(-1px);
}

.floating-panel {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(133, 5, 181, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: homePanelFloat 5.4s ease-in-out infinite;
}

.floating-panel b {
  display: block;
  color: #1c1028;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
}

.floating-panel span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3e4856;
  font-size: 12px;
  font-weight: 760;
  margin-top: 9px;
}

.floating-panel i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
}

.approvals-panel {
  left: 2%;
  bottom: 145px;
  width: 230px;
  padding: 18px;
}

.governance-panel {
  right: 3%;
  bottom: 78px;
  width: 230px;
  padding: 18px;
}

.report-panel {
  right: 4%;
  top: 28px;
  width: 205px;
  padding: 16px;
}

.report-line {
  height: 72px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(133, 5, 181, 0.18), rgba(133, 5, 181, 0.02)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(128, 90, 213, 0.18) 18px 19px);
  animation: homeReportGlow 3s ease-in-out infinite;
}

.report-line::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 18px;
  height: 28px;
  border-top: 3px solid var(--primary);
  border-radius: 46%;
  transform: skewX(-12deg);
}

@media (min-width: 821px) {
  .stage-floor {
    animation: homeFloorGlow 5.6s ease-in-out infinite;
  }

  .workspace-shell {
    animation: homeWorkspaceFloat 6.2s ease-in-out infinite;
  }

  .approvals-panel {
    animation-delay: 200ms;
  }

  .governance-panel {
    animation-delay: 620ms;
  }

  .report-panel {
    animation-delay: 420ms;
  }
}

.platform-section,
.governance-section,
.portal-section {
  background: #fff;
}

.platform-section {
  padding: 72px 0 82px;
  border-bottom: 1px solid var(--line);
}

.platform-heading {
  text-align: center;
  margin-bottom: 34px;
}

.platform-heading h2,
.workflow-copy h2,
.governance-copy h2,
.contact-copy h2 {
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
  font-weight: 700;
}

.platform-heading h2 {
  color: #15091e;
}

.platform-heading p,
.governance-copy p,
.contact-copy p {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.platform-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border: 1px solid rgba(133, 5, 181, 0.14);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 18, 36, 0.04);
  overflow: hidden;
}

.platform-rail article {
  min-height: 190px;
  padding: 24px 18px;
  border-right: 1px solid rgba(133, 5, 181, 0.12);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.platform-rail article:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(133, 5, 181, 0.045));
  box-shadow: inset 0 3px 0 var(--primary);
  transform: translateY(-4px);
}

.platform-rail article:last-child {
  border-right: 0;
}

.platform-rail span,
.portal-row span {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
}

.platform-rail h3,
.portal-row h3 {
  margin-top: 24px;
  color: #24172e;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.platform-rail p,
.portal-row p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.workflow-section {
  padding: 86px 0;
  color: #fff;
  background:
    linear-gradient(135deg, #090319 0%, #120425 56%, #270541 100%);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.55fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.workflow-copy h2 {
  color: #fff;
}

.workflow-copy p {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.workflow-copy ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.workflow-copy li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
}

.workflow-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--accent);
  border-radius: 50%;
}

.workflow-map {
  position: relative;
  min-height: 420px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, 118px);
  gap: 26px;
}

.workflow-map::before {
  content: "";
  position: absolute;
  inset: 56px 40px;
  border: 1px dashed rgba(183, 148, 244, 0.36);
  border-radius: 10px;
}

.step {
  position: relative;
  z-index: 1;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(183, 148, 244, 0.42);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
  animation: homeStepIn 700ms ease-out backwards;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.step:hover {
  border-color: rgba(183, 148, 244, 0.72);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.24), 0 0 28px rgba(183, 148, 244, 0.12);
  transform: translateY(-4px);
}

.step span {
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
}

.step b {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.step-2 {
  animation-delay: 50ms;
}

.step-3 {
  animation-delay: 100ms;
}

.step-4 {
  animation-delay: 150ms;
}

.step-5 {
  grid-column: 4;
  grid-row: 2;
  animation-delay: 200ms;
}

.step-6 {
  grid-column: 3;
  grid-row: 3;
  animation-delay: 250ms;
}

.step-7 {
  grid-column: 2;
  grid-row: 3;
  animation-delay: 300ms;
}

.step-8 {
  grid-column: 1;
  grid-row: 3;
  animation-delay: 350ms;
}

.step-9 {
  grid-column: 1;
  grid-row: 2;
  border-color: rgba(16, 185, 129, 0.68);
  box-shadow: 0 0 34px rgba(16, 185, 129, 0.18);
  animation: homeStepIn 700ms ease-out 320ms backwards, homeSuccessGlow 3.2s ease-in-out infinite;
}

.governance-section {
  padding: 84px 0;
  border-bottom: 1px solid var(--line);
}

.governance-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.45fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.governance-copy p {
  margin-left: 0;
}

.governance-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(133, 5, 181, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 18, 36, 0.04);
}

.governance-matrix article {
  min-height: 245px;
  padding: 28px 22px;
  border-right: 1px solid rgba(133, 5, 181, 0.12);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.governance-matrix article:hover {
  background: linear-gradient(180deg, #fff, rgba(133, 5, 181, 0.04));
  box-shadow: inset 0 3px 0 var(--primary);
  transform: translateY(-4px);
}

.governance-matrix article:last-child {
  border-right: 0;
}

.governance-matrix h3 {
  color: #21152b;
  font-size: 17px;
  font-weight: 900;
}

.governance-matrix p {
  margin-top: 18px;
  padding-left: 18px;
  border-left: 3px solid var(--soft-2);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.portal-section {
  padding: 46px 0;
}

.portal-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(133, 5, 181, 0.12);
  border-bottom: 1px solid rgba(133, 5, 181, 0.12);
}

.portal-row article {
  min-height: 145px;
  padding: 28px 34px;
  border-right: 1px solid rgba(133, 5, 181, 0.12);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.portal-row article:hover {
  background: rgba(133, 5, 181, 0.045);
  box-shadow: inset 0 3px 0 var(--primary);
  transform: translateY(-3px);
}

.portal-row article:last-child {
  border-right: 0;
}

.contact-section {
  padding: 76px 0 58px;
  color: #fff;
  background: linear-gradient(135deg, #090319 0%, #130424 48%, #3a075a 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.52fr) minmax(0, 1fr);
  gap: 66px;
  align-items: center;
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy p {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-copy dl {
  margin: 34px 0 0;
  padding: 0;
}

.contact-copy dl div {
  margin-bottom: 18px;
}

.contact-copy dt {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.contact-copy dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.contact-copy a {
  text-decoration: none;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 32px 76px rgba(0, 0, 0, 0.22);
  animation: homeContactGlow 5.2s ease-in-out infinite;
}

.contact-form label {
  color: #273041;
  font-size: 12px;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  margin-top: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(74, 85, 104, 0.26);
  border-radius: 8px;
  color: #243044;
  background: #fff;
  outline: none;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(133, 5, 181, 0.11);
}

.full-field,
.consent {
  grid-column: 1 / -1;
}

.consent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 680;
}

.consent input {
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
}

.contact-form button {
  width: max-content;
  cursor: pointer;
}

@keyframes homeLogoIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes homeTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeStageIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes homeWorkspaceFloat {
  0%,
  100% {
    transform: perspective(900px) rotateY(-6deg) rotateX(1deg) translateY(0);
  }

  50% {
    transform: perspective(900px) rotateY(-6deg) rotateX(1deg) translateY(-10px);
  }
}

@keyframes homeFloorGlow {
  0%,
  100% {
    transform: perspective(900px) rotateX(63deg) skewX(-10deg) translateY(0);
    box-shadow: 0 42px 80px rgba(133, 5, 181, 0.18);
  }

  50% {
    transform: perspective(900px) rotateX(63deg) skewX(-10deg) translateY(8px);
    box-shadow: 0 52px 96px rgba(133, 5, 181, 0.24);
  }
}

@keyframes homePanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes homeReportGlow {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.25) brightness(1.05);
  }
}

@keyframes homeStepIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeSuccessGlow {
  0%,
  100% {
    box-shadow: 0 0 34px rgba(16, 185, 129, 0.18);
  }

  50% {
    box-shadow: 0 0 44px rgba(16, 185, 129, 0.28);
  }
}

@keyframes homeContactGlow {
  0%,
  100% {
    box-shadow: 0 32px 76px rgba(0, 0, 0, 0.22);
  }

  50% {
    box-shadow: 0 34px 86px rgba(133, 5, 181, 0.18), 0 18px 48px rgba(0, 0, 0, 0.16);
  }
}

.site-footer {
  color: #fff;
  background: #080312;
}

.site-footer img {
  width: 128px;
  height: auto;
  display: block;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.maintenance-page {
  height: 100vh;
  height: 100dvh;
  min-height: min(680px, 100dvh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(183, 148, 244, 0.28), transparent 34%),
    linear-gradient(115deg, #ffffff 0%, #ffffff 46%, #f6f0ff 100%);
}

.maintenance-page .shell {
  width: min(100% - clamp(48px, 7vw, 232px), 1600px);
}

.maintenance-header {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

.maintenance-header-inner {
  height: clamp(72px, 11.8vh, 122px);
  min-height: 0;
}

.maintenance-brand {
  display: inline-flex;
  align-items: center;
  color: #11102a;
  text-decoration: none;
}

.maintenance-brand img {
  width: clamp(116px, 11.2vw, 180px);
  height: auto;
  max-height: clamp(54px, 8.5vh, 92px);
  display: block;
  object-fit: contain;
}

.maintenance-status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #171126;
  font-size: 15px;
  font-weight: 800;
}

.maintenance-status span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(133, 5, 181, 0.1);
  animation: maintenanceStatusHalo 2.4s ease-in-out infinite;
}

.maintenance-status span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 7px rgba(133, 5, 181, 0.08);
  animation: maintenanceStatusDot 1.6s ease-in-out infinite;
}

.maintenance-main {
  flex: 1;
  display: grid;
  align-items: center;
  min-height: 0;
}

.maintenance-hero {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(34px, 5.2vw, 84px);
  align-items: center;
  padding: clamp(26px, 5vh, 64px) 0 clamp(22px, 4vh, 38px);
}

.maintenance-copy h1 {
  max-width: 640px;
  color: #09051a;
  font-size: clamp(48px, 6.7vh, 72px);
  line-height: 1.08;
  font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.maintenance-copy h1 span {
  color: var(--primary);
}

.maintenance-copy h1::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin-top: clamp(22px, 3vh, 30px);
  background: var(--primary);
  transform-origin: left center;
  animation: maintenanceLineSweep 2.8s ease-in-out infinite;
}

.maintenance-copy > p {
  max-width: 650px;
  margin: clamp(22px, 3vh, 30px) 0 clamp(18px, 2.4vh, 24px);
  color: #3f4958;
  font-size: clamp(18px, 2.35vh, 24px);
  line-height: 1.42;
}

.maintenance-card,
.maintenance-contact {
  max-width: 610px;
  border: 1px solid rgba(133, 5, 181, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.maintenance-card article {
  display: grid;
  grid-template-columns: clamp(48px, 6.2vh, 64px) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: clamp(70px, 8.3vh, 88px);
  padding: clamp(12px, 1.55vh, 16px) clamp(18px, 2.6vw, 26px);
  border-bottom: 1px solid rgba(133, 5, 181, 0.12);
  animation: maintenanceCardIn 680ms ease-out both;
}

.maintenance-card article:last-child {
  border-bottom: 0;
}

.maintenance-card article:nth-child(2) {
  animation-delay: 90ms;
}

.maintenance-card article:nth-child(3) {
  animation-delay: 180ms;
}

.maintenance-card h2 {
  margin: 0 0 8px;
  color: #10091d;
  font-size: clamp(16px, 2vh, 20px);
  line-height: 1.2;
  font-weight: 900;
}

.maintenance-card p,
.maintenance-contact p {
  margin: 0;
  color: #3f4958;
  font-size: clamp(13px, 1.65vh, 15px);
  line-height: 1.55;
}

.maintenance-icon {
  width: clamp(44px, 5.8vh, 58px);
  height: clamp(44px, 5.8vh, 58px);
  border-radius: clamp(14px, 1.8vh, 18px);
  display: grid;
  place-items: center;
  color: var(--primary);
  background: linear-gradient(135deg, rgba(133, 5, 181, 0.09), rgba(183, 148, 244, 0.2));
  position: relative;
}

.progress-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px dotted currentColor;
  animation: maintenanceSpinner 1.15s linear infinite;
}

.pause-icon::before,
.pause-icon::after {
  content: "";
  width: 5px;
  height: 24px;
  border-radius: 6px;
  background: currentColor;
}

.pause-icon::before {
  transform: translateX(-4px);
  animation: maintenancePauseBars 1.8s ease-in-out infinite;
}

.pause-icon::after {
  transform: translateX(4px);
  animation: maintenancePauseBars 1.8s ease-in-out infinite reverse;
}

.check-icon::before {
  content: "";
  width: 25px;
  height: 19px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-45deg) translate(2px, -2px);
}

.maintenance-contact {
  min-height: clamp(58px, 7.2vh, 76px);
  margin-top: clamp(16px, 2.5vh, 24px);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: clamp(10px, 1.25vh, 13px) clamp(18px, 2.6vw, 26px);
  animation: maintenanceCardIn 680ms ease-out 270ms both;
}

.maintenance-contact > span {
  width: clamp(42px, 5.5vh, 50px);
  height: clamp(42px, 5.5vh, 50px);
  border-radius: 15px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(133, 5, 181, 0.09), rgba(183, 148, 244, 0.2));
}

.maintenance-contact > span::before {
  content: "";
  width: 24px;
  height: 16px;
  border: 2px solid var(--primary);
  border-radius: 3px;
  background:
    linear-gradient(135deg, transparent 46%, var(--primary) 48%, transparent 51%),
    linear-gradient(45deg, transparent 46%, var(--primary) 48%, transparent 51%);
}

.maintenance-contact a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.maintenance-contact a:hover {
  text-decoration: underline;
}

.maintenance-visual {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.maintenance-visual-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 112%;
  max-width: none;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 68%, rgba(0, 0, 0, 0.92) 82%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 68%, rgba(0, 0, 0, 0.92) 82%, transparent 100%);
  animation: maintenanceVisualFloat 5.8s ease-in-out infinite;
}

@keyframes maintenanceStatusHalo {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(133, 5, 181, 0.14);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(133, 5, 181, 0.04);
  }
}

@keyframes maintenanceStatusDot {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.22);
  }
}

@keyframes maintenanceLineSweep {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 1;
  }

  50% {
    transform: scaleX(1.75);
    opacity: 0.72;
  }
}

@keyframes maintenanceCardIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes maintenanceSpinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes maintenancePauseBars {
  0%,
  100% {
    opacity: 0.72;
  }

  50% {
    opacity: 1;
  }
}

@keyframes maintenanceVisualFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    filter: drop-shadow(0 22px 42px rgba(133, 5, 181, 0.05));
  }

  50% {
    transform: translate(-50%, calc(-50% - 10px)) scale(1.015);
    filter: drop-shadow(0 32px 54px rgba(133, 5, 181, 0.1));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .maintenance-visual-image {
    transform: translate(-50%, -50%);
    filter: none;
  }
}

.maintenance-orbit {
  position: absolute;
  border: 1px solid rgba(128, 90, 213, 0.22);
  border-radius: 50%;
  z-index: 0;
}

.orbit-one {
  width: min(40vw, 620px);
  height: min(40vw, 620px);
  left: 4%;
  top: 8%;
}

.orbit-two {
  width: min(27vw, 410px);
  height: min(27vw, 410px);
  left: 19%;
  top: 23%;
}

.maintenance-device {
  position: absolute;
  left: 4%;
  top: 17%;
  width: 62%;
  height: min(34vh, 340px);
  min-height: 245px;
  border: 1px solid rgba(133, 5, 181, 0.24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.35), rgba(183, 148, 244, 0.14));
  box-shadow: var(--shadow-strong);
  transform: perspective(1000px) rotateY(-9deg) rotateX(2deg);
  z-index: 2;
}

.maintenance-device::after {
  content: "";
  position: absolute;
  left: -7%;
  right: -22%;
  bottom: -72px;
  height: 74px;
  border: 1px solid rgba(133, 5, 181, 0.16);
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(183, 148, 244, 0.28));
  transform: skewX(-14deg);
  z-index: -1;
}

.maintenance-screen {
  position: absolute;
  inset: clamp(38px, 6.6vh, 68px) clamp(28px, 4.2vw, 48px);
  border: 1px solid rgba(133, 5, 181, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 55px rgba(80, 36, 134, 0.18);
}

.maintenance-steps {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 28%;
  height: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, var(--primary) 34%, rgba(128, 90, 213, 0.36) 34%);
}

.maintenance-steps span {
  position: relative;
  width: 30px;
  height: 30px;
  border: 5px solid rgba(128, 90, 213, 0.42);
  border-radius: 50%;
  background: #fff;
}

.maintenance-steps .active {
  width: 42px;
  height: 42px;
  border-color: var(--primary);
  box-shadow: 0 0 0 10px rgba(133, 5, 181, 0.12);
}

.maintenance-steps span::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  color: rgba(45, 55, 72, 0.76);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.maintenance-steps .active::after {
  color: var(--primary);
}

.maintenance-bars {
  position: absolute;
  left: 10%;
  right: 16%;
  bottom: clamp(36px, 6vh, 66px);
}

.maintenance-bars span {
  display: block;
  height: 12px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(128, 90, 213, 0.62), rgba(183, 148, 244, 0.5));
}

.maintenance-bars span:nth-child(2) {
  width: 72%;
}

.maintenance-bars span:nth-child(3) {
  width: 50%;
}

.maintenance-node {
  position: absolute;
  right: 2%;
  width: clamp(204px, 15.9vw, 245px);
  min-height: clamp(92px, 11vh, 112px);
  padding: clamp(18px, 2.35vh, 24px) clamp(20px, 2.1vw, 26px);
  border: 1px solid rgba(133, 5, 181, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  z-index: 4;
}

.maintenance-node::before {
  content: "";
  position: absolute;
  left: -82px;
  top: 50%;
  width: 82px;
  border-top: 2px dotted rgba(133, 5, 181, 0.24);
}

.maintenance-node b {
  display: block;
  margin: 0 0 8px 54px;
  color: #0f0920;
  font-size: clamp(17px, 2vh, 20px);
  font-weight: 900;
}

.maintenance-node > span:not(.node-icon) {
  display: block;
  margin-left: 54px;
  color: #4b5563;
  font-size: clamp(13px, 1.6vh, 15px);
  font-weight: 700;
}

.maintenance-node > i {
  display: block;
  width: 72%;
  height: 5px;
  margin: 16px 0 0 54px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary) 56%, rgba(128, 90, 213, 0.16) 56%);
}

.node-icon {
  position: absolute;
  left: 24px;
  top: 28px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(133, 5, 181, 0.08);
}

.infrastructure-icon::before,
.infrastructure-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 18px;
  height: 7px;
  border: 2px solid var(--primary);
  border-radius: 3px;
}

.infrastructure-icon::before {
  top: 7px;
  box-shadow: 0 8px 0 -2px #fff, 0 8px 0 0 var(--primary), 0 16px 0 -2px #fff, 0 16px 0 0 var(--primary);
}

.shield-icon::before {
  content: "";
  position: absolute;
  inset: 6px 9px 7px;
  border: 3px solid var(--primary);
  border-top-width: 4px;
  border-radius: 4px 4px 10px 10px;
  transform: perspective(30px) rotateX(-12deg);
}

.services-icon::before,
.services-icon::after {
  content: "";
  position: absolute;
  border: 3px solid var(--primary);
}

.services-icon::before {
  width: 10px;
  height: 10px;
  left: 8px;
  top: 7px;
  border-radius: 50%;
  box-shadow: 10px 0 0 -3px #fff, 10px 0 0 0 var(--primary);
}

.services-icon::after {
  width: 22px;
  height: 10px;
  left: 6px;
  bottom: 6px;
  border-radius: 12px 12px 4px 4px;
  border-top: 0;
}

.node-one {
  top: 11%;
}

.node-two {
  top: 34%;
}

.node-three {
  top: 57%;
}

.maintenance-footer {
  border-top: 1px solid rgba(133, 5, 181, 0.1);
  background: rgba(255, 255, 255, 0.38);
}

.maintenance-footer p {
  margin: 0;
  height: clamp(58px, 10vh, 102px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #3f4958;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 1181px) and (max-height: 760px) {
  .maintenance-page .shell {
    width: min(100% - clamp(40px, 5vw, 160px), 1600px);
  }

  .maintenance-header-inner {
    height: 72px;
  }

  .maintenance-brand img {
    width: clamp(104px, 9vw, 142px);
    max-height: 64px;
  }

  .maintenance-hero {
    gap: clamp(24px, 4vw, 62px);
    padding: 18px 0 16px;
  }

  .maintenance-copy h1 {
    font-size: clamp(40px, 6.1vh, 52px);
    line-height: 1.03;
  }

  .maintenance-copy h1::after {
    margin-top: 16px;
  }

  .maintenance-copy > p {
    margin: 16px 0 14px;
    font-size: clamp(16px, 2.1vh, 18px);
  }

  .maintenance-card article {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 62px;
    gap: 14px;
    padding: 10px 20px;
  }

  .maintenance-card h2 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .maintenance-card p,
  .maintenance-contact p {
    font-size: 12px;
    line-height: 1.35;
  }

  .maintenance-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .maintenance-contact {
    min-height: 54px;
    margin-top: 14px;
    padding: 8px 20px;
  }

  .maintenance-contact > span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .maintenance-visual-image {
    width: 104%;
  }

  .maintenance-footer p {
    height: 54px;
    font-size: 12px;
  }
}

@media (max-width: 1180px) {
  .maintenance-page {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .maintenance-main {
    display: block;
  }

  .hero-grid,
  .workflow-grid,
  .governance-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .command-stage {
    min-height: 620px;
  }

  .platform-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .platform-rail article:nth-child(4n),
  .governance-matrix article:nth-child(2n),
  .portal-row article:nth-child(2n) {
    border-right: 0;
  }

  .governance-matrix,
  .portal-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maintenance-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .maintenance-copy {
    max-width: 780px;
  }

  .maintenance-visual {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 32px, 1320px);
  }

  .header-inner {
    min-height: 66px;
    gap: 12px;
  }

  .brand img {
    width: 92px;
  }

  .nav {
    display: none;
  }

  .header-action {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }

  .wide-label {
    display: none;
  }

  .short-label {
    display: inline;
  }

  .hero-grid {
    min-height: 0;
    padding: 28px 0 22px;
    gap: 22px;
  }

  h1 {
    font-size: 33px;
    line-height: 1.05;
  }

  .hero-copy p {
    margin-top: 18px;
    line-height: 1.6;
  }

  .hero-copy p,
  .workflow-copy p,
  .platform-heading p,
  .governance-copy p,
  .contact-copy p {
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .command-stage {
    min-height: 0;
  }

  .stage-floor {
    display: none;
  }

  .workspace-shell {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    transform: none;
  }

  .workspace-rail {
    display: none;
  }

  .workspace-main {
    padding: 14px;
  }

  .workspace-top {
    display: block;
    margin-bottom: 14px;
  }

  .workspace-top b {
    font-size: 16px;
  }

  .workspace-top span {
    height: 32px;
    min-width: 0;
    margin-top: 8px;
  }

  .pipeline-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pipeline-board article {
    min-height: 82px;
    padding: 10px;
  }

  .pipeline-board h3 {
    margin-bottom: 8px;
  }

  .floating-panel {
    display: none;
  }

  .approvals-panel,
  .governance-panel,
  .report-panel {
    padding: 16px;
  }

  .platform-section,
  .workflow-section,
  .governance-section,
  .contact-section {
    padding: 56px 0;
  }

  .platform-rail,
  .governance-matrix,
  .portal-row,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .platform-rail article,
  .governance-matrix article,
  .portal-row article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(133, 5, 181, 0.12);
  }

  .platform-rail article:last-child,
  .governance-matrix article:last-child,
  .portal-row article:last-child {
    border-bottom: 0;
  }

  .workflow-map {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 14px;
  }

  .workflow-map::before {
    display: none;
  }

  .step,
  .step-5,
  .step-6,
  .step-7,
  .step-8,
  .step-9 {
    grid-column: auto;
    grid-row: auto;
    min-height: 92px;
  }

  .contact-form {
    padding: 18px;
  }

  .footer-inner {
    min-height: 92px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .maintenance-header-inner {
    min-height: 72px;
  }

  .maintenance-status {
    gap: 8px;
    font-size: 12px;
  }

  .maintenance-status span {
    width: 24px;
    height: 24px;
  }

  .maintenance-hero {
    padding: 34px 0 28px;
    gap: 28px;
  }

  .maintenance-copy h1 {
    max-width: 500px;
    font-size: 42px;
    line-height: 1.03;
  }

  .maintenance-copy > p {
    margin: 22px 0 20px;
    font-size: 17px;
  }

  .maintenance-card article {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 96px;
    padding: 18px;
    gap: 14px;
  }

  .maintenance-card h2 {
    font-size: 16px;
  }

  .maintenance-card p,
  .maintenance-contact p {
    font-size: 13px;
  }

  .maintenance-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .maintenance-contact {
    align-items: flex-start;
    padding: 18px;
  }

  .maintenance-contact > span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .maintenance-visual {
    min-height: 400px;
  }

  .orbit-one {
    width: 420px;
    height: 420px;
    left: 4%;
  }

  .orbit-two {
    width: 280px;
    height: 280px;
  }

  .maintenance-device {
    left: 0;
    top: 58px;
    width: 72%;
    min-height: 275px;
  }

  .maintenance-screen {
    inset: 52px 28px;
  }

  .maintenance-node {
    right: 0;
    width: 184px;
    min-height: 84px;
    padding: 16px;
  }

  .maintenance-node::before {
    width: 44px;
    left: -44px;
  }

  .maintenance-node b {
    font-size: 14px;
  }

  .maintenance-node span {
    font-size: 12px;
  }

  .node-one {
    top: 40px;
  }

  .node-two {
    top: 164px;
  }

  .node-three {
    top: 286px;
  }
}

@media (max-width: 460px) {
  .pipeline-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pipeline-board article {
    min-height: 78px;
  }

  .pipeline-board h3 {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .mini-card {
    min-height: 30px;
    margin-bottom: 0;
    padding: 7px;
    font-size: 10px;
  }

  .mini-card:not(.strong) {
    display: none;
  }

  .platform-heading {
    text-align: left;
  }

  .maintenance-page .shell {
    width: min(100% - 32px, 1320px);
  }

  .maintenance-header .brand img {
    width: 100px;
  }

  .maintenance-brand img {
    width: 104px;
    max-height: 56px;
  }

  .maintenance-status {
    max-width: 140px;
    justify-content: flex-end;
    text-align: right;
  }

  .maintenance-copy h1 {
    font-size: 34px;
  }

  .maintenance-copy > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .maintenance-card article {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    gap: 12px;
    padding: 16px;
  }

  .maintenance-contact {
    display: flex;
    gap: 14px;
  }

  .maintenance-contact > span {
    margin-bottom: 0;
  }

  .maintenance-orbit {
    display: none;
  }

  .maintenance-visual {
    display: none;
    min-height: 0;
  }

  .maintenance-device {
    width: 100%;
    min-height: 260px;
    transform: none;
  }

  .maintenance-device::after {
    left: 3%;
    right: 3%;
    bottom: -45px;
    height: 50px;
  }

  .maintenance-node {
    width: 150px;
    min-height: 70px;
    padding: 12px;
  }

  .maintenance-node::before {
    display: none;
  }

  .node-one {
    top: 18px;
  }

  .node-two {
    top: 128px;
  }

  .node-three {
    display: none;
  }

  .maintenance-footer p {
    height: auto;
    min-height: 58px;
    padding: 18px 0;
    font-size: 12px;
  }
}
