.cloudn-footer {
  background: linear-gradient(180deg, #0c1b33 0%, #051023 100%);
  color: #e2e8f0;
  position: relative;
  margin-top: 72px;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.cloudn-footer a {
  color: #c7d2fe;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cloudn-footer a:hover,
.cloudn-footer a:focus {
  color: #ffffff;
}

.cloudn-footer__cta {
  background: linear-gradient(135deg, rgba(14, 116, 244, 0.18), rgba(59, 130, 246, 0.08));
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  padding: 28px 0;
}

.cloudn-footer__cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-cta__copy span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #94a3b8;
}

.footer-cta__copy h4 {
  margin: 6px 0 4px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #f8fafc;
}

.footer-cta__copy p {
  margin: 0;
  font-size: 0.95rem;
  color: #cbd5f5;
}

.footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f274f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 32px rgba(15, 39, 79, 0.32);
}

.footer-cta__btn--ghost {
  background: rgba(148, 163, 184, 0.15);
  box-shadow: none;
}

.cloudn-footer__main {
  padding: 48px 0 36px;
}

.cloudn-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: 36px;
  align-items: flex-start;
}

.cloudn-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cloudn-footer__brand img {
  max-width: 220px;
  height: auto;
}

.cloudn-footer__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5f5;
  margin: 0;
}

.cloudn-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cloudn-footer__contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cloudn-footer__contact-item i {
  font-size: 1.05rem;
  color: #60a5fa;
  margin-top: 2px;
}

.cloudn-footer__contact-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cloudn-footer__contact-body strong {
  font-size: 1rem;
  color: #f8fafc;
  font-weight: 700;
}

.cloudn-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.cloudn-footer__badges img {
  height: 36px;
  width: auto;
  filter: brightness(1.02);
}

.cloudn-footer__links {
  display: grid;
  gap: 26px 32px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.footer-links__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links__title {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 700;
  color: #94a3b8;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer-links__title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-links__title i {
  display: none;
  font-size: 1rem;
  color: #64748b;
}

.footer-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links__list a {
  font-size: 0.92rem;
  color: #c7d2fe;
}

.footer-links__list a:hover {
  color: #ffffff;
}

.cloudn-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.cloudn-footer__socials a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
  font-size: 1.1rem;
}

.cloudn-footer__bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding: 26px 0;
}

.cloudn-footer__bottom .container {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.cloudn-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cloudn-footer__tagline {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #64748b;
  margin: 0;
}

.cloudn-footer__copyright {
  margin: 0;
  font-size: 0.88rem;
  color: #94a3b8;
}

.cloudn-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.cloudn-footer__payments img {
  height: 34px;
  width: auto;
  filter: brightness(1.05);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  max-width: none;
  width: 100%;
  height: 20%;
  background: rgba(8, 20, 40, 0.95);
  backdrop-filter: blur(14px);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -8px 40px rgba(8, 20, 40, 0.28);
  padding: 20px 28px 22px;
  color: #e2e8f0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  z-index: 9999;
}

.cookie-banner--visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.cookie-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-banner__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cookie-banner__title h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f8fafc;
}

.cookie-banner__title p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #cbd5f5;
}

.cookie-banner__title a {
  font-size: 0.88rem;
  color: #93c5fd;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 12px;
}

.cookie-button {
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cookie-button--accept {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.35);
}

.cookie-button--selected {
  background: rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
}

.cookie-button--reject {
  background: transparent;
  color: #cbd5f5;
  border: 1px solid rgba(226, 232, 240, 0.24);
}

.cookie-button:hover {
  transform: translateY(-1px);
}

.cookie-banner__preferences {
  display: grid;
  gap: 8px 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(148, 163, 184, 0.08);
  border-radius: 14px;
  padding: 12px 14px;
}

.cookie-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #cbd5f5;
  cursor: pointer;
  justify-content: center;
}

.cookie-toggle input {
  width: 20px;
  height: 20px;
  accent-color: #2563eb;
}

.cookie-banner__status {
  font-size: 0.78rem;
  color: #93c5fd;
  margin-top: 10px;
  min-height: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .cookie-banner {
    padding: 18px 16px 20px;
    height: auto;
    min-height: 18vh;
    max-height: 40vh;
    overflow-y: auto;
  }

  .cookie-banner__inner {
    max-width: 100%;
    gap: 14px;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-banner__preferences {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    padding: 16px 14px 18px;
    min-height: 22vh;
    max-height: 48vh;
  }
}

@media (max-width: 1200px) {
  .cloudn-footer__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .footer-links__title i {
    display: inline-flex;
  }

  .footer-links__group:not(.is-active) .footer-links__list {
    display: none;
  }

  .cloudn-footer__cta .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cloudn-footer__badges img {
    height: 32px;
  }
}

@media (max-width: 640px) {
  .cloudn-footer {
    margin-top: 56px;
  }

  .footer-cta__copy h4 {
    font-size: 1.12rem;
  }

  .cloudn-footer__socials a {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .cloudn-footer__bottom .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cloudn-footer__legal {
    gap: 12px;
  }
}

