.page-1win-price { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 80px; } .page-1win-price__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-1win-price__hero-section { background: linear-gradient(135deg, #2a003a, #000000); padding: 50px 0 30px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; } .page-1win-price__hero-section::before { content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px; background: rgba(255, 204, 0, 0.1); border-radius: 50%; animation: page-1win-price__ripple 10s infinite ease-in-out; } .page-1win-price__hero-section::after { content: ''; position: absolute; bottom: -50px; right: -50px; width: 250px; height: 250px; background: rgba(255, 204, 0, 0.15); border-radius: 50%; animation: page-1win-price__ripple 12s infinite reverse ease-in-out; } @keyframes page-1win-price__ripple { 0% { transform: scale(0.7); opacity: 0.5; } 50% { transform: scale(1.2); opacity: 0.8; } 100% { transform: scale(0.7); opacity: 0.5; } } .page-1win-price__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; } .page-1win-price__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; max-width: 800px; margin-left: auto; margin-right: auto; } .page-1win-price__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-1win-price__button { display: inline-block; padding: 12px 28px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-1win-price__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-1win-price__section { padding: 40px 0; } .page-1win-price__section:nth-of-type(even) { background-color: #222222; } .page-1win-price__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .page-1win-price__content-text { font-size: 1.1em; color: #d0d0d0; margin-bottom: 20px; text-align: justify; } .page-1win-price__list { list-style: none; padding: 0; margin-bottom: 20px; } .page-1win-price__list-item { background-color: #2c2c2c; margin-bottom: 10px; padding: 15px 20px; border-left: 4px solid #ffcc00; border-radius: 5px; display: flex; align-items: center; font-size: 1em; color: #e0e0e0; box-sizing: border-box; } .page-1win-price__list-item strong { color: #ffcc00; margin-right: 8px; } .page-1win-price__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-1win-price__promo-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-1win-price__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-1win-price__promo-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-1win-price__promo-image { width: 100%; height: 100%; object-fit: cover; display: block; max-width: 100%; } .page-1win-price__promo-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-1win-price__promo-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-1win-price__promo-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; text-align: justify; } .page-1win-price__promo-button { align-self: flex-start; } .page-1win-price__provider-grid, .page-1win-price__payment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 30px; justify-items: center; } .page-1win-price__logo-item { background-color: #2c2c2c; padding: 15px; border-radius: 8px; display: flex; justify-content: center; align-items: center; height: 80px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-1win-price__logo-item:hover { transform: translateY(-3px); } .page-1win-price__logo-image { max-width: 100%; max-height: 100%; height: auto; display: block; } .page-1win-price__faq-section { background-color: #1a1a1a; padding: 40px 0; } .page-1win-price__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .page-1win-price__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; border-bottom: 1px solid #3a3a3a; transition: background-color 0.3s ease; } .page-1win-price__faq-question:hover { background-color: #3a3a3a; } .page-1win-price__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-1win-price__faq-toggle { font-size: 1.5em; color: #ffcc00; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-1win-price__faq-item.active .page-1win-price__faq-toggle { transform: rotate(45deg); } .page-1win-price__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #e0e0e0; font-size: 1em; text-align: justify; } .page-1win-price__faq-item.active .page-1win-price__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-1win-price__final-cta { text-align: center; padding: 50px 0; background: linear-gradient(45deg, #000000, #2a003a); border-top: 5px solid #ffcc00; } .page-1win-price__final-cta-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-1win-price__final-cta-text { font-size: 1.2em; color: #e0e0e0; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-1win-price__hero-title { font-size: 2em; } .page-1win-price__hero-subtitle { font-size: 1em; } .page-1win-price__hero-buttons { flex-direction: column; gap: 15px; } .page-1win-price__button { width: 80%; max-width: 300px; margin: 0 auto; } .page-1win-price__section-title { font-size: 1.8em; } .page-1win-price__content-text, .page-1win-price__promo-description, .page-1win-price__faq-answer { font-size: 0.95em; } .page-1win-price__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-1win-price__promo-grid { grid-template-columns: 1fr; } .page-1win-price__provider-grid, .page-1win-price__payment-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } .page-1win-price__logo-item { height: 60px; padding: 10px; } .page-1win-price__faq-question h3 { font-size: 1.1em; } .page-1win-price__faq-answer { padding: 15px !important; } .page-1win-price__final-cta-title { font-size: 2em; } .page-1win-price__final-cta-text { font-size: 1em; } .page-1win-price__promo-image-wrapper { height: 160px; } } @media (max-width: 480px) { .page-1win-price__hero-title { font-size: 1.8em; } .page-1win-price__section-title { font-size: 1.6em; } .page-1win-price__button { padding: 10px 20px; font-size: 1em; } .page-1win-price__final-cta-title { font-size: 1.8em; } }