.cc-footer {
  --ccf-ink: #13132e;
  --ccf-blue: #5264ff;
  --ccf-mint: #86e0b6;
  --ccf-butter: #ffe685;
  --ccf-coral: #ff8e91;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background: var(--ccf-ink);
  font-family: "DM Sans", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cc-footer *,
.cc-footer *::before,
.cc-footer *::after {
  box-sizing: border-box;
}

.cc-footer a {
  color: inherit;
  text-decoration: none;
}

.cc-footer__shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), 1440px);
  margin-inline: auto;
}

.cc-footer__halo {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cc-footer__halo--one {
  top: -520px;
  right: -360px;
  width: 970px;
  height: 970px;
}

.cc-footer__halo--two {
  bottom: -640px;
  left: -500px;
  width: 1100px;
  height: 1100px;
}

.cc-footer__top {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  align-items: center;
  gap: clamp(60px, 9vw, 160px);
  padding-block: 92px 74px;
}

.cc-footer__promise {
  position: relative;
  z-index: 3;
}

.cc-footer__signal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cc-footer__signal i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ccf-mint);
  box-shadow: 0 0 0 7px rgba(134, 224, 182, 0.09);
  animation: ccf-pulse 2.4s ease-in-out infinite;
}

.cc-footer__promise h2 {
  max-width: 760px;
  margin: 24px 0 22px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(58px, 7.5vw, 112px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.79;
  text-transform: uppercase;
}

.cc-footer__promise h2 em {
  color: var(--ccf-butter);
  font-style: normal;
}

.cc-footer__promise > p {
  max-width: 590px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.65;
}

.cc-footer__cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 36px;
  padding: 0 24px;
  border-radius: 12px;
  color: var(--ccf-ink) !important;
  background: var(--ccf-butter);
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cc-footer__cta svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.cc-footer__cta:hover,
.cc-footer__cta:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.cc-footer__system {
  position: relative;
  width: min(100%, 680px);
  aspect-ratio: 1.25;
  justify-self: end;
}

.cc-footer__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-17deg);
}

.cc-footer__orbit--a {
  width: 92%;
  height: 42%;
}

.cc-footer__orbit--b {
  width: 72%;
  height: 31%;
  transform: translate(-50%, -50%) rotate(27deg);
}

.cc-footer__orbit--c {
  width: 48%;
  height: 88%;
  transform: translate(-50%, -50%) rotate(64deg);
}

.cc-footer__core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 144px;
  height: 144px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  background: rgba(82, 100, 255, 0.12);
  box-shadow: 0 0 0 22px rgba(82, 100, 255, 0.05), inset 0 0 40px rgba(82, 100, 255, 0.13);
  transform: translate(-50%, -50%);
}

.cc-footer__core svg {
  width: 50px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.cc-footer__core strong {
  margin-top: -25px;
  font-size: 12px;
}

.cc-footer__planet {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 4px solid var(--ccf-ink);
  border-radius: 50%;
}

.cc-footer__planet--a {
  top: 21%;
  left: 24%;
  background: var(--ccf-mint);
  animation: ccf-drift 4s ease-in-out infinite;
}

.cc-footer__planet--b {
  top: 67%;
  right: 9%;
  background: var(--ccf-butter);
  animation: ccf-drift 4.6s ease-in-out -1.1s infinite;
}

.cc-footer__planet--c {
  bottom: 6%;
  left: 38%;
  background: var(--ccf-coral);
  animation: ccf-drift 3.8s ease-in-out -0.4s infinite;
}

.cc-footer__planet--d {
  top: 13%;
  right: 30%;
  background: #a68aff;
  animation: ccf-drift 4.2s ease-in-out -2.2s infinite;
}

.cc-footer__rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-footer__rule span {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.cc-footer__middle {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
  padding-block: 72px 74px;
}

.cc-footer__brand > a {
  display: block;
  width: 210px;
  margin-bottom: 26px;
}

.cc-footer__brand > a img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.cc-footer__brand > p {
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.5;
}

.cc-footer__trust {
  display: flex;
  max-width: 345px;
  align-items: flex-start;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cc-footer__trust > span {
  display: grid;
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  place-items: center;
  border-radius: 50%;
  color: var(--ccf-mint);
  background: rgba(134, 224, 182, 0.09);
}

.cc-footer__trust svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.cc-footer__trust p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.cc-footer__trust strong {
  color: #fff;
}

.cc-footer__trust small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  line-height: 1.5;
}

.cc-footer__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.cc-footer__column h2 {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.37);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-footer__column a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 13px;
  transition: color 160ms ease, transform 160ms ease;
}

.cc-footer__column a span {
  opacity: 0;
  color: var(--ccf-butter);
  font-size: 11px;
  transform: translate(-4px, 2px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.cc-footer__column a:hover,
.cc-footer__column a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.cc-footer__column a:hover span,
.cc-footer__column a:focus-visible span {
  opacity: 1;
  transform: translate(0, 2px);
}

.cc-footer__marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 210px;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cc-footer__marquee span {
  display: block;
  margin-bottom: -0.12em;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(130px, 18.2vw, 275px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.69;
}

.cc-footer__marquee i {
  position: absolute;
  right: 4px;
  bottom: 18px;
  color: var(--ccf-butter);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.cc-footer__bottom {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.cc-footer__bottom p {
  margin: 0;
}

.cc-footer__bottom div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cc-footer__bottom a:hover,
.cc-footer__bottom a:focus-visible {
  color: #fff;
}

@keyframes ccf-pulse {
  50% { box-shadow: 0 0 0 13px rgba(134, 224, 182, 0); }
}

@keyframes ccf-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -9px, 0); }
}

@media (max-width: 1040px) {
  .cc-footer__top {
    grid-template-columns: 1fr 0.8fr;
  }

  .cc-footer__middle {
    grid-template-columns: 1fr;
  }

  .cc-footer__brand {
    display: grid;
    grid-template-columns: 220px 1fr 1.2fr;
    align-items: start;
    gap: 36px;
  }

  .cc-footer__brand > p,
  .cc-footer__trust {
    margin: 0;
  }
}

@media (max-width: 760px) {
  .cc-footer__shell {
    width: min(calc(100% - 32px), 1440px);
  }

  .cc-footer__top {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 72px 44px;
  }

  .cc-footer__promise h2 {
    font-size: clamp(56px, 17vw, 90px);
  }

  .cc-footer__system {
    width: min(100%, 520px);
    justify-self: center;
  }

  .cc-footer__middle {
    gap: 58px;
    padding-block: 56px;
  }

  .cc-footer__brand {
    display: block;
  }

  .cc-footer__brand > p {
    margin-bottom: 34px;
  }

  .cc-footer__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 24px;
  }

  .cc-footer__marquee {
    min-height: 150px;
  }

  .cc-footer__marquee span {
    font-size: 29vw;
  }

  .cc-footer__marquee i {
    display: none;
  }

  .cc-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 24px;
  }

  .cc-footer__bottom div {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .cc-footer__system {
    transform: scale(0.92);
  }

  .cc-footer__links {
    grid-template-columns: 1fr 1fr;
    gap: 42px 18px;
  }

  .cc-footer__column a {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-footer__signal i,
  .cc-footer__planet {
    animation: none;
  }
}
