/* =========================
   HOME PAGE ONLY
   ========================= */

.cg-btn-neutral {
  min-height: 58px;
  border-radius: 18px;
  border: 0;
  background: linear-gradient(180deg, #17758d 0%, #156f86 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 14px 28px rgba(23, 117, 141, 0.24);
}

.cg-btn-neutral:hover,
.cg-btn-neutral:focus {
  background: linear-gradient(180deg, #125f73 0%, #104f61 100%);
  color: #ffffff;
  transform: translateY(-1px);
}

.cg-hero {
  position: relative;
  padding: 32px 0 42px;
  overflow: visible;
}

.cg-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 120px 48px 110px;
  min-height: 480px;
  background:
    radial-gradient(circle at 18% 18%, rgba(86, 214, 188, 0.12), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(56, 189, 248, 0.14), transparent 24%),
    linear-gradient(135deg, #051633 0%, #07245a 44%, #0a6f78 100%) !important;
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  isolation: isolate;
}

.cg-hero-shell::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  top: -200px;
  left: -170px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 0;
}

.cg-hero-shell::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  right: -90px;
  bottom: -110px;
  background: rgba(90, 255, 220, 0.08);
  pointer-events: none;
  z-index: 0;
}

.cg-hero-shell .cg-hero-inner::before {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 32px;
  background: linear-gradient(
    180deg,
    rgba(3, 12, 28, 0.12) 0%,
    rgba(3, 12, 28, 0.18) 100%
  );
  pointer-events: none;
  z-index: -1;
}

.cg-hero-orb {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
  z-index: 1;
}

.cg-hero-orb--top {
  width: 72px;
  height: 72px;
  top: 38px;
  right: 118px;
  background: rgba(255, 255, 255, 0.14);
}

.cg-hero-orb--mid {
  width: 14px;
  height: 14px;
  top: 72px;
  left: 50%;
  margin-left: -7px;
  background: rgba(255,255,255,.16);
}

.cg-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.cg-hero-stat-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

.cg-hero-stat-pill strong,
.cg-hero-stat-pill span {
  color: #ffffff !important;
}

.cg-hero-stat-pill .divider {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,.22);
}

.cg-hero-title {
  margin: 26px 0 14px;
  font-size: clamp(3.1rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(8, 18, 37, 0.18);
}

.cg-hero-title .accent {
  color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
}

.cg-hero-lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.08rem;
  line-height: 1.7;
  text-shadow: 0 1px 10px rgba(8, 18, 37, 0.10);
}

.cg-search-shell {
  position: relative;
  z-index: 5;
  max-width: 920px;
  margin: -46px auto 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
  border-radius: 26px;
  padding: 12px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cg-search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.cg-search-input-wrap {
  position: relative;
  min-width: 0;
}

.cg-search-input-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a94a6;
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

.cg-search-input {
  min-height: 72px;
  height: 72px;
  border-radius: 20px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  font-size: 17px;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 22px;
  padding-left: 66px;
  color: #0f172a;
  box-shadow: none;
  background: #ffffff;
}

.cg-search-input::placeholder {
  color: #8a94a6;
  line-height: normal;
}

.cg-search-input:focus {
  border-color: rgba(23, 117, 141, 0.28);
  box-shadow: 0 0 0 4px rgba(23, 117, 141, 0.08);
}

.cg-search-submit {
  min-width: 188px;
  min-height: 72px;
  border-radius: 20px;
  padding-inline: 24px;
  font-size: 1rem;
}

.cg-search-hints {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cg-search-hints a {
  text-decoration: none;
  color: #607089;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(203, 213, 225, 0.7);
  border-radius: 999px;
  transition: all .18s ease;
}

.cg-search-hints a:hover {
  color: #17758d;
  border-color: rgba(23, 117, 141, 0.22);
  transform: translateY(-1px);
}

.cg-hero-note {
  margin-top: 12px;
  color: #7b879a;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.cg-home-stack {
  display: grid;
  gap: 24px;
}

.cg-home-section-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.cg-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cg-home-entity-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cg-home-entity-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
  border-color: rgba(23, 117, 141, 0.18);
  color: inherit;
  text-decoration: none;
}

.cg-home-entity-card__body {
  padding: 18px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.cg-home-entity-avatar {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf6f8;
  color: #166a81;
  font-size: 18px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
  overflow: hidden;
  flex: 0 0 54px;
}

.cg-home-entity-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cg-home-entity-avatar--genre {
  background: #eef4ff;
  color: #2b62f0;
}

.cg-home-entity-title--clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cg-home-entity-title {
  margin: 6px 0 0;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--cg-text);
  word-break: break-word;
}

.cg-home-entity-meta {
  margin: 0;
  color: var(--cg-muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .cg-hero-shell {
    padding: 100px 36px 96px;
    min-height: 440px;
  }

  .cg-home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .cg-hero {
    padding-top: 20px;
  }

  .cg-hero-shell {
    border-radius: 30px;
    padding: 84px 26px 88px;
    min-height: auto;
  }

  .cg-hero-stat-pill {
    font-size: 15px;
    padding: 12px 20px;
  }

  .cg-hero-title {
    font-size: clamp(2.5rem, 8vw, 3.8rem);
    line-height: 1.06;
  }

  .cg-hero-lead {
    font-size: 1rem;
    line-height: 1.65;
    max-width: 680px;
  }

  .cg-search-shell {
    max-width: 760px;
    margin-top: -34px;
  }

  .cg-search-bar {
    grid-template-columns: 1fr;
  }

  .cg-search-submit {
    min-width: 100%;
  }

  .cg-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .cg-hero-shell {
    border-radius: 26px;
    padding: 64px 18px 76px;
  }

  .cg-hero-shell::before {
    width: 220px;
    height: 220px;
    top: -100px;
    left: -100px;
  }

  .cg-hero-shell::after {
    width: 180px;
    height: 180px;
    right: -70px;
    bottom: -70px;
  }

  .cg-hero-orb--top {
    width: 54px;
    height: 54px;
    top: 48px;
    right: 34px;
  }

  .cg-hero-stat-pill {
    gap: 10px;
    padding: 10px 14px;
    font-size: 13px;
    flex-wrap: wrap;
  }

  .cg-hero-stat-pill .divider {
    height: 16px;
  }

  .cg-hero-title {
    margin-top: 22px;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .cg-hero-lead {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .cg-search-shell {
    padding: 10px;
    border-radius: 22px;
    margin-top: -28px;
  }

  .cg-search-input {
    min-height: 58px;
    height: 58px;
    font-size: 15px;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 18px;
    padding-left: 52px;
    border-radius: 16px;
  }

  .cg-search-input-icon {
    left: 18px;
    font-size: 22px;
  }

  .cg-btn-neutral {
    min-height: 54px;
    border-radius: 16px;
    font-size: 15px;
  }

  .cg-search-submit {
    min-height: 54px;
    border-radius: 16px;
  }

  .cg-home-section-card {
    padding: 18px 16px;
    border-radius: 22px;
  }

  .cg-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .cg-home-entity-card__body {
    padding: 14px 12px;
    gap: 7px;
  }

  .cg-home-entity-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 16px;
    flex: 0 0 44px;
  }

  .cg-home-entity-title {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .cg-home-entity-meta {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 575.98px) {
  .cg-hero-shell {
    padding: 58px 14px 68px;
    border-radius: 22px;
  }

  .cg-hero-title {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .cg-hero-lead {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .cg-search-input {
    min-height: 54px;
    height: 54px;
    font-size: 14px;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 16px;
    padding-left: 48px;
  }

  .cg-btn-neutral,
  .cg-search-submit {
    min-height: 50px;
    font-size: 14px;
  }

  .cg-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

/* =========================
   HOME QUICK LINKS STRIP
   ========================= */

.cg-dark-strip {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(62, 160, 255, 0.18), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(80, 220, 190, 0.14), transparent 24%),
    linear-gradient(135deg, #04112d 0%, #061a44 42%, #071a3a 100%);
  color: #fff;
  border-radius: 34px;
  padding: 40px;
  box-shadow:
    0 30px 80px rgba(8, 18, 37, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cg-dark-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.18;
  pointer-events: none;
}

.cg-dark-strip::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: -140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 203, 180, 0.16) 0%, transparent 68%);
  pointer-events: none;
}

.cg-dark-strip .cg-split-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.cg-dark-strip .cg-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cg-dark-strip .cg-section-title {
  color: #f8fbff;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 14px !important;
  max-width: 560px;
}

.cg-dark-strip .cg-section-desc,
.cg-dark-strip p {
  color: rgba(226, 232, 240, 0.86);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 520px;
}

.cg-dark-strip .cg-card-grid.quick-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cg-dark-strip .cg-route-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(126, 255, 223, 0.20) 0%, rgba(126, 255, 223, 0.10) 10%, transparent 26%),
    radial-gradient(circle at 78% 26%, rgba(87, 241, 213, 0.10) 0%, transparent 20%),
    radial-gradient(circle at 68% 78%, rgba(94, 227, 205, 0.08) 0%, transparent 18%),
    linear-gradient(180deg, rgba(19, 133, 120, 0.98) 0%, rgba(12, 101, 97, 0.99) 100%);
  border: 1px solid rgba(96, 255, 214, 0.14);
  border-radius: 24px;
  box-shadow:
    0 16px 36px rgba(2, 12, 27, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.06);
  min-height: 0;
}

.cg-dark-strip .cg-route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg width='240' height='240' viewBox='0 0 240 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.38' stroke='%2396ffe7' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M-12 40C26 18 72 10 113 20C149 28 183 47 228 38C252 33 273 21 292 4'/%3E%3Cpath d='M-18 58C17 38 63 30 106 38C142 45 176 63 222 56C250 52 274 38 294 21'/%3E%3Cpath d='M-20 79C18 58 65 52 108 60C145 67 180 84 224 77C252 73 276 60 300 42'/%3E%3Cpath d='M-12 101C22 84 68 78 111 87C148 95 183 111 227 104C255 100 278 89 300 73'/%3E%3Cpath d='M-5 123C28 109 71 104 113 112C151 119 185 137 226 130C253 126 275 117 296 101'/%3E%3Cpath d='M2 145C36 132 78 127 119 135C156 142 188 159 225 152C250 148 271 140 292 127'/%3E%3Cpath d='M12 169C45 157 84 153 122 160C157 167 188 181 221 176C244 173 265 165 285 152'/%3E%3Cpath d='M24 193C56 181 92 177 127 184C159 190 187 202 217 198C239 195 257 188 276 178'/%3E%3Cpath d='M38 218C67 207 101 203 134 209C163 214 189 223 216 220C235 218 253 213 270 204'/%3E%3Cpath d='M82 -20C60 8 52 39 59 73C66 109 87 142 82 188C80 211 73 230 63 247'/%3E%3Cpath d='M102 -16C82 13 75 45 82 78C89 113 108 145 103 189C100 211 94 231 85 248'/%3E%3Cpath d='M124 -14C104 14 99 48 105 81C111 116 127 148 123 190C121 211 115 230 107 248'/%3E%3Cpath d='M147 -11C129 18 125 52 130 85C135 119 149 150 146 191C144 211 139 230 131 248'/%3E%3Cpath d='M171 -8C155 21 152 55 156 88C160 121 171 151 169 191C168 211 163 230 157 247'/%3E%3Cpath d='M196 -2C182 27 180 60 183 92C186 124 195 153 194 191C193 211 189 229 184 246'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat;
  opacity: 0.92;
  pointer-events: none;
  mix-blend-mode: screen;
}

.cg-dark-strip .cg-route-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at 22% 18%, rgba(146, 255, 232, 0.22) 0%, transparent 16%),
    radial-gradient(circle at 82% 78%, rgba(112, 255, 231, 0.10) 0%, transparent 18%);
  pointer-events: none;
}

.cg-dark-strip .cg-route-card .card-body {
  position: relative;
  z-index: 1;
  min-height: 178px;
  padding: 24px 22px 22px;
}

.cg-dark-strip .cg-route-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 48px rgba(2, 12, 27, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.08);
  border-color: rgba(135, 255, 228, 0.28);
}

.cg-dark-strip .cg-route-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255,255,255,0.10);
  color: #dffcff;
  font-size: 22px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 8px 18px rgba(2, 12, 27, 0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.cg-dark-strip .cg-route-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 22px;
  border: 1px solid rgba(190, 255, 238, 0.12);
  pointer-events: none;
}

.cg-dark-strip .cg-route-card .cg-card-title {
  color: #f4fffd !important;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.3;
  text-shadow: 0 1px 0 rgba(0,0,0,0.08);
}

.cg-dark-strip .cg-route-card .cg-card-text {
  color: rgba(225, 255, 247, 0.82) !important;
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (max-width: 1199.98px) {
  .cg-dark-strip {
    padding: 32px 28px;
  }

  .cg-dark-strip .cg-split-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cg-dark-strip .cg-section-title,
  .cg-dark-strip .cg-section-desc,
  .cg-dark-strip p {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .cg-dark-strip {
    padding: 22px 18px;
    border-radius: 26px;
  }

  .cg-dark-strip .cg-chip {
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .cg-dark-strip .cg-section-title {
    font-size: 1.9rem;
    margin-bottom: 10px !important;
  }

  .cg-dark-strip .cg-section-desc,
  .cg-dark-strip p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .cg-dark-strip .cg-card-grid.quick-links {
    gap: 12px;
  }

  .cg-dark-strip .cg-route-card {
    border-radius: 20px;
  }

  .cg-dark-strip .cg-route-card .card-body {
    min-height: 142px;
    padding: 18px 16px 16px;
  }

  .cg-dark-strip .cg-route-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .cg-dark-strip .cg-route-card .cg-card-title {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .cg-dark-strip .cg-route-card .cg-card-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  .cg-dark-strip .cg-card-grid.quick-links {
    grid-template-columns: 1fr;
  }

  .cg-dark-strip .cg-section-title {
    font-size: 1.65rem;
  }

  .cg-dark-strip .cg-route-card {
    border-radius: 18px;
  }

  .cg-dark-strip .cg-route-card .card-body {
    min-height: 0;
    padding: 16px 14px 14px;
  }

  .cg-dark-strip .cg-route-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .cg-dark-strip .cg-route-card .cg-card-title {
    font-size: 0.96rem;
    line-height: 1.3;
  }

  .cg-dark-strip .cg-route-card .cg-card-text {
    font-size: 0.88rem;
    line-height: 1.45;
  }
}

/* =========================
   HOME SONG CARD CLEAN
   ========================= */

#latest-songs .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

#latest-songs .row > [class*="col-"] {
  display: flex;
}

.cg-song-card-clean {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cg-song-card-clean:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
  border-color: rgba(23, 117, 141, 0.18);
  color: inherit;
  text-decoration: none;
}

.cg-song-card-clean__body {
  padding: 18px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cg-song-card-clean__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cg-song-card-clean__avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf6f8;
  color: #166a81;
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.cg-song-card-clean__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cg-song-card-clean__top-main {
  min-width: 0;
  flex: 1 1 auto;
}

.cg-song-card-clean__artist {
  margin: 0 0 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cg-song-card-clean__title {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cg-song-card-clean__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.cg-song-card-clean__chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.cg-song-card-clean__snippet {
  margin: 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.cg-song-card-clean__footer {
  margin-top: auto;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cg-song-card-clean__cta {
  color: #166a81;
  font-size: 13px;
  font-weight: 800;
}

.cg-song-card-clean__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #edf8fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #166a81;
  font-size: 16px;
  font-weight: 800;
  flex: 0 0 34px;
}

@media (max-width: 767.98px) {
  #latest-songs .row {
    --bs-gutter-x: 0.9rem;
    --bs-gutter-y: 0.9rem;
  }

  .cg-song-card-clean {
    border-radius: 20px;
  }

  .cg-song-card-clean__body {
    padding: 14px 12px;
    gap: 10px;
  }

  .cg-song-card-clean__top {
    gap: 10px;
  }

  .cg-song-card-clean__avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    flex: 0 0 40px;
    font-size: 14px;
  }

  .cg-song-card-clean__artist {
    font-size: 10px;
  }

  .cg-song-card-clean__title {
    font-size: 0.92rem;
  }

  .cg-song-card-clean__chip {
    min-height: 24px;
    padding: 0 8px;
    font-size: 10px;
  }

  .cg-song-card-clean__snippet {
    font-size: 11.5px;
    min-height: 34px;
  }

  .cg-song-card-clean__icon {
    width: 31px;
    height: 31px;
    border-radius: 11px;
    font-size: 14px;
    flex: 0 0 31px;
  }
}

@media (max-width: 575.98px) {
  #latest-songs .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .cg-song-card-clean__title {
    font-size: 0.88rem;
  }

  .cg-song-card-clean__snippet {
    font-size: 11px;
    min-height: 32px;
  }
}