﻿.playforge-catalog-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}


.playforge-catalog-hero-section {
  position: relative;
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f9f1 0%, #f7fafc 100%);
}

.playforge-catalog-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-catalog-hero-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}

.playforge-catalog-hero-title i {
  color: var(--accent-color);
  font-size: 2.2rem;
}

.playforge-catalog-hero-subtitle {
  max-width: 95%;
  margin-bottom: 20px;
  color: var(--secondary-text-color);
  font-size: 1.25rem;
  line-height: 1.6;
}

.playforge-catalog-hero-text {
  max-width: 90%;
  margin-bottom: 15px;
  color: var(--secondary-text-color);
  font-size: 1.1rem;
  line-height: 1.5;
}

.playforge-catalog-hero-text i,
.playforge-catalog-hero-subtitle i {
  margin-right: 8px;
  color: var(--accent-color);
}

.playforge-catalog-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.playforge-catalog-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  padding: 8px 15px;
  color: var(--accent-color);
  font-weight: 500;
  font-size: 0.95rem;
  background: rgba(0, 129, 57, 0.1);
  transition: all 0.3s ease;
}

.playforge-catalog-hero-tag:hover {
  background: rgba(0, 129, 57, 0.2);
  transform: translateY(-3px);
}

.playforge-catalog-hero-tag i {
  color: var(--accent-color);
  font-size: 0.85rem;
}


.playforge-trending-games-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.playforge-trending-games-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-trending-games-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-trending-games-title i {
  color: #ff7d3e;
}

.playforge-trending-games-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-trending-games-text i {
  margin-right: 8px;
  color: #ff7d3e;
}

.playforge-trending-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-strategy-skills-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #f7fafc 0%, #e8f5e9 100%);
}

.playforge-strategy-skills-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-strategy-skills-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-strategy-skills-title i {
  color: #4a6bdf;
}

.playforge-strategy-skills-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-strategy-skills-text i {
  margin-right: 8px;
  color: #4a6bdf;
}

.playforge-strategy-skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-cultural-games-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.playforge-cultural-games-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-cultural-games-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-cultural-games-title i {
  color: #e84393;
}

.playforge-cultural-games-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-cultural-games-text i {
  margin-right: 8px;
  color: #e84393;
}

.playforge-cultural-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-tech-tutorials-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f9f1 0%, #f7fafc 100%);
}

.playforge-tech-tutorials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-tech-tutorials-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-tech-tutorials-title i {
  color: #6c5ce7;
}

.playforge-tech-tutorials-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-tech-tutorials-text i {
  margin-right: 8px;
  color: #6c5ce7;
}

.playforge-tech-tutorials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-festive-events-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.playforge-festive-events-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-festive-events-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-festive-events-title i {
  color: #ff6b6b;
}

.playforge-festive-events-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-festive-events-text i {
  margin-right: 8px;
  color: #ff6b6b;
}

.playforge-festive-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-learning-guides-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #f7fafc 0%, #e8f5e9 100%);
}

.playforge-learning-guides-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-learning-guides-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-learning-guides-title i {
  color: #ffa502;
}

.playforge-learning-guides-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-learning-guides-text i {
  margin-right: 8px;
  color: #ffa502;
}

.playforge-learning-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-regional-content-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.playforge-regional-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-regional-content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-regional-content-title i {
  color: #00cec9;
}

.playforge-regional-content-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-regional-content-text i {
  margin-right: 8px;
  color: #00cec9;
}

.playforge-regional-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-learning-tools-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f9f1 0%, #f7fafc 100%);
}

.playforge-learning-tools-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-learning-tools-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.playforge-learning-tools-title i {
  color: #fdcb6e;
}

.playforge-learning-tools-text {
  max-width: 800px;
  margin-bottom: 40px;
  color: var(--secondary-text-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-learning-tools-text i {
  margin-right: 8px;
  color: #fdcb6e;
}

.playforge-learning-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}


.playforge-catalog-cta-section {
  position: relative;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f5e9 0%, #f7fafc 100%);
}

.playforge-catalog-cta-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.playforge-catalog-cta-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}

.playforge-catalog-cta-title i {
  color: var(--accent-color);
  font-size: 2.2rem;
}

.playforge-catalog-cta-text {
  max-width: 900px;
  margin-bottom: 30px;
  color: var(--secondary-text-color);
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}

.playforge-catalog-cta-text i {
  margin-right: 8px;
  color: var(--accent-color);
}

.playforge-catalog-cta-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  max-width: 800px;
  margin: 0 auto 40px;
}

.playforge-catalog-cta-list li {
  position: relative;
  padding-left: 35px;
  color: var(--main-text-color);
  font-size: 1.05rem;
  line-height: 1.5;
}

.playforge-catalog-cta-list li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--accent-color);
  font-size: 1.2rem;
}

.playforge-catalog-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 40px;
  border-radius: 30px;
  padding: 16px 35px;
  box-shadow: 0 8px 25px rgba(0, 129, 57, 0.3);
  color: white;
  font-weight: 600;
  font-size: 1.15rem;
  text-decoration: none;
  background: var(--accent-color);
  transition: all 0.3s ease;
}

.playforge-catalog-cta-btn:hover {
  box-shadow: 0 12px 30px rgba(0, 129, 57, 0.4);
  background: #00964a;
  transform: translateY(-5px);
}

.playforge-catalog-cta-image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


.playforge-resource-card {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: white;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.playforge-resource-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-12px);
}

.playforge-resource-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.playforge-resource-card:hover .playforge-resource-image {
  transform: scale(1.05);
}

.playforge-resource-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 20px 10px;
  color: var(--main-text-color);
  font-weight: 600;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.playforge-resource-card:hover h3 {
  color: var(--accent-color);
}

.playforge-trending-games-section .playforge-resource-card:hover h3 {
  color: #ff7d3e;
}

.playforge-strategy-skills-section .playforge-resource-card:hover h3 {
  color: #4a6bdf;
}

.playforge-cultural-games-section .playforge-resource-card:hover h3 {
  color: #e84393;
}

.playforge-tech-tutorials-section .playforge-resource-card:hover h3 {
  color: #6c5ce7;
}

.playforge-festive-events-section .playforge-resource-card:hover h3 {
  color: #ff6b6b;
}

.playforge-learning-guides-section .playforge-resource-card:hover h3 {
  color: #ffa502;
}

.playforge-regional-content-section .playforge-resource-card:hover h3 {
  color: #00cec9;
}

.playforge-learning-tools-section .playforge-resource-card:hover h3 {
  color: #fdcb6e;
}

.playforge-resource-card h3 i {
  transition: transform 0.3s ease;
}

.playforge-resource-card:hover h3 i {
  transform: scale(1.2) rotate(5deg);
}

.playforge-resource-card p {
  padding: 0 20px 15px;
  color: var(--secondary-text-color);
  font-size: 1rem;
  line-height: 1.5;
}

.playforge-resource-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px 20px;
}

.playforge-resource-details li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary-text-color);
  font-size: 0.9rem;
}

.playforge-resource-details li i {
  width: 18px;
  color: var(--accent-color);
  font-size: 0.9rem;
  text-align: center;
}

.playforge-trending-games-section .playforge-resource-details li i {
  color: #ff7d3e;
}

.playforge-strategy-skills-section .playforge-resource-details li i {
  color: #4a6bdf;
}

.playforge-cultural-games-section .playforge-resource-details li i {
  color: #e84393;
}

.playforge-tech-tutorials-section .playforge-resource-details li i {
  color: #6c5ce7;
}

.playforge-festive-events-section .playforge-resource-details li i {
  color: #ff6b6b;
}

.playforge-learning-guides-section .playforge-resource-details li i {
  color: #ffa502;
}

.playforge-regional-content-section .playforge-resource-details li i {
  color: #00cec9;
}

.playforge-learning-tools-section .playforge-resource-details li i {
  color: #fdcb6e;
}

.playforge-resource-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: auto 20px 20px;
  border-radius: 10px;
  padding: 12px;
  color: var(--accent-color);
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 129, 57, 0.1);
  transition: all 0.3s ease;
}

.playforge-resource-btn:hover {
  color: white;
  background: var(--accent-color);
  transform: translateY(-3px);
}

.playforge-trending-games-section .playforge-resource-btn {
  color: #ff7d3e;
  background: rgba(255, 125, 62, 0.1);
}

.playforge-trending-games-section .playforge-resource-btn:hover {
  color: white;
  background: #ff7d3e;
}

.playforge-strategy-skills-section .playforge-resource-btn {
  color: #4a6bdf;
  background: rgba(74, 107, 223, 0.1);
}

.playforge-strategy-skills-section .playforge-resource-btn:hover {
  color: white;
  background: #4a6bdf;
}

.playforge-cultural-games-section .playforge-resource-btn {
  color: #e84393;
  background: rgba(232, 67, 147, 0.1);
}

.playforge-cultural-games-section .playforge-resource-btn:hover {
  color: white;
  background: #e84393;
}

.playforge-tech-tutorials-section .playforge-resource-btn {
  color: #6c5ce7;
  background: rgba(108, 92, 231, 0.1);
}

.playforge-tech-tutorials-section .playforge-resource-btn:hover {
  color: white;
  background: #6c5ce7;
}

.playforge-festive-events-section .playforge-resource-btn {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
}

.playforge-festive-events-section .playforge-resource-btn:hover {
  color: white;
  background: #ff6b6b;
}

.playforge-learning-guides-section .playforge-resource-btn {
  color: #ffa502;
  background: rgba(255, 165, 2, 0.1);
}

.playforge-learning-guides-section .playforge-resource-btn:hover {
  color: white;
  background: #ffa502;
}

.playforge-regional-content-section .playforge-resource-btn {
  color: #00cec9;
  background: rgba(0, 206, 201, 0.1);
}

.playforge-regional-content-section .playforge-resource-btn:hover {
  color: white;
  background: #00cec9;
}

.playforge-learning-tools-section .playforge-resource-btn {
  color: #fdcb6e;
  background: rgba(253, 203, 110, 0.1);
}

.playforge-learning-tools-section .playforge-resource-btn:hover {
  color: white;
  background: #fdcb6e;
}


@media (max-width: 1024px) {

  .playforge-trending-games-grid,
  .playforge-strategy-skills-grid,
  .playforge-cultural-games-grid,
  .playforge-tech-tutorials-grid,
  .playforge-festive-events-grid,
  .playforge-learning-guides-grid,
  .playforge-regional-content-grid,
  .playforge-learning-tools-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .playforge-catalog-hero-title {
    font-size: 2.2rem;
  }

  .playforge-catalog-hero-subtitle {
    font-size: 1.15rem;
  }

  .playforge-catalog-cta-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .playforge-catalog-hero-section {
    padding: 60px 0;
  }

  .playforge-catalog-hero-title {
    font-size: 2rem;
  }

  .playforge-catalog-hero-subtitle {
    max-width: 100%;
    font-size: 1.1rem;
  }

  .playforge-catalog-hero-text {
    max-width: 100%;
    font-size: 1rem;
  }

  .playforge-trending-games-title,
  .playforge-strategy-skills-title,
  .playforge-cultural-games-title,
  .playforge-tech-tutorials-title,
  .playforge-festive-events-title,
  .playforge-learning-guides-title,
  .playforge-regional-content-title,
  .playforge-learning-tools-title,
  .playforge-catalog-cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {

  .playforge-trending-games-grid,
  .playforge-strategy-skills-grid,
  .playforge-cultural-games-grid,
  .playforge-tech-tutorials-grid,
  .playforge-festive-events-grid,
  .playforge-learning-guides-grid,
  .playforge-regional-content-grid,
  .playforge-learning-tools-grid {
    grid-template-columns: 1fr;
  }

  .playforge-catalog-hero-tags {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .playforge-catalog-hero-section {
    padding: 50px 0;
  }

  .playforge-catalog-hero-title {
    font-size: 1.8rem;
  }

  .playforge-trending-games-section,
  .playforge-strategy-skills-section,
  .playforge-cultural-games-section,
  .playforge-tech-tutorials-section,
  .playforge-festive-events-section,
  .playforge-learning-guides-section,
  .playforge-regional-content-section,
  .playforge-learning-tools-section,
  .playforge-catalog-cta-section {
    padding: 50px 0;
  }

  .playforge-trending-games-title,
  .playforge-strategy-skills-title,
  .playforge-cultural-games-title,
  .playforge-tech-tutorials-title,
  .playforge-festive-events-title,
  .playforge-learning-guides-title,
  .playforge-regional-content-title,
  .playforge-learning-tools-title,
  .playforge-catalog-cta-title {
    font-size: 1.8rem;
  }

  .playforge-trending-games-text,
  .playforge-strategy-skills-text,
  .playforge-cultural-games-text,
  .playforge-tech-tutorials-text,
  .playforge-festive-events-text,
  .playforge-learning-guides-text,
  .playforge-regional-content-text,
  .playforge-learning-tools-text,
  .playforge-catalog-cta-text {
    font-size: 1rem;
  }

  .playforge-catalog-cta-btn {
    justify-content: center;
    width: 100%;
    padding: 14px;
    font-size: 1.05rem;
  }
}

@media (max-width: 425px) {
  [class*="-title"] {
    flex-direction: column;
  }
}