.elementor-366 .elementor-element.elementor-element-3057eca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b16d957 */:root {
  --navy: #071827;
  --navy-soft: #102b40;
  --gold: #f5b700;
  --gold-dark: #b77c00;
  --ink-muted: #5f6977;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  color: var(--navy);
  background: #f7f8fb;
}

.maintenance {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  padding: 34px clamp(22px, 5vw, 76px) 28px;

  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(245, 183, 0, 0.13),
      transparent 27%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(7, 24, 39, 0.1),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f7f8fb 62%,
      #eef1f5 100%
    );
}

/* BRAND */

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--navy);
  background: var(--gold);
  font-size: 23px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(245, 183, 0, 0.28);
}

.brand__text {
  display: grid;
  line-height: 1.05;
}

.brand__text strong {
  font-size: 16px;
  letter-spacing: -0.25px;
}

.brand__text small {
  margin-top: 5px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

/* MAIN CARD */

.maintenance__card {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(7, 24, 39, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 90px rgba(7, 24, 39, 0.11);
  backdrop-filter: blur(14px);
}

/* LOOPING VISUAL */

.visual {
  position: relative;
  width: min(330px, 75vw);
  aspect-ratio: 1;
  margin: auto;
  display: grid;
  place-items: center;
}

.visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(245, 183, 0, 0.18),
      rgba(245, 183, 0, 0) 68%
    );
  animation: breathe 2.6s ease-in-out infinite;
}

.visual__orbit {
  position: absolute;
  border-radius: 50%;
}

.visual__orbit--outer {
  inset: 2%;
  border: 1px dashed rgba(7, 24, 39, 0.24);
  animation: spin 14s linear infinite;
}

.visual__orbit--outer i {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(245, 183, 0, 0.12);
}

.visual__orbit--outer i:nth-child(1) {
  left: 50%;
  top: -6px;
}

.visual__orbit--outer i:nth-child(2) {
  right: 9%;
  bottom: 17%;
}

.visual__orbit--outer i:nth-child(3) {
  left: 5%;
  bottom: 24%;
}

.visual__orbit--inner {
  inset: 18%;
  border: 2px solid rgba(245, 183, 0, 0.4);
  border-top-color: var(--navy);
  border-bottom-color: var(--navy);
  animation: spinReverse 8s linear infinite;
}

.visual__core {
  position: relative;
  width: 42%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 32%;
  color: white;
  background:
    linear-gradient(
      145deg,
      var(--navy-soft),
      var(--navy)
    );
  box-shadow: 0 26px 55px rgba(7, 24, 39, 0.28);
  animation: float 3.5s ease-in-out infinite;
}

.visual__tool {
  color: var(--gold);
  font-size: clamp(42px, 6vw, 66px);
  animation: pulse 2s ease-in-out infinite;
}

/* CONTENT */

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.eyebrow span {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1 {
  max-width: 650px;
  margin: 17px 0 20px;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 1.03;
  letter-spacing: -2.6px;
}

h1 em {
  color: var(--gold-dark);
  font-style: normal;
}

.content > p {
  max-width: 610px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* PROGRESS */

.progress {
  margin-top: 32px;
}

.progress__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.progress__top span:last-child {
  color: var(--gold-dark);
}

.progress__track {
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(7, 24, 39, 0.09);
}

.progress__track span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      var(--gold-dark),
      var(--gold),
      #ffd85b
    );
  animation: loading 2.4s ease-in-out infinite;
}

/* STATUS */

.status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 650;
}

.status__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #24a36a;
  animation: statusPulse 1.8s infinite;
}

/* FOOTER */

footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  color: #7b8490;
  font-size: 11px;
  letter-spacing: 0.25px;
}

/* BACKGROUND ORBS */

.orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245, 183, 0, 0.22);
  animation: drift 8s ease-in-out infinite;
}

.orb--one {
  width: 240px;
  height: 240px;
  top: -110px;
  right: 8%;
}

.orb--two {
  width: 170px;
  height: 170px;
  left: -65px;
  bottom: 5%;
  animation-delay: -3s;
}

/* ANIMATIONS */

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes breathe {
  50% {
    transform: scale(1.12);
    opacity: 0.72;
  }
}

@keyframes float {
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}

@keyframes pulse {
  50% {
    transform: scale(0.82) rotate(18deg);
    opacity: 0.75;
  }
}

@keyframes loading {
  0% {
    transform: translateX(-105%);
  }

  55%,
  100% {
    transform: translateX(245%);
  }
}

@keyframes statusPulse {
  70% {
    box-shadow: 0 0 0 9px rgba(36, 163, 106, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(36, 163, 106, 0);
  }
}

@keyframes drift {
  50% {
    transform: translate(18px, -14px) scale(1.06);
  }
}

/* MOBILE */

@media (max-width: 800px) {
  .maintenance {
    padding: 24px 18px;
  }

  .maintenance__card {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 34px auto;
    padding: 34px 24px;
    text-align: center;
  }

  .visual {
    width: min(210px, 60vw);
  }

  .eyebrow,
  .status {
    justify-content: center;
  }

  h1 {
    margin-inline: auto;
    letter-spacing: -1.8px;
  }

  .content > p {
    margin-inline: auto;
  }

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .maintenance__card {
    border-radius: 24px;
  }

  .brand__mark {
    width: 39px;
    height: 39px;
  }

  h1 {
    font-size: 38px;
  }

  .content > p {
    font-size: 14px;
  }

  .progress__top {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */