html { scroll-behavior: smooth; } body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-puppy-playtime-peluche__hero-section { background: linear-gradient(135deg, #ff7e5f, #feb47b); color: white; text-align: center; padding: 10px 20px 60px; position: relative; overflow: hidden; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .page-puppy-playtime-peluche__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:pattern:1920x1080:abstract,light,geometric]'); background-size: cover; background-position: center; opacity: 0.1; z-index: 0; } .page-puppy-playtime-peluche__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-puppy-playtime-peluche__hero-title { font-size: 2.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); line-height: 1.2; } .page-puppy-playtime-peluche__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; line-height: 1.5; } .page-puppy-playtime-peluche__cta-button { display: inline-block; background-color: #4CAF50; color: white; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-puppy-playtime-peluche__cta-button:hover { background-color: #45a049; transform: translateY(-3px); } .page-puppy-playtime-peluche__game-showcase { padding: 50px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-puppy-playtime-peluche__section-title { font-size: 2em; color: #ff7e5f; margin-bottom: 40px; position: relative; } .page-puppy-playtime-peluche__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ff7e5f; margin: 10px auto 0; border-radius: 2px; } .page-puppy-playtime-peluche__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-puppy-playtime-peluche__game-card { background-color: white; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-puppy-playtime-peluche__game-card:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); } .page-puppy-playtime-peluche__game-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-puppy-playtime-peluche__game-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-puppy-playtime-peluche__game-info { padding: 20px; } .page-puppy-playtime-peluche__game-name { font-size: 1.4em; color: #ff7e5f; margin-bottom: 10px; line-height: 1.3; } .page-puppy-playtime-peluche__game-description { font-size: 0.95em; color: #666; line-height: 1.6; margin-bottom: 20px; } .page-puppy-playtime-peluche__play-button { display: inline-block; background-color: #007bff; color: white; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease, transform 0.2s ease; } .page-puppy-playtime-peluche__play-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-puppy-playtime-peluche__promo-details { background-color: #e6f7ff; padding: 50px 20px; text-align: center; margin-top: 40px; border-top-right-radius: 30px; border-top-left-radius: 30px; max-width: 1200px; margin-left: auto; margin-right: auto; } .page-puppy-playtime-peluche__promo-title { font-size: 2em; color: #2196f3; margin-bottom: 20px; } .page-puppy-playtime-peluche__promo-text { font-size: 1.1em; color: #555; line-height: 1.7; max-width: 800px; margin: 0 auto 30px; } .page-puppy-playtime-peluche__register-button { display: inline-block; background-color: #ff9800; color: white; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); } .page-puppy-playtime-peluche__register-button:hover { background-color: #fb8c00; transform: translateY(-4px); } .page-puppy-playtime-peluche__faq-section { padding: 50px 20px; max-width: 900px; margin: 0 auto; } .page-puppy-playtime-peluche__faq-item { background-color: white; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-puppy-playtime-peluche__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; font-size: 1.1em; font-weight: bold; color: #ff7e5f; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-puppy-playtime-peluche__faq-question:hover { background-color: #fffaf0; } .page-puppy-playtime-peluche__faq-question h3 { margin: 0; pointer-events: none; } .page-puppy-playtime-peluche__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-puppy-playtime-peluche__faq-item.active .page-puppy-playtime-peluche__faq-toggle { transform: rotate(45deg); } .page-puppy-playtime-peluche__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #666; line-height: 1.6; } .page-puppy-playtime-peluche__faq-item.active .page-puppy-playtime-peluche__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-puppy-playtime-peluche__hero-title { font-size: 1.8em; } .page-puppy-playtime-peluche__hero-subtitle { font-size: 1em; } .page-puppy-playtime-peluche__section-title { font-size: 1.7em; } .page-puppy-playtime-peluche__game-grid { grid-template-columns: 1fr; } .page-puppy-playtime-peluche__promo-title { font-size: 1.7em; } .page-puppy-playtime-peluche__promo-text { font-size: 0.95em; } .page-puppy-playtime-peluche__cta-button, .page-puppy-playtime-peluche__register-button { padding: 12px 25px; font-size: 1em; } .page-puppy-playtime-peluche__faq-question { padding: 15px; font-size: 1em; } .page-puppy-playtime-peluche__faq-answer { padding: 15px !important; } .page-puppy-playtime-peluche__game-card { margin: 0 auto; max-width: 350px; } .page-puppy-playtime-peluche__hero-section, .page-puppy-playtime-peluche__game-showcase, .page-puppy-playtime-peluche__promo-details, .page-puppy-playtime-peluche__faq-section { padding-left: 15px; padding-right: 15px; } } @media (max-width: 480px) { .page-puppy-playtime-peluche__hero-title { font-size: 1.5em; } .page-puppy-playtime-peluche__hero-subtitle { font-size: 0.9em; } .page-puppy-playtime-peluche__section-title { font-size: 1.5em; } .page-puppy-playtime-peluche__promo-title { font-size: 1.5em; } }