@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&family=Comic+Sans+MS&display=swap');
.strip[data-id=a4acc7] {
  --section-id: "a4acc7";
  --storage-url: "https://ach.proweb.cz/_section/a4acc7";
  --public-url: "https://ach.proweb.cz/_section/a4acc7";
}
.strip[data-id=a4acc7] header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id=a4acc7] header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a4acc7] header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4BA82E;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=a4acc7] header .logo img {
  height: 40px;
}
.strip[data-id=a4acc7] header nav {
  display: flex;
  gap: 2rem;
}
.strip[data-id=a4acc7] header nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=a4acc7] header nav a:hover {
  color: #4BA82E;
}
.strip[data-id=a4acc7] header .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id=a4acc7] header .contact-info .phone {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
@media (max-width: 768px) {
  .strip[data-id=a4acc7] header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .strip[data-id=a4acc7] nav {
    gap: 1rem;
  }
}.strip[data-id="9efa46"] {
  --section-id: "9efa46";
  --storage-url: "https://ach.proweb.cz/_section/9efa46";
  --public-url: "https://ach.proweb.cz/_section/9efa46";
}
.strip[data-id="9efa46"] .pexeso-section {
  padding: 60px 20px;
  background-color: #f0f9ff;
  font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
}
.strip[data-id="9efa46"] .pexeso-section .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.strip[data-id="9efa46"] .game-header {
  margin-bottom: 30px;
}
.strip[data-id="9efa46"] .game-title {
  color: #0369a1;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.strip[data-id="9efa46"] .game-stats {
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #0c4a6e;
}
.strip[data-id="9efa46"] .stat-item {
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.strip[data-id="9efa46"] .controls-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.strip[data-id="9efa46"] .restart-button, .strip[data-id="9efa46"] .music-toggle, .strip[data-id="9efa46"] .start-game-btn {
  background-color: #0ea5e9;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="9efa46"] .music-toggle {
  background-color: #64748b;
}
.strip[data-id="9efa46"] .music-toggle.active {
  background-color: #10b981;
}
.strip[data-id="9efa46"] .restart-button:hover, .strip[data-id="9efa46"] .music-toggle:hover, .strip[data-id="9efa46"] .start-game-btn:hover {
  transform: scale(1.05);
}
.strip[data-id="9efa46"] .game-board-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto 40px;
}
.strip[data-id="9efa46"] .game-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  perspective: 1000px;
  min-height: 500px;
}
.strip[data-id="9efa46"] .start-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 249, 255, 0.9);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.strip[data-id="9efa46"] .start-overlay.hidden {
  display: none;
}
.strip[data-id="9efa46"] .pexeso-card {
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}
.strip[data-id="9efa46"] .pexeso-card.flipped {
  transform: rotateY(180deg);
}
.strip[data-id="9efa46"] .pexeso-card.matched {
  transform: rotateY(180deg) scale(0);
  opacity: 0;
  pointer-events: none;
}
.strip[data-id="9efa46"] .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* For images */
}
.strip[data-id="9efa46"] .card-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="9efa46"] .card-back {
  background-image: url("https://ach.proweb.cz/_section/9efa46/card-back.jpg");
  background-size: cover;
  background-position: center;
  background-color: #bae6fd;
  border: 4px solid white;
}
.strip[data-id="9efa46"] .card-front {
  background-color: white;
  transform: rotateY(180deg);
  border: 4px solid #0ea5e9;
}
.strip[data-id="9efa46"] .win-message {
  background-color: #dcfce7;
  padding: 30px;
  border-radius: 20px;
  border: 3px solid #22c55e;
  color: #14532d;
  animation: bounce 1s infinite alternate;
}
.strip[data-id="9efa46"] .win-message.hidden {
  display: none;
}
@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@media (max-width: 480px) {
  .strip[data-id="9efa46"] .card-face {
    font-size: 3rem;
  }
  .strip[data-id="9efa46"] .game-board {
    gap: 8px;
    min-height: 350px;
  }
}.strip[data-id="4e2e9b"] {
  --section-id: "4e2e9b";
  --storage-url: "https://ach.proweb.cz/_section/4e2e9b";
  --public-url: "https://ach.proweb.cz/_section/4e2e9b";
}
.strip[data-id="4e2e9b"] footer {
  background: #111;
  color: #fff;
  padding: 60px 0 20px;
}
.strip[data-id="4e2e9b"] footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.strip[data-id="4e2e9b"] footer h4 {
  color: #4BA82E;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.strip[data-id="4e2e9b"] footer ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="4e2e9b"] footer ul li {
  margin-bottom: 10px;
  color: #ccc;
}
.strip[data-id="4e2e9b"] footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="4e2e9b"] footer ul li a:hover {
  color: #4BA82E;
}
.strip[data-id="4e2e9b"] footer .footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}