
.terms-content {
  max-width: 900px;
  margin: 0 auto;
}

.terms-last-updated {
  color: #425f68;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 36px;
  text-align: center;
}

.terms-block {
  background: #0e111a;
  border-radius: 5px;
  padding: 28px 32px;
  margin-bottom: 16px;
}

.terms-heading {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
  background: linear-gradient(92.35deg, rgba(139, 44, 255, 1) 0%, rgba(211, 135, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-block p {
  color: #8ba4ba;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 12px;
}

.terms-block p:last-child {
  margin-bottom: 0;
}

.terms-block strong {
  color: #d0ff00;
  font-weight: 700;
}

.terms-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.terms-list li {
  color: #8ba4ba;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

.terms-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(92.35deg, rgba(139, 44, 255, 1) 0%, rgba(211, 135, 255, 1) 100%);
}

.terms-list li strong {
  color: #d0ff00;
  font-weight: 700;
}

.terms-contact {
  color: #8ba4ba !important;
}

.terms-contact strong {
  color: #886cff !important;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.cookie-banner.visible {
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner-inner {
  background: #0e111a;
  border-top: 1px solid #1c2740;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}

.cookie-text {
  flex: 1;
}

.cookie-title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.cookie-text p {
  color: #8ba4ba;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.cookie-text a {
  color: #886cff;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-text a:hover {
  color: #a88dff;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 10px 24px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.cookie-btn:hover {
  opacity: 0.85;
}

.cookie-btn-reject {
  background: #131a27;
  color: #8ba4ba;
  border: 1px solid #1c2740;
}

.cookie-btn-accept {
  background: linear-gradient(180deg, rgba(206, 255, 92, 1) 0%, rgba(208, 255, 0, 1) 100%);
  color: #0e111a;
}

@media (max-width: 768px) {
  .terms-block {
    padding: 20px 18px;
  }

  .terms-heading {
    font-size: 16px;
  }

  .terms-block p,
  .terms-list li {
    font-size: 13px;
  }

  .cookie-banner-inner {
    flex-direction: column;
    padding: 16px 16px;
    gap: 14px;
    text-align: center;
  }

  .cookie-actions {
    width: 100%;
    justify-content: center;
  }

  .cookie-btn {
    flex: 1;
    padding: 12px 16px;
  }
}

@media (max-width: 480px) {
  .terms-block {
    padding: 16px 14px;
  }

  .terms-heading {
    font-size: 14px;
  }
}
