.cc_7yyaqlnf_footer .kombos-footer {
  width: 100%;
  background: var(--footer-bg, #0c0c0e);
  color: var(--footer-text, var(--kombos-white));
}

.cc_7yyaqlnf_footer .kombos-footer__wrapper {
  padding-top: 1.75rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
.cc_7yyaqlnf_footer .kombos-footer__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* ===== Logo row (top, centered) ===== */
.cc_7yyaqlnf_footer .kombos-footer__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.cc_7yyaqlnf_footer .kombos-footer__logo-wrap {
  width: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cc_7yyaqlnf_footer .kombos-footer__logo-img {
  width: 100%;
  height: auto;
  max-height: 4rem;
  object-fit: contain;
}

.cc_7yyaqlnf_footer .kombos-footer__desc {
  margin: 0;
  color: var(--footer-text, var(--kombos-white));
  opacity: 0.65;
  max-width: 26rem;
  text-align: center;
}

/* ===== Top: link columns | aside (content + newsletter) ===== */
.cc_7yyaqlnf_footer .kombos-footer__top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* Link columns */
.cc_7yyaqlnf_footer .kombos-footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.cc_7yyaqlnf_footer .kombos-footer__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cc_7yyaqlnf_footer .kombos-footer__col-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.875rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--footer-text, var(--kombos-white));
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cc_7yyaqlnf_footer .kombos-footer__col-caret {
  font-size: 1.125rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.cc_7yyaqlnf_footer .kombos-footer__col--open .kombos-footer__col-caret {
  transform: rotate(180deg);
}

/* Mobile: collapsed (accordion) */
.cc_7yyaqlnf_footer .kombos-footer__col-links {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 0.875rem;
}

.cc_7yyaqlnf_footer .kombos-footer__col--open .kombos-footer__col-links {
  display: flex;
}

.cc_7yyaqlnf_footer .kombos-footer__col-link {
  color: var(--footer-link-color, var(--footer-text, var(--kombos-white)));
  text-decoration: none;
  transition: color 0.15s ease;
  width: fit-content;
  opacity: 0.7;
}

.cc_7yyaqlnf_footer .kombos-footer__col-link:hover {
  color: var(--footer-link-hover-color, #fadbaa);
  opacity: 1;
}

/* Right: free info content + newsletter */
.cc_7yyaqlnf_footer .kombos-footer__aside {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.cc_7yyaqlnf_footer .kombos-footer__content {
  color: var(--footer-text, var(--kombos-white));
}

.cc_7yyaqlnf_footer .kombos-footer__content p {
  margin: 0 0 0.375rem;
  opacity: 0.65;
}

.cc_7yyaqlnf_footer .kombos-footer__content p:first-child {
  opacity: 1;
}

.cc_7yyaqlnf_footer .kombos-footer__content strong {
  opacity: 1;
}

.cc_7yyaqlnf_footer .kombos-footer__content a {
  color: var(--footer-link-hover-color, #fadbaa);
  text-decoration: none;
}

/* Newsletter (subtle, in aside) */
.cc_7yyaqlnf_footer .kombos-footer__aside .kombos-newsletter {
  max-width: 20rem;
}

.cc_7yyaqlnf_footer .kombos-footer__aside .kombos-newsletter__title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.95;
}

.cc_7yyaqlnf_footer .kombos-footer__aside .kombos-newsletter__desc {
  opacity: 0.6;
  max-width: 18rem;
}

/* ===== Bottom bar: socials + copyright, centered ===== */
.cc_7yyaqlnf_footer .kombos-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
}

.cc_7yyaqlnf_footer .kombos-footer__socials {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--footer-text, var(--kombos-white));
}

.cc_7yyaqlnf_footer .kombos-footer__socials a {
  color: inherit;
  transition: color 0.15s ease;
  opacity: 0.85;
}

.cc_7yyaqlnf_footer .kombos-footer__socials a:hover {
  color: var(--footer-link-hover-color, #fadbaa);
  opacity: 1;
}

.cc_7yyaqlnf_footer .kombos-footer__copyright {
  margin: 0;
  text-align: center;
  color: var(--footer-text, var(--kombos-white));
  opacity: 0.55;
}

/* Socials placed under the right "Mail:" aside — left aligned, a touch bigger */
.cc_7yyaqlnf_footer .kombos-footer__socials--aside {
  justify-content: flex-start;
  margin-top: 1rem;
}

.cc_7yyaqlnf_footer .kombos-footer__socials--aside .kombos-social-media-icon__img {
  width: 1.75rem;
  height: 1.75rem;
}

/* Keep the copyright small regardless of the rich-text editor's default size */
.kombos-footer__copyright,
.cc_7yyaqlnf_footer .kombos-footer__copyright * {
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  margin: 0;
}

/* ===== ≥640px: expand columns (no accordion) ===== */
@media (min-width: 640px) {
.cc_7yyaqlnf_footer .kombos-footer__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

.cc_7yyaqlnf_footer .kombos-footer__col {
    border-bottom: none;
  }

.cc_7yyaqlnf_footer .kombos-footer__col-title {
    cursor: default;
    padding: 0 0 1rem;
  }

.cc_7yyaqlnf_footer .kombos-footer__col-caret {
    display: none;
  }

.cc_7yyaqlnf_footer .kombos-footer__col-links {
    display: flex;
    padding-bottom: 0;
  }
}

/* ===== Desktop (≥1024px): single row, column count adapts ===== */
@media (min-width: 1024px) {
.cc_7yyaqlnf_footer .kombos-footer__wrapper {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    gap: 1.5rem;
  }

.cc_7yyaqlnf_footer .kombos-footer__top {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
  }

.cc_7yyaqlnf_footer .kombos-footer__columns {
    flex: 1;
    column-gap: 2rem;
  }

.cc_7yyaqlnf_footer .kombos-footer__columns--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

.cc_7yyaqlnf_footer .kombos-footer__columns--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }

.cc_7yyaqlnf_footer .kombos-footer__columns--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }

.cc_7yyaqlnf_footer .kombos-footer__aside {
    width: 18rem;
    flex-shrink: 0;
  }
}

/* ===== Credit / signature block (very bottom) ===== */
.cc_7yyaqlnf_footer .kombos-footer__credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.cc_7yyaqlnf_footer .kombos-footer__credit-link {
  display: inline-flex;
  text-decoration: none;
}

/* Circular image + spinning glow ring */
.cc_7yyaqlnf_footer .kombos-footer__credit-badge {
  --credit-accent: #34d3c4;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cc_7yyaqlnf_footer .kombos-footer__credit-ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  /* Smooth comet: a bright head fading into a soft tail around the ring. */
  background: conic-gradient(
    from 0deg,
    rgba(52, 211, 196, 0) 0%,
    rgba(52, 211, 196, 0) 50%,
    rgba(52, 211, 196, 0.35) 80%,
    rgba(52, 211, 196, 0.9) 96%,
    #eafffb 100%
  );
  /* Carve out the center so only a thin ring (the outer band) is visible. */
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    #000 calc(100% - 2px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    #000 calc(100% - 2px)
  );
  filter: drop-shadow(0 0 3px rgba(52, 211, 196, 0.55));
  animation: kombos-credit-spin 3.2s linear infinite;
}

/* Faint static base ring under the moving comet */
.cc_7yyaqlnf_footer .kombos-footer__credit-badge::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cc_7yyaqlnf_footer .kombos-footer__credit-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.cc_7yyaqlnf_footer .kombos-footer__credit-text {
  color: var(--footer-text);
  opacity: 0.75;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes kombos-credit-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
.cc_7yyaqlnf_footer .kombos-footer__credit-ring {
    animation: none;
  }
}
