.cb-home-desktop {
  min-width: 1180px;
  background: #fff;
}

.cb-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 40px 0;
}

.cb-section--hero {
  padding: 24px 40px 0;
}

.cb-section--bottom {
  padding: 40px 40px 72px;
}

.cb-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 19px;
}

.cb-section__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.7px;
}

.cb-section__more {
  font-size: 14px;
  font-weight: 500;
  color: #21201f;
  white-space: nowrap;
}

.cb-section__more:hover {
  color: #8f8f8f;
}

.cb-hero {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.cb-hero__banner {
  position: relative;
  display: block;
  flex: 1 1 1084px;
  max-width: 1084px;
  min-width: 0;
  align-self: flex-start;
  border-radius: 14px;
  overflow: hidden;
  background: #21201f;
  height: 320px;
}

.cb-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/hero-court-desktop.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.55;
}

.cb-hero__content {
  position: relative;
  padding: 27px 37px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 320px;
}

.cb-badge {
  display: inline-flex;
  align-self: flex-start;
  background: #fc3f1d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 11px;
}

.cb-hero__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 8px;
  max-width: 640px;
}

.cb-hero__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
  max-width: 520px;
}

.cb-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.cb-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.cb-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.cb-card__media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f6f6f6;
}

.cb-card__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  display: block;
}

.cb-card__discount {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fc3f1d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 6px;
  pointer-events: none;
}

.cb-card__body {
  padding: 12px 2px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cb-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.cb-card__price-now {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.cb-card__price-old {
  font-size: 12px;
  color: #b3b2b1;
  text-decoration: line-through;
}

.cb-card__name {
  font-size: 13px;
  line-height: 1.35;
  color: #40403f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}

.cb-card__meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #8f8f8f;
}

.cb-card__star {
  color: #ffb800;
}

.cb-card__rating {
  font-weight: 600;
  color: #21201f;
}

.cb-card__add {
  margin-top: 8px;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  color: #21201f;
  width: 100%;
}

.cb-card__add:hover {
  background: #ececec;
}

.cb-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6f6f6;
  aspect-ratio: 5 / 2;
  border-radius: 12px;
}

.cb-tile__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.cb-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(33, 32, 31, 0.62), rgba(33, 32, 31, 0) 58%);
}

.cb-tile.is-soon .cb-tile__bg {
  filter: grayscale(1) brightness(0.62);
}

.cb-tile.is-soon .cb-tile__overlay {
  background: linear-gradient(to top, rgba(33, 32, 31, 0.7), rgba(33, 32, 31, 0.28) 100%);
}

.cb-tile__soon {
  position: absolute;
  top: 20px;
  left: 28px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 4px 10px;
  border-radius: 20px;
}

.cb-tile__title {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.cb-guide-card {
  background: #f6f6f6;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.cb-guide-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}

.cb-guide-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #5c5b5a;
  margin: 0;
}

.cb-guide-card__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 20px;
  margin-top: auto;
}

.cb-guide-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 18px;
  padding: 12px 24px 12px 12px;
}

.cb-guide-chip:hover {
  box-shadow: 0 6px 22px rgba(33, 32, 31, 0.12);
  color: #21201f;
}

.cb-guide-chip__img {
  width: 56px;
  height: 46px;
  border-radius: 14px;
  flex-shrink: 0;
  background-color: #f0efee;
  background-size: cover;
  background-position: center;
}

.cb-guide-chip__name {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.cb-faq {
  width: 808px;
  max-width: 100%;
  background: #f6f6f6;
  border-radius: 14px;
  padding: 32px;
}

.cb-faq__cycle {
  height: 46px;
  overflow: hidden;
}

.cb-faq__track {
  display: flex;
  flex-direction: column;
  animation: cb-qcycle-desktop 27s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  color: #21201f;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -1.3px;
  line-height: 46px;
  white-space: nowrap;
}

.cb-faq__track div {
  height: 46px;
}

.cb-faq p {
  color: #5c5b5a;
  font-size: 15px;
  line-height: 1.5;
  margin: 14px 0 0;
  max-width: 620px;
}

.cb-faq__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  background: #fff;
  color: #21201f;
  border-radius: 12px;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
}

.cb-faq__btn:hover {
  background: #ececec;
  color: #21201f;
}

.cb-faq__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("../assets/tg-avatar.jpg");
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.cb-tg-banner {
  background: #21201f;
  border-radius: 26px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.cb-tg-banner__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 11px;
}

.cb-tg-banner__title img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.cb-tg-banner__title span {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.1;
}

.cb-tg-banner p {
  color: #b3b2b1;
  font-size: 14px;
  line-height: 1.5;
  max-width: 560px;
  margin: 0;
}

.cb-tg-banner__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #21201f;
  border-radius: 16px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.cb-tg-banner__btn:hover {
  background: #ececec;
  color: #21201f;
}

.cb-tg-banner__btn img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.cb-videos {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.cb-video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #21201f;
  aspect-ratio: 9 / 16;
  width: calc((100% - 100px) / 4.2);
  flex-shrink: 0;
}

.cb-video__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.cb-video__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(33, 32, 31, 0.72), rgba(33, 32, 31, 0) 55%);
}

.cb-video__sound {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(33, 32, 31, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.cb-video__product {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cb-video__product:hover {
  background: #fff;
  color: #21201f;
}

.cb-video__thumb {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

.cb-video__name {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cb-video__price {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-top: 2px;
}

.cb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 920px;
}

.cb-tag {
  background: #f6f6f6;
  border-radius: 40px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.cb-tag:hover {
  background: #ececec;
  color: #21201f;
}

.cb-perk {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 26px;
}

.cb-perk h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 0 0 8px;
}

.cb-perk p {
  font-size: 13px;
  color: #8f8f8f;
  line-height: 1.55;
  margin: 0;
}

.cb-home-mobile {
  max-width: 420px;
  margin: 0 auto;
  background: #21201f;
  min-height: 100vh;
  position: relative;
}

.cb-home-mobile__sheet {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 28px 28px;
  margin-bottom: -28px;
  padding-bottom: 48px;
}

.cb-m-search {
  padding: 14px 16px 12px;
}

.cb-m-search a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f6f6f6;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
  color: #8f8f8f;
}

.cb-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 16px;
}

.cb-chip {
  flex-shrink: 0;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.cb-chip:hover,
.cb-chip:active {
  background: #ececec;
  color: #21201f;
}

.cb-m-hero {
  display: block;
  margin: 0 16px 24px;
  background: #f6f6f6;
  border-radius: 20px;
  overflow: hidden;
}

.cb-m-hero img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: 52% 40%;
  display: block;
}

.cb-m-hero__body {
  padding: 16px 18px 18px;
}

.cb-m-hero__title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.15;
  margin: 8px 0 4px;
}

.cb-m-hero__text {
  font-size: 14px;
  color: #8f8f8f;
}

.cb-m-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 16px 12px;
}

.cb-m-head h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin: 0;
}

.cb-m-head a {
  font-size: 14px;
  color: #8f8f8f;
}

.cb-m-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
  row-gap: 26px;
  padding: 0 16px 24px;
}

.cb-m-card .cb-card__discount {
  top: 8px;
  left: 8px;
  border-radius: 20px;
}

.cb-m-card .cb-card__media {
  border-radius: 16px;
}

.cb-m-card .cb-card__price-now {
  font-size: 17px;
  font-weight: 800;
}

.cb-m-card .cb-card__add {
  border-radius: 12px;
  font-size: 14px;
}

.cb-m-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 24px;
}

.cb-m-row .cb-card {
  width: 176px;
  flex-shrink: 0;
}

.cb-m-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 16px 24px;
}

.cb-m-tile {
  background: #f6f6f6;
  border-radius: 16px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.cb-m-tile__title {
  position: relative;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.cb-m-guide {
  margin: 0 16px 28px;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 4px 18px;
}

.cb-m-guide__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0;
  border-bottom: 1px solid #e7e6e5;
}

.cb-m-guide__row:last-child {
  border-bottom: none;
}

.cb-m-guide__row h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.cb-m-guide__row p {
  font-size: 14px;
  line-height: 1.45;
  color: #5c5b5a;
  margin: 0;
}

.cb-m-guide__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}

.cb-m-guide__chip {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border-radius: 12px;
  padding: 6px 13px 6px 6px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
}

.cb-m-guide__chip span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  flex-shrink: 0;
  background-color: #f0efee;
  background-size: cover;
  background-position: center;
}

.cb-m-tg {
  margin: 0 16px 34px;
  background: #21201f;
  border-radius: 20px;
  padding: 24px 20px;
}

.cb-m-tg__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.cb-m-tg__title img {
  width: 34px;
  height: 34px;
}

.cb-m-tg p {
  color: #b3b2b1;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 18px;
}

.cb-m-tg a {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #21201f;
  border-radius: 14px;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
}

.cb-m-videos {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 16px 34px;
}

.cb-m-video {
  flex-shrink: 0;
  width: 210px;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
}

.cb-m-faq {
  margin: 4px 16px 28px;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 26px 20px 24px;
}

.cb-m-faq__cycle {
  height: 28px;
  overflow: hidden;
}

.cb-m-faq__track {
  display: flex;
  flex-direction: column;
  animation: cb-qcycle-mobile 27s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 28px;
  white-space: nowrap;
}

.cb-m-faq__track div {
  height: 28px;
}

.cb-m-faq p {
  font-size: 14px;
  line-height: 1.45;
  color: #5c5b5a;
  margin: 9px 0 0;
}

.cb-m-faq a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  color: #21201f;
}

.cb-m-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 16px 28px;
}

.cb-m-tag {
  background: #f6f6f6;
  border-radius: 34px;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.cb-m-perks {
  margin: 4px 16px 0;
  border-top: 1px solid #eeedec;
}

.cb-m-perk {
  padding: 14px 0;
  border-bottom: 1px solid #eeedec;
}

.cb-m-perk h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px;
}

.cb-m-perk p {
  font-size: 13px;
  color: #8f8f8f;
  margin: 0;
}
