@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Oswald:wght@600;700&display=swap");

.orie-footer-shell {
  --orie-footer-navy: #04142d;
  --orie-footer-deep: #071f42;
  --orie-footer-blue: #147cff;
  --orie-footer-cyan: #12b9ee;
  --orie-footer-soft: #c8d6e5;
  position: relative;
  left: auto;
  right: auto;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  text-size-adjust: 100%;
}

.orie-footer-shell,
.orie-footer-shell * {
  box-sizing: border-box;
}

.orie-footer-shell a {
  text-decoration: none;
}

.orie-footer-inner {
  width: min(1430px, calc(100% - 256px));
  margin: 0 auto;
}

.orie-footer-call {
  padding: 72px 0;
  color: #ffffff;
  background:
    linear-gradient(100deg, var(--orie-footer-navy), #074488 45%, var(--orie-footer-blue)),
    #074488;
}

.orie-footer-call__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.orie-footer-call__copy {
  min-width: 0;
}

.orie-footer-eyebrow {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.orie-footer-call h2 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.orie-footer-phone {
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(2.8rem, 6.2vw, 5.7rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.orie-footer-phone:hover,
.orie-footer-phone:focus-visible {
  color: #bff5ff;
  outline: none;
}

.orie-footer-disclaimer {
  padding: 44px 0 38px;
  background:
    linear-gradient(rgba(4, 20, 45, 0.96), rgba(4, 20, 45, 0.96)),
    var(--orie-footer-bg, none),
    var(--orie-footer-navy);
  background-position: center;
  background-size: cover;
}

.orie-footer-disclaimer__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 120px;
}

.orie-footer-brand {
  width: 160px;
  max-width: 100%;
  color: inherit;
}

.orie-footer-brand img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.orie-footer-brand__fallback {
  display: none;
  align-items: flex-end;
  gap: 3px;
  color: var(--orie-footer-cyan);
  font-size: 1.85rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.85;
}

.orie-footer-brand__fallback[hidden] {
  display: none !important;
}

.orie-footer-brand__fallback small {
  margin-bottom: 2px;
  padding: 1px 3px;
  color: var(--orie-footer-blue);
  border: 2px solid var(--orie-footer-cyan);
  font-size: 0.5rem;
  font-style: normal;
}

@media (max-width: 980px) {
  .orie-footer-call__inner {
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .orie-footer-phone {
    white-space: normal;
  }
}

/* WordPress theme isolation: keep the disclaimer like the static design. */
.orie-footer-shell .orie-footer-disclaimer__inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 120px !important;
}

.orie-footer-shell .orie-footer-brand {
  display: block !important;
  flex: 0 0 160px !important;
  width: 160px !important;
  max-width: 160px !important;
  margin: 0 !important;
}

.orie-footer-shell .orie-footer-brand img {
  display: block !important;
  width: 160px !important;
  max-width: 160px !important;
  height: auto !important;
}

@media (max-width: 1180px) {
  .orie-footer-inner {
    width: calc(100% - 64px);
  }

  .orie-footer-disclaimer__inner,
  .orie-footer-shell .orie-footer-disclaimer__inner {
    gap: 42px !important;
  }
}

@media (max-width: 560px) {
  .orie-footer-inner {
    width: calc(100% - 32px);
  }

  .orie-footer-call {
    padding: 56px 0;
  }

  .orie-footer-call h2 {
    max-width: 330px;
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .orie-footer-phone {
    font-size: 2.4rem;
  }

  .orie-footer-disclaimer {
    padding: 30px 0;
  }
}
