.page-1win-registro__main-content { font-family: 'Arial', sans-serif; background-color: #f0f2f5; color: #333; line-height: 1.6; }.page-1win-registro__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-1win-registro__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px 40px; border-radius: 10px; margin-bottom: 30px; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 122px) + 10px); }.page-1win-registro__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:1920x1080:geometric,abstract,gaming]'); background-size: cover; background-position: center; opacity: 0.1; z-index: 0; }.page-1win-registro__hero-content { position: relative; z-index: 1; }.page-1win-registro__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-1win-registro__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-1win-registro__hero-buttons { display: flex; justify-content: center; gap: 20px; }.page-1win-registro__btn { display: inline-block; padding: 12px 28px; background-color: #ffc107; color: #333; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-1win-registro__btn:hover { background-color: #e0a800; transform: translateY(-3px); }.page-1win-registro__hero-image { width: 100%; max-width: 800px; height: auto; margin-top: 40px; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }.page-1win-registro__section { background-color: #fff; padding: 40px 20px; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }.page-1win-registro__section-title { text-align: center; font-size: 2.2em; color: #0056b3; margin-bottom: 40px; position: relative; }.page-1win-registro__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 15px auto 0; border-radius: 2px; }.page-1win-registro__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-1win-registro__feature-card { text-align: center; padding: 30px; background-color: #f8f9fa; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win-registro__feature-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }.page-1win-registro__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; }.page-1win-registro__feature-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; }.page-1win-registro__game-categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; }.page-1win-registro__game-card { text-align: center; background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win-registro__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }.page-1win-registro__game-image { width: 100%; height: 180px; object-fit: cover; }.page-1win-registro__game-title { font-size: 1.2em; padding: 15px 10px; color: #007bff; font-weight: bold; }.page-1win-registro__registration-steps { display: flex; flex-direction: column; gap: 30px; }.page-1win-registro__step-item { display: flex; align-items: center; background-color: #f8f9fa; border-radius: 8px; padding: 25px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-1win-registro__step-number { font-size: 2.5em; font-weight: bold; color: #ffc107; margin-right: 25px; min-width: 60px; text-align: center; }.page-1win-registro__step-content { flex-grow: 1; }.page-1win-registro__step-title { font-size: 1.6em; color: #007bff; margin-bottom: 10px; }.page-1win-registro__step-image { width: 100%; max-width: 300px; height: auto; border-radius: 8px; margin-left: 30px; }.page-1win-registro__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-1win-registro__promo-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win-registro__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }.page-1win-registro__promo-image { width: 100%; height: 200px; object-fit: cover; }.page-1win-registro__promo-content { padding: 20px; }.page-1win-registro__promo-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-1win-registro__promo-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-1win-registro__faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; }.page-1win-registro__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-1win-registro__faq-question:hover { background-color: #f8f9fa; }.page-1win-registro__faq-question h3 { margin: 0; font-size: 1.2em; color: #0056b3; pointer-events: none; }.page-1win-registro__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffc107; transition: transform 0.3s ease; pointer-events: none; }.page-1win-registro__faq-item.active .page-1win-registro__faq-toggle { transform: rotate(45deg); }.page-1win-registro__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-1win-registro__faq-item.active .page-1win-registro__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-1win-registro__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-1win-registro__floating-btn { background-color: #28a745; color: #fff; border: none; border-radius: 50px; padding: 12px 25px; font-size: 1.1em; font-weight: bold; text-decoration: none; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-1win-registro__floating-btn--login { background-color: #007bff; }.page-1win-registro__floating-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.3); }.page-1win-registro__floating-btn--login:hover { background-color: #0056b3; }.page-1win-registro__floating-btn--register:hover { background-color: #218838; }@media (max-width: 768px) { .page-1win-registro__hero-title { font-size: 2em; }.page-1win-registro__hero-subtitle { font-size: 1em; }.page-1win-registro__hero-buttons { flex-direction: column; gap: 15px; }.page-1win-registro__btn { padding: 10px 20px; font-size: 1em; }.page-1win-registro__section-title { font-size: 1.8em; }.page-1win-registro__features-grid, .page-1win-registro__game-categories-grid, .page-1win-registro__promotions-grid { grid-template-columns: 1fr; }.page-1win-registro__step-item { flex-direction: column; text-align: center; }.page-1win-registro__step-number { margin: 0 0 15px 0; }.page-1win-registro__step-image { margin: 20px auto 0; max-width: 250px; }.page-1win-registro__floating-buttons { right: 10px; bottom: 10px; gap: 10px; }.page-1win-registro__floating-btn { padding: 10px 20px; font-size: 1em; }/* List item responsive styles */.page-1win-registro__features-grid > .page-1win-registro__feature-card, .page-1win-registro__game-categories-grid > .page-1win-registro__game-card, .page-1win-registro__promotions-grid > .page-1win-registro__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-1win-registro__features-grid, .page-1win-registro__game-categories-grid, .page-1win-registro__promotions-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-1win-registro__feature-card p, .page-1win-registro__game-title, .page-1win-registro__promo-description, .page-1win-registro__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-1win-registro__main-content img { max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto; }.page-1win-registro__main-content > section { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }