@font-face {
  font-family: 'Poppins';
  src: url('./Fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}
a img {
  pointer-events: none;
}

body {
  background: #0f0f0f;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  overflow-x: hidden;
}

.top-row {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  align-items: center;
  width: calc(70vw + 10rem);
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
  margin-bottom: 1rem;
}

.top-row img {
  height: auto;
  display: block;
}

.asset-185 {
  width: 50%;
  margin-right: 20px;
}

.asset-175 {
  width: 25%;
}

.asset-174 {
  width: 3%;
}

.asset-176 {
  width: 21%;
}

.top-row-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  width: calc(70vw + 10rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.top-row-2-line {
  height: 3px;
  background: #fff;
}

.top-row-2-line.left {
  flex: 3;
}

.top-row-2-line.right {
  flex: 1;
}

.top-row-2 img {
  width: 50%;
  height: auto;
  display: block;
  position: relative;
  top: 8px;
}

.back-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: calc(70vw + 10rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.col-header-asset {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.back-row-line {
  flex: 1;
  height: 3px;
  background: #fff;
}

.back-btn {
  background: #fff;
  color: #0f0f0f;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
}

.back-btn:hover {
  opacity: 0.8;
}

.header-banner-141 {
  display: block;
  width: calc(70vw + 10rem);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.section2-header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(70vw + 10rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.s2h-center-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.s2h-box-left,
.s2h-box-right {
  width: 20%;
  flex-shrink: 0;
}

.s2h-box-right {
  visibility: hidden;
}

.section2-header-row img {
  height: auto;
  display: block;
}

.s2h-180 {
  width: 100%;
}

.s2h-175 {
  width: 35%;
}

.s2h-174 {
  width: 3%;
}

.s2h-176 {
  width: 35%;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #ff0000;
}

#col-left-3 .carousel,
#col-right-3 .carousel {
  margin-bottom: 1rem;
}
#section-2 {
  display: grid;
  grid-template-columns: 37vw 37vw;
  gap: 5rem;
  align-items: start;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
}

#section-3 {
  display: grid;
  grid-template-columns: 37vw 37vw;
  gap: 5rem;
  align-items: stretch;
  justify-content: center;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0px;
}

#section-4 {
  display: grid;
  grid-template-columns: 37vw 37vw;
  gap: 5rem;
  align-items: start;
  justify-content: center;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#section-social {
  display: grid;
  grid-template-columns: 37vw 37vw;
  gap: 5rem;
  align-items: start;
  justify-content: center;
  position: relative;
  margin-top: 0px;
  margin-bottom: 3rem;
}

.center-line-abs {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 600px) {
  .center-line-abs {
    width: 1px;
  }
}


#col-left,
#col-right,
#col-left-3,
#col-right-3,
#col-left-4,
#col-right-4,
#col-left-social,
#col-right-social {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

[id*="section"] {
  position: relative;
}

#center-line {
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

#loading {
  color: #888;
}

#error {
  color: #ff4444;
  display: none;
}

.carousel-radio-title {
  font-size: 1.3rem;
  margin-top: 0.75rem;
  text-align: center;
}

@media (max-width: 600px) {
  .carousel-radio-title {
    font-size: 0.7rem;
  }
}

.bottom-assets {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row-assets {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.row-assets img:first-child {
  flex: 0 0 80%;
  width: 80%;
  margin-top: 16px;
  object-fit: contain;
  display: block;
}

.row-assets img:last-child {
  flex: 0 0 20%;
  width: 20%;
  height: auto;
  object-fit: contain;
  display: block;
}

#col-right-4 .carousel .carousel-card:first-child,
#col-right-3 .carousel:last-child .carousel-card:first-child {
  aspect-ratio: 16/9;
}
#col-right-4 .carousel .carousel-card:first-child img,
#col-right-3 .carousel:last-child .carousel-card:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#col-left-3 .carousel-track-container,
#col-right-3 .carousel-track-container {
  aspect-ratio: 307 / 227;
}

#col-left-3 .carousel-card img,
#col-right-3 .carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-182 {
  width: 70%;
  margin-top: 2rem;
  height: auto;
  display: block;
}

.banner-167 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  align-self: flex-end;
}

.banner-167-left {
  margin-top: 0;
}

.banner-199-right {
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}


.social-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 1rem;
  gap: 50px;
  width: 100%;
}

.social-icons img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.social-icons a:last-child img {
  width: 80%;
}

@media (max-width: 600px) {
  #section-2 {
    margin-bottom: 1rem;
  }

  .section2-header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(70vw + 10rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .back-row {
    width: 100%;
    padding: 0 1rem;
    font-size: 0.7rem;
    gap: 0.5rem;
    box-sizing: border-box;
  }

  .back-row-line {
    height: 2px;
  }

  .s2h-center-group {
    gap: 12px;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .s2h-175 {
    width: 32%;
  }

  .s2h-174 {
    width: 5%;
  }

  .s2h-176 {
    width: 32%;
  }

  .section2-header-row {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
  }

  .back-btn {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
  }

  .row-assets img:first-child {
    flex: 0 0 80%;
    width: 80%;
    margin-top: 0;
    object-fit: contain;
    display: block;
  }

  .row-assets img:last-child {
    flex: 0 0 20%;
    width: 20%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .top-row,
  .top-row-2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    gap: 0.4rem;
  }

  .asset-185 {
    width: 40%;
  }

  .asset-175 {
    width: 24%;
  }

  .asset-174 {
    width: 5%;
  }

  .asset-176 {
    width: 20%;
  }

  .top-row-2 img {
    width: 45%;
    max-width: 45%;
    flex-shrink: 0;
    position: static;
    top: 0;
  }

  .header-banner-141 {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) and (min-width: 601px) {

  #section-2, #section-3, #section-4, #section-social {
    grid-template-columns: 42vw 42vw;
    gap: 3rem;
  }

  .s2h-center-group {
    gap: 20px;
  }

  .social-icons {
    width: 100%;
    gap: 20px;
  }

  .back-btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
  }

  .back-row {
    font-size: 1rem;
  }

  .top-row,
  .top-row-2 {
    width: 90%;
    box-sizing: border-box;
    padding: 0 1rem;
    overflow: hidden;
  }

  .asset-185 {
    width: 40%;
    flex-shrink: 1;
  }

  .asset-175 {
    width: 20%;
    flex-shrink: 1;
  }

  .asset-174 {
    width: 3%;
    flex-shrink: 1;
  }

  .asset-176 {
    width: 18%;
    flex-shrink: 1;
  }

  .top-row-2 img {
    width: 40%;
  }

  .header-banner-141 {
    width: 90%;
  }
}


@media (max-width: 600px) {

  #section-2,
  #section-3,
  #section-4,
  #section-social {
    grid-template-columns: 44vw 44vw;
    gap: 1rem;
  }

  #col-left-3 img,
  #col-right-3 img {
    height: auto;
    display: block;
  }

  .social-icons {
    gap: 14px;
    padding-top: 0.5rem;
  }

  .social-icons img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* ── Skeleton ── */
@keyframes sk-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.skeleton {
  background: linear-gradient(90deg, #1a1a1a 25%, #2b2b2b 50%, #1a1a1a 75%);
  background-size: 200% 100%;
  animation: sk-shimmer 1.5s infinite;
  border-radius: 8px;
}
.sk-carousel { margin-bottom: 3rem; }
.sk-img {
  width: 100%;
  aspect-ratio: 307 / 227;
  border-radius: 8px;
}
.sk-radio-img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 40px;
  margin-top: 3px;
}
.sk-header {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 1rem;
}
.sk-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
}
.sk-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sk-title {
  width: 40%;
  height: 1rem;
  margin: 0.75rem auto 0;
}
.sk-banner {
  width: 70%;
  height: 2rem;
  margin-top: 1rem;
}
.sk-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  width: 70%;
  margin-top: 1rem;
}
.sk-icon { aspect-ratio: 1; }
@media (max-width: 1024px) and (min-width: 601px) {
  .sk-radio-img { border-radius: 0; }
  .sk-icons { gap: 20px; width: 94%; }
}
@media (max-width: 600px) {
  .sk-radio-img { border-radius: 0; }
  .sk-icons { gap: 14px; }
}

/* ── Carousel ── */
.carousel {
  margin-bottom: 3rem;
}
.carousel h2 {
  font-size: 1.3rem;
  margin-top: 0.75rem;
  text-align: center;
}
@media (max-width: 600px) {
  .carousel h2 { font-size: 0.7rem; }
}
.carousel-wrapper {
  position: relative;
  width: 100%;
}
.carousel-track-container {
  overflow: hidden;
  border-radius: 8px;
  cursor: grab;
}
.carousel-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.35s ease;
  will-change: transform;
}
.carousel-card {
  flex: 0 0 100%;
  background: none;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s;
}
.carousel-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
}
.carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: background 0.2s;
}
.carousel-dot.active {
  background: #fff;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.carousel-btn img {
  width: 1rem;
  display: block;
}
.carousel-btn:hover { opacity: 0.75; transform: translateY(-50%) scale(1.1); }
.carousel-btn.next { right: -1.5rem; }
.carousel-btn.prev { left: -1.5rem; }
.carousel-btn:disabled { opacity: 0.2; cursor: default; }
@media (max-width: 600px) {
  .carousel-btn { display: none; }
}

/* ── Radio ── */
.radio-card {
  position: relative;
  border-radius: 40px;
  margin-top: 3px;
  overflow: hidden;
  cursor: pointer;
}
.radio-card img.radio-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.radio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 3rem;
}
.radio-play-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.15s, opacity 0.15s, background 0.15s;
}
.radio-play-btn:hover { transform: scale(1.1); opacity: 0.85; }
.radio-vol-row {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 1rem;
}
.radio-vol-row span { font-size: 2.2rem; color: #fff; }
.radio-vol-icon { display: flex; align-items: center; }
.radio-vol-icon svg { width: 2.8rem; height: 2.8rem; }
.radio-vol-row input[type=range] {
  width: 50%;
  flex: none;
  -webkit-appearance: none;
  height: 3px;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.radio-vol-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.radio-vol-row input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: none;
}
@media (max-width: 1024px) and (min-width: 601px) {
  .radio-card { border-radius: 0; }
  .radio-overlay { padding-top: 2.5rem; gap: 0.5rem; }
  .radio-play-btn { width: 2.5rem; height: 2.5rem; }
  .radio-vol-row { gap: 0.5rem; }
  .radio-vol-row span { font-size: 1rem; }
  .radio-vol-icon svg { width: 1.8rem; height: 1.8rem; }
  .radio-vol-row input[type=range]::-webkit-slider-thumb { width: 8px; height: 8px; }
}
@media (max-width: 600px) {
  .radio-card { border-radius: 0; }
  .radio-overlay { padding-top: 1.2rem; gap: 0.2rem; }
  .radio-play-btn { width: 1.2rem; height: 1.2rem; margin-bottom: 0.5rem; }
  .radio-vol-row { gap: 0.2rem; }
  .radio-vol-row span { font-size: 0.5rem; }
  .radio-vol-icon svg { width: 1.2rem; height: 1.2rem; }
  .radio-vol-row input[type=range] { height: 1px; }
  .radio-vol-row input[type=range]::-webkit-slider-thumb { width: 6px; height: 6px; }
}