.cx-brand-kit-page {
  background: #f0f0ff;
}
.cx-brand-kit-hero {
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  padding-block: 22px;
  margin-left: 30px;
  margin-right: 30px;
}
.cx-brand-kit-hero__inner {
  background: #fff;
  border-radius: 20px;
  padding: 90px 32px;
  text-align: center;
  max-width: 1328px;
  width: 100%;
}
.cx-brand-kit-hero__title {
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.07;
  letter-spacing: 0.02em;
  color: #121185;
  margin: 0;
}
.cx-brand-kit-hero__updated {
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.4);
  margin: 25px 0 0;
}

.cx-brand-kit {
  padding: 0 0 120px;
  display: flex;
  justify-content: center;
}
.cx-brand-kit__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  max-width: 1328px;
  margin-left: 30px;
  margin-right: 30px;
}
.cx-brand-kit__nav {
  align-self: start;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: transparent;
}
.cx-brand-kit__nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  padding: 14px;
  height: 46px;
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #121185;
  text-decoration: none;
  opacity: 0.45;
  transition: opacity 0.15s ease;
  flex: 1;

  span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    text-decoration: inherit;
    opacity: inherit;
    transition: inherit;
  }

  &.is-active,
  &:hover {
    svg {
      transform: rotate(90deg);
      transition: transform 0.3s ease;
    }
  }
}
.cx-brand-kit__nav-item.is-active {
  opacity: 1;
}
.cx-brand-kit__nav-item:focus-visible {
  outline: 2px solid #6b34fd;
  outline-offset: 2px;
}

.cx-brand-kit-section {
  padding: 0px;
  scroll-margin-top: 120px;
}
.cx-brand-kit-section__title {
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.07;
  letter-spacing: 0.02em;
  color: #121185;
  margin: 0 0 22px;
}
.cx-brand-kit-section__text,
.cx-brand-kit-paragraph {
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #353ab0;
  margin: 0 0 22px;
}
.cx-brand-kit-subtitle {
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #121185;
  margin: 36px 0 16px;
}

.cx-brand-kit-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 0 22px;
}
.cx-brand-kit-card {
  border-radius: 10px;
  overflow: hidden;
}
.cx-brand-kit-card__preview {
  border-radius: 10px;
  padding: 72px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 197px;
}
.cx-brand-kit-card--light .cx-brand-kit-card__preview {
  background: #fff;
  border: 2px solid #fff;
}
.cx-brand-kit-card--dark .cx-brand-kit-card__preview {
  background: #000;
  border: 2px solid #fff;
}
.cx-brand-kit-logo {
  max-width: 100%;
  height: auto;
}
.cx-brand-kit-card__downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.cx-brand-kit-download-note {
  flex-basis: 100%;
  margin: 10px 0 0;
  color: rgba(19, 9, 85, 1);
  font-family: 'Founders Grotesk', 'FoundersGrotesk', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.26px;
  position: absolute;
  bottom: 5px;
  padding-inline: 14px;
  display: none;
}
.cx-brand-kit-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 33px;
  min-width: 83px;
  padding: 0 14px;
  border: 1px solid #6b34fd;
  border-radius: 10px;
  background: #fff;
  color: #6b34fd;
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}
.cx-brand-kit-download__icon {
  display: block;
  flex: 0 0 auto;
}
.cx-brand-kit-download:hover {
  background: #6b34fd;
  border: 1px solid #fff;
  color: #fff;
}
.cx-brand-kit-download:focus-visible {
  outline: 2px solid #6b34fd;
  outline-offset: 2px;
}

.cx-brand-kit-symbol {
  position: relative;
  width: 92px;
  height: 92px;
}
.cx-brand-kit-symbol span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 10px;
  border-radius: 999px;
  background: #121185;
  transform-origin: center;
}
.cx-brand-kit-symbol span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cx-brand-kit-symbol span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cx-brand-kit-symbol--inverse span {
  background: #fff;
}

.cx-brand-kit-colors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 20px;
}
.cx-brand-kit-color {
  background: transparent;
}
.cx-brand-kit-color__swatch {
  height: 167px;
  border-radius: 10px;
  position: relative;
  border: 2px solid #fff;
}
.cx-brand-kit-color__meta {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 18px;
}
.cx-brand-kit-color__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'FoundersGrotesk', sans-serif;
}
.cx-brand-kit-color__row span:first-child {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #353ab0;
}
.cx-brand-kit-color__row span:last-child {
  font-size: 13px;
  line-height: 1.26;
  letter-spacing: 0.02em;
  color: #b8bbdb;
}
.cx-brand-kit-color__value {
  cursor: pointer;
  padding: 4px 8px;
  margin: -4px -8px;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: inline-block;
}
.cx-brand-kit-color__value:hover {
  background: rgba(107, 52, 253, 0.1);
  color: #6b34fd;
  transform: translateY(-1px);
}
.cx-brand-kit-color__value.is-copied {
  background: #6b34fd;
  color: #fff;
}

.cx-brand-kit-color__star {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
}
.cx-brand-kit-color__star--white {
  color: #fff;
}
.cx-brand-kit-color__star--purple {
  color: #6b34fd;
}

/* Tablets (768px +) */
@media (min-width: 768px) {
  .cx-brand-kit__layout {
    grid-template-columns: 330px 1fr;
    gap: 56px;
  }
  .cx-brand-kit__nav {
    background: transparent;
    padding-bottom: 0;
    position: sticky;
    top: 60px;
  }
  .cx-brand-kit-download-note {
    position: relative;
    padding-inline: 0;
    margin: 10px 24px 0px;
    display: block;
  }

  .cx-brand-kit__nav-item {
    flex: 0;
    padding: 20px 32px;
    height: 64px;
    font-size: 22px;

    &.is-active,
    &:hover {
      svg {
        transform: none;
        transition: none;
      }
    }

    svg {
      display: block;
    }
  }

  .cx-brand-kit-section {
    padding: 0 0 40px;
  }

  .cx-brand-kit-section__title {
    margin: 0 0 20px;
  }
}

/* Desktops (1024px +) */
@media (min-width: 1024px) {
  .cx-brand-kit-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cx-brand-kit-hero {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}

/* Pantallas Grandes (1200px +) */
@media (min-width: 1200px) {
}
