.custom {
  padding: 60px 0 0 0;
}

.custom:last-of-type {
  padding-bottom: 60px;
}
.custom h3 {
  color: #cbb170;
  letter-spacing: 2px;
  font: 600 45px "Barlow Condensed";
  text-align: center;
  padding: 0 0 35px;
}

.custom p {
  padding: 10px 0;
}

.custom img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* MOBIL RESPONSIVE CSS - Csak 768px alatt aktív */
@media (max-width: 768px) {
  /* Általános beállítások */
  body {
    margin: 0;
    padding: 0;
  }

  /* HERO SECTION */
  .hero-section {
    padding: 60px 15px !important;
    min-height: 70vh !important;
    background-position: 80% 50% !important; /* JOBB OLDAL látszik */
    background-size: cover !important;
    background-attachment: scroll !important;
  }

  .hero-inner {
    gap: 20px !important;
    flex-direction: column !important;
    padding: 0 10px !important;
    align-items: flex-start !important; /* BALRA igazítás */
    justify-content: flex-start !important;
  }

  /* SZÖVEG ELTŰNIK MOBILON */
  .hero-text {
    display: none !important;
  }

  /* LOGÓK BAL FELSŐ SAROKBA */
  .hero-logos {
    order: 1 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .hero-logos img {
    width: 100px !important;
    margin: 8px 0 !important;
    display: block !important;
  }

  /* DONATE SECTION */
  .donate-section {
    padding: 40px 15px !important;
  }

  .donate-inner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 0px !important;
  }

  .donate-badge {
    order: 2 !important;
    flex: none !important;
    top: 0 !important;
    margin-bottom: 10px !important;
  }

  .donate-badge img {
    width: 150px !important;
  }

  .donate-text {
    order: 1 !important;
    flex: none !important;
    text-align: center !important;
    margin-top: 0 !important;
    padding: 0 10px !important;
  }

  .donate-text h2 {
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .donate-text p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .donate-line {
    order: 3 !important;
    margin-top: -17px !important;
  }

  .donate-stores {
    order: 4 !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .donate-stores img {
    height: 22px !important;
  }

  /* WHY SECTION */
  .why-section {
    padding: 40px 15px !important;
  }

  .why-inner {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .why-text,
  .why-image {
    flex: 1 1 auto !important;
    text-align: center !important;
    padding: 15px !important;
    margin: 0 !important;
  }

  .why-text h2 {
    font-size: 24px !important;
    text-align: center !important;
  }

  .why-text p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .why-image img {
    max-width: 300px !important;
    width: 100% !important;
  }

  /* FOUNDATION SECTION */
  .foundation-section {
    padding: 40px 15px !important;
  }

  .foundation-inner {
    flex-direction: column !important;
    gap: 30px !important;
    text-align: center !important;
    padding: 0 10px !important;
  }

  .foundation-inner img {
    width: 120px !important;
    margin: 0 auto !important;
  }

  .foundation-text {
    padding-right: 0 !important;
    text-align: center !important;
  }

  .foundation-text h2 {
    font-size: 24px !important;
    text-align: center !important;
  }

  .foundation-text p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  /* MUSIC SECTION */
  .music-section {
    background: linear-gradient(to bottom, #1c1c3a 80%, #8a723b 70%);

    padding: 40px 15px !important;
  }

  .music-inner {
    padding: 0 10px !important;
  }

  .music-inner h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }

  .music-inner p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .music-card {
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  .music-player {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .music-cover {
    width: 100% !important;
    height: 218px !important;
    max-width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .spotify-link {
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    justify-content: center !important;
    font-size: 1rem !important;
    padding: 15px 20px !important;
    margin-top: -5px !important;
    border-radius: 0 0 20px 20px !important;
  }

  .spotify-link img {
    height: 24px !important;
    width: 24px !important;
  }

  /* PRODUCTS SECTION */
  .products-section {
    padding: 40px 15px 60px 15px !important;
  }

  .products-inner h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }

  .products-inner p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 30px !important;
  }

  .product-grid {
    gap: 20px !important;
    justify-content: center !important;
    margin-top: 20px !important;
  }

  .product-item,
  .product-promo {
    flex: 0 0 auto !important;
  }

  .product-item > div {
    width: 140px !important;
    height: 220px !important;
    padding: 15px !important;
  }

  .product-promo > div {
    width: 110px !important;
    height: 220px !important;
    padding: 15px !important;
  }

  .product-item img {
    max-height: 160px !important;
  }

  .product-promo img {
    width: 80px !important;
    margin-top: 15px !important;
  }

  .product-item p {
    font-size: 14px !important;
    margin: 5px 0 0 0 !important;
  }

  .products-inner > p:last-child {
    padding: 30px 10px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* FOOTER */
  .footer-section {
    height: 20px !important;
  }
}

/* EXTRA KIS KÉPERNYŐKRE (480px alatt) */
@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 28px !important;
  }

  .donate-text h2,
  .why-text h2,
  .foundation-text h2,
  .music-inner h2,
  .products-inner h2 {
    font-size: 20px !important;
  }

  .product-item > div {
    width: 120px !important;
    height: 200px !important;
  }

  .product-promo > div {
    width: 90px !important;
    height: 200px !important;
  }

  .music-cover {
    height: 159px !important;
  }

  .product-grid {
    gap: 15px !important;
  }
}
