:root {
  --cc-footer-navy: #03153f;
  --cc-footer-navy-deep: #021033;
  --cc-footer-blue: #0755d9;
  --cc-footer-blue-bright: #0d62ed;
  --cc-footer-green: #58c51d;
  --cc-footer-copy: #c9d5ec;
  --cc-footer-line: rgba(255, 255, 255, .14);
  --cc-footer-container: 1400px;
}

.cc-global-prefooter,
.cc-global-footer,
.cc-global-prefooter *,
.cc-global-footer * {
  box-sizing: border-box;
}

.cc-global-prefooter a,
.cc-global-footer a {
  text-decoration: none;
}

.cc-global-container {
  width: min(calc(100% - 64px), var(--cc-footer-container));
  margin-inline: auto;
}

.cc-global-prefooter {
  padding: 34px 0 32px;
  background: #fff;
  color: #fff;
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.cc-global-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(500px, 1.7fr) minmax(120px, .42fr);
  align-items: center;
  min-height: 318px;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 34% 125%, rgba(14, 100, 241, .65), transparent 40%),
    linear-gradient(112deg, #0759dc 0%, #0745b8 28%, #051b58 75%, #03143d 100%);
  box-shadow: 0 18px 46px rgba(4, 33, 91, .15);
}

.cc-global-cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 91, 238, .28), transparent 46%);
  content: "";
}

.cc-global-cta-media {
  align-self: end;
  padding-left: clamp(16px, 3.5vw, 54px);
}

.cc-global-cta-media img {
  display: block;
  width: min(100%, 340px);
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 18px 20px rgba(0, 14, 47, .35));
}

.cc-global-cta-content {
  position: relative;
  z-index: 2;
  padding: 38px 18px;
  text-align: center;
}

.cc-global-cta-content h2 {
  max-width: 780px;
  margin: 0 auto 10px;
  color: #fff !important;
  font-family: inherit;
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.cc-global-cta-content p {
  max-width: 690px;
  margin: 0 auto 28px;
  color: #e3edff;
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.45;
}

.cc-global-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.cc-global-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 30px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cc-global-button svg,
.cc-global-footer-more svg,
.cc-global-contact-line svg,
.cc-global-footer-phone svg,
.cc-global-back-to-top svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc-global-button svg {
  margin-left: 12px;
}

.cc-global-button-light {
  color: #0750cc !important;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 16, 55, .18);
}

.cc-global-button-phone {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .9);
  background: rgba(1, 20, 62, .25);
}

.cc-global-button-phone svg {
  margin: 0 12px 0 0;
}

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

.cc-global-button-light:hover,
.cc-global-button-light:focus-visible {
  color: #063fa9 !important;
  background: #eef5ff;
  box-shadow: 0 12px 28px rgba(0, 16, 55, .24);
}

.cc-global-button-phone:hover,
.cc-global-button-phone:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .12);
}

.cc-global-cta-orbits {
  position: absolute;
  z-index: 0;
  top: -45%;
  right: -10%;
  width: 410px;
  aspect-ratio: 1;
  opacity: .28;
}

.cc-global-cta-orbits span {
  position: absolute;
  inset: 0;
  border: 1px solid #91c8ff;
  border-radius: 50%;
}

.cc-global-cta-orbits span:nth-child(2) { inset: 34px; }
.cc-global-cta-orbits span:nth-child(3) { inset: 72px; }

.cc-global-star {
  position: absolute;
  z-index: 1;
  color: #b7dcff;
  line-height: 1;
}

.cc-global-star-one { top: 64px; right: 68px; font-size: 44px; }
.cc-global-star-two { right: 140px; bottom: 40px; font-size: 28px; }
.cc-global-star-three { right: 80px; bottom: 28px; font-size: 19px; }

.cc-global-footer {
  position: relative;
  color: var(--cc-footer-copy);
  background:
    radial-gradient(circle at 82% 20%, rgba(9, 67, 153, .22), transparent 28%),
    linear-gradient(120deg, var(--cc-footer-navy-deep), var(--cc-footer-navy));
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.cc-global-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.28fr) repeat(3, minmax(145px, .82fr)) minmax(260px, 1.08fr);
  gap: clamp(26px, 3vw, 54px);
  padding-top: 62px;
  padding-bottom: 58px;
}

.cc-global-footer p,
.cc-global-footer ul {
  margin-top: 0;
}

.cc-global-footer ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.cc-global-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #fff !important;
}

.cc-global-brand-mark {
  display: block;
  width: 70px;
  height: auto;
  overflow: visible;
}

.cc-global-brand-mark path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc-global-brand-house,
.cc-global-brand-swoop { stroke: #fff; stroke-width: 3; }
.cc-global-brand-broom { stroke: #64d525; stroke-width: 3.5; }
.cc-global-brand-star { fill: #64d525 !important; stroke: none; }

.cc-global-brand > span {
  display: block;
  line-height: 1;
}

.cc-global-brand strong {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 850;
  letter-spacing: -.045em;
}

.cc-global-brand small {
  display: block;
  margin-top: 6px;
  color: var(--cc-footer-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
}

.cc-global-footer-brand > p:not(.cc-global-contact-line) {
  max-width: 315px;
  margin-bottom: 25px;
  color: #d1dcf1;
  font-size: 15px;
  line-height: 1.75;
}

.cc-global-footer h3 {
  position: relative;
  margin: 4px 0 32px;
  color: #fff !important;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.cc-global-footer h3::after {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: var(--cc-footer-green);
  content: "";
}

.cc-global-footer-column li + li {
  margin-top: 15px;
}

.cc-global-footer-column li a,
.cc-global-footer-legal a {
  color: #d1dcf1;
  font-size: 15px;
  line-height: 1.45;
  transition: color .18s ease;
}

.cc-global-footer-column li a:hover,
.cc-global-footer-column li a:focus-visible,
.cc-global-footer-legal a:hover,
.cc-global-footer-legal a:focus-visible {
  color: #fff;
}

.cc-global-footer-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: #69a7ff !important;
  font-size: 15px;
  font-weight: 800;
}

.cc-global-footer-more:hover,
.cc-global-footer-more:focus-visible {
  color: #9cc6ff !important;
}

.cc-global-footer-more svg {
  width: 21px;
  height: 21px;
}

.cc-global-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  color: #d1dcf1;
  font-size: 15px;
  line-height: 1.65;
}

.cc-global-contact-line svg {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #63a5ff;
}

.cc-global-contact-line a {
  color: inherit;
}

.cc-global-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 10px 19px;
  border: 1px solid #5f9ff9;
  border-radius: 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
}

.cc-global-footer-phone:hover,
.cc-global-footer-phone:focus-visible {
  background: rgba(255, 255, 255, .08);
}

.cc-global-request-card {
  padding: 20px;
  margin-top: 25px;
  border: 1.5px solid var(--cc-footer-green);
  border-radius: 14px;
  background: rgba(1, 16, 52, .42);
}

.cc-global-request-card-copy {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 18px;
}

.cc-global-request-icon {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  border: 1.5px solid var(--cc-footer-green);
  border-radius: 50%;
  color: var(--cc-footer-green);
  font-size: 20px;
  place-items: center;
}

.cc-global-request-card p {
  margin: 0;
  color: #dce7fb;
  font-size: 14px;
  line-height: 1.55;
}

.cc-global-request-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--cc-footer-green);
  font-size: 15px;
}

.cc-global-request-card .cc-global-button {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  font-size: 15px;
}

.cc-global-footer-legal {
  border-top: 1px solid var(--cc-footer-line);
}

.cc-global-footer-legal-inner {
  display: grid;
  grid-template-columns: 1fr auto 58px;
  align-items: center;
  gap: 34px;
  min-height: 106px;
}

.cc-global-footer-legal p {
  margin: 0;
  color: #b8c6df;
  font-size: 14px;
}

.cc-global-footer-legal nav {
  display: flex;
  align-items: center;
}

.cc-global-footer-legal nav a {
  padding: 4px 24px;
}

.cc-global-footer-legal nav a + a {
  border-left: 1px solid var(--cc-footer-line);
}

.cc-global-back-to-top {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid #458bf0;
  border-radius: 50%;
  color: #fff !important;
  place-items: center;
  transition: background-color .2s ease, transform .2s ease;
}

.cc-global-back-to-top svg {
  width: 22px;
  height: 22px;
}

.cc-global-back-to-top:hover,
.cc-global-back-to-top:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .1);
}

.cc-global-footer a:focus-visible,
.cc-global-prefooter a:focus-visible {
  outline: 3px solid #9bc8ff;
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .cc-global-cta {
    grid-template-columns: minmax(230px, .7fr) minmax(430px, 1.55fr) 80px;
  }

  .cc-global-cta-media {
    padding-left: 22px;
  }

  .cc-global-footer-grid {
    grid-template-columns: 1.25fr repeat(3, .8fr);
  }

  .cc-global-footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(180px, .7fr) minmax(210px, .8fr) minmax(300px, 1.1fr);
    align-items: start;
    gap: 24px;
    padding-top: 12px;
    border-top: 1px solid var(--cc-footer-line);
  }

  .cc-global-footer-contact h3 {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  .cc-global-footer-contact .cc-global-request-card {
    grid-column: 3;
    grid-row: 2 / span 2;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .cc-global-container {
    width: min(calc(100% - 40px), var(--cc-footer-container));
  }

  .cc-global-cta {
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 300px;
  }

  .cc-global-cta-content {
    padding-inline: 20px;
  }

  .cc-global-cta-orbits,
  .cc-global-star {
    opacity: .45;
  }

  .cc-global-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-global-footer-brand {
    grid-column: 1 / -1;
  }

  .cc-global-footer-brand > p:not(.cc-global-contact-line) {
    max-width: 620px;
  }

  .cc-global-footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .cc-global-footer-contact .cc-global-request-card {
    grid-column: 2;
  }

  .cc-global-footer-legal-inner {
    grid-template-columns: 1fr 54px;
    padding-block: 24px;
  }

  .cc-global-footer-legal nav {
    grid-row: 2;
  }

  .cc-global-back-to-top {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 680px) {
  .cc-global-container {
    width: min(calc(100% - 28px), var(--cc-footer-container));
  }

  .cc-global-prefooter {
    padding-block: 22px;
  }

  .cc-global-cta {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    border-radius: 20px;
  }

  .cc-global-cta-content {
    width: 100%;
    padding: 34px 20px 14px;
  }

  .cc-global-cta-content h2 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .cc-global-cta-content p {
    font-size: 16px;
  }

  .cc-global-cta-actions,
  .cc-global-button {
    width: 100%;
  }

  .cc-global-button {
    min-height: 56px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .cc-global-cta-media {
    align-self: center;
    width: 235px;
    padding: 0;
  }

  .cc-global-cta-orbits {
    top: -80px;
    right: -190px;
  }

  .cc-global-star-one { top: 22px; right: 27px; }
  .cc-global-star-two { right: 22px; bottom: 140px; }
  .cc-global-star-three { display: none; }

  .cc-global-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .cc-global-footer-brand,
  .cc-global-footer-contact {
    grid-column: auto;
  }

  .cc-global-footer-contact {
    display: block;
    padding-top: 35px;
  }

  .cc-global-footer-contact .cc-global-request-card {
    margin-top: 26px;
  }

  .cc-global-footer-legal-inner {
    display: grid;
    grid-template-columns: 1fr 48px;
    gap: 18px;
  }

  .cc-global-footer-legal nav {
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  .cc-global-footer-legal nav a {
    padding: 0;
  }

  .cc-global-footer-legal nav a + a {
    border-left: 0;
  }

  .cc-global-back-to-top {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-global-button,
  .cc-global-back-to-top {
    transition: none;
  }
}
