body {
  font-family: 'Segoe UI', 'Arial', sans-serif;
  background: linear-gradient(#fffdf9, #f1f1f1);
  margin: 0;
}
.site-main {
  padding: 20px;
  min-height: 2000px;
}
.main-title {
  font-size: 2.2em;
  margin-bottom: 0.2em;
  color: #0a7bdb;
  text-align: center;
}
.subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 1.1em;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto 30px;
  min-height: 500px;
}
section {
  margin-top: 60px;
}
.free-coloring {
  background: #fff8e1;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  margin: 40px auto;
  max-width: 900px;
}
.free-coloring h2 {
  text-align: center;
  color: #ff9800;
  margin-bottom: 20px;
}
.free-coloring-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
.free-coloring-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.badge {
  background: #ffca28;
  color: #5d4037;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 20px;
}
.free-coloring-box img {
  width: 240px;
  border-radius: 12px;
  border: 1px solid #eee;
}
.free-coloring-text {
  max-width: 350px;
  font-size: 1em;
  color: #444;
}
.video-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.video-thumbnail {
  position: relative;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(240, 110, 170, 0.8); /* rose semi-transparent */
  border-radius: 50%;
  pointer-events: none;
}

.play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent white;
}

.download-button {
  display: inline-block;
  margin-top: 10px;
  background: #ffca28;
  color: #4e342e;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
  font-size: 20px;
}
.download-button:hover {
  background: #ffc107;
}

.pack {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pack img {
  width: 100%;
  height: 320px;
  border-radius: 5px;
  object-fit: cover;
}
.pack-title {
  font-size: 1.2em;
  margin: 10px 0 6px 0;
  color: #222;
  font-weight: 500;
}
.pack-desc {
  flex-grow: 1;
  font-size: 0.95em;
  color: #555;
}
.pack-price {
  font-weight: bold;
  margin: 12px 0;
  color: #0a7bdb;
  font-size: 1.1em;
}
.pack-button {
  text-align: center;
}
.pack-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #0a7bdb;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s;
}
.pack-button a:hover {
  background: #065a9f;
}
.how-it-works {
  padding: 40px 20px;
  background: #fff8e1;
  border-radius: 12px;
  margin-top: 40px;
  text-align: center;
  min-height: 400px;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.step {
  flex: 1 1 200px;
  max-width: 220px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
}
.icon {
  font-size: 48px;
  margin-bottom: 10px;
}
.question {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.question a {
  color: #0a7bdb;
  font-weight: 600;
  text-decoration: none;
}
.question a:hover {
  text-decoration: underline;
}
.youtube {
  text-align: center;
  margin-top: 40px;
}
.youtube a:hover {
  text-decoration: underline;
}
.youtubeLink {
  font-weight: bold;
  color: #0a7bdb;
  text-decoration: none;
}
@media (max-width: 500px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
/* Pagination style */
.pagination {
  text-align: center;
  margin-bottom: 20px;
}
.pagination button {
  background: #0a7bdb;
  border: none;
  color: white;
  padding: 8px 14px;
  margin: 0 4px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pagination button:hover:not(:disabled) {
  background: #065a9f;
}
.pagination button:disabled {
  background: #065a9f; /* dark blue */
  cursor: not-allowed;
}
.pagination button.active {
  background: #065a9f; /* dark blue */
  color: #0a7bdb;
  cursor: default;
  font-weight: 700;
}
.view-all-button {
  display: inline-block;
  margin-left: 16px;
  padding: 8px 14px;
  background-color: #ff8c00;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.view-all-button:hover {
  background-color: #e67600;
}
