.page-llwin-t-i-app { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-llwin-t-i-app__hero-section { background: linear-gradient(135deg, #0a1931, #1b3a5e); color: #fff; padding: 60px 20px; text-align: center; position: relative; overflow: hidden; } .page-llwin-t-i-app__hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%); animation: page-llwin-t-i-app-hero-light 15s infinite linear; } @keyframes page-llwin-t-i-app-hero-light { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .page-llwin-t-i-app__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; } .page-llwin-t-i-app__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-llwin-t-i-app__hero-cta { display: inline-block; background-color: #ffc107; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-llwin-t-i-app__hero-cta:hover { background-color: #e0a800; transform: translateY(-3px); } .page-llwin-t-i-app__hero-image { max-width: 400px; height: auto; margin-top: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-llwin-t-i-app__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 1200px; margin-left: auto; margin-right: auto; } .page-llwin-t-i-app__section-dark { background-color: #0a1931; color: #fff; } .page-llwin-t-i-app__section-title { font-size: 2.5em; color: #0a1931; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 15px; } .page-llwin-t-i-app__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; } .page-llwin-t-i-app__section-dark .page-llwin-t-i-app__section-title { color: #ffc107; } .page-llwin-t-i-app__text-content { font-size: 1.1em; line-height: 1.8; text-align: justify; } .page-llwin-t-i-app__text-content p { margin-bottom: 15px; } .page-llwin-t-i-app__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-llwin-t-i-app__game-card { background-color: #f0f0f0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; padding-bottom: 20px; } .page-llwin-t-i-app__game-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-llwin-t-i-app__game-card-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #ffc107; } .page-llwin-t-i-app__game-card-title { font-size: 1.5em; color: #0a1931; margin: 15px 0 10px; padding: 0 15px; } .page-llwin-t-i-app__game-card-description { font-size: 0.95em; color: #555; padding: 0 15px; margin-bottom: 15px; } .page-llwin-t-i-app__game-card-link { display: inline-block; background-color: #0a1931; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-llwin-t-i-app__game-card-link:hover { background-color: #1b3a5e; } .page-llwin-t-i-app__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-llwin-t-i-app__promo-card { background-color: #f0f0f0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; padding-bottom: 20px; } .page-llwin-t-i-app__promo-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-llwin-t-i-app__promo-card-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 3px solid #ffc107; } .page-llwin-t-i-app__promo-card-title { font-size: 1.5em; color: #0a1931; margin: 15px 0 10px; padding: 0 15px; } .page-llwin-t-i-app__promo-card-description { font-size: 0.95em; color: #555; padding: 0 15px; margin-bottom: 15px; } .page-llwin-t-i-app__promo-card-link { display: inline-block; background-color: #ffc107; color: #1a1a1a; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-llwin-t-i-app__promo-card-link:hover { background-color: #e0a800; } .page-llwin-t-i-app__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-llwin-t-i-app__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .page-llwin-t-i-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #0a1931; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-llwin-t-i-app__faq-question:hover { background-color: #1b3a5e; } .page-llwin-t-i-app__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-llwin-t-i-app__faq-toggle { font-size: 1.8em; font-weight: bold; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-llwin-t-i-app__faq-item.active .page-llwin-t-i-app__faq-toggle { transform: rotate(45deg); } .page-llwin-t-i-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; color: #333; } .page-llwin-t-i-app__faq-item.active .page-llwin-t-i-app__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-llwin-t-i-app__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-llwin-t-i-app__blog-card { background-color: #f0f0f0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-llwin-t-i-app__blog-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-llwin-t-i-app__blog-card-image { width: 100%; height: 180px; object-fit: cover; border-bottom: 3px solid #ffc107; } .page-llwin-t-i-app__blog-card-content { padding: 20px; } .page-llwin-t-i-app__blog-card-title { font-size: 1.4em; color: #0a1931; margin: 0 0 10px; } .page-llwin-t-i-app__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-llwin-t-i-app__blog-card-title a:hover { color: #ffc107; } .page-llwin-t-i-app__blog-card-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .page-llwin-t-i-app__blog-card-date { font-size: 0.8em; color: #888; text-align: right; } .page-llwin-t-i-app__floating-buttons { position: fixed; right: 20px; bottom: 80px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-llwin-t-i-app__floating-button { background-color: #ffc107; color: #1a1a1a; width: 55px; height: 55px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 0.9em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; line-height: 1.2; } .page-llwin-t-i-app__floating-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-llwin-t-i-app__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 20px; margin-left: auto; margin-right: auto; } .page-llwin-t-i-app__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-llwin-t-i-app__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-llwin-t-i-app__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-llwin-t-i-app__quick-link-card { background-color: #0a1931; color: #fff; padding: 25px; border-radius: 10px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); } .page-llwin-t-i-app__quick-link-card:hover { background-color: #1b3a5e; transform: translateY(-5px); } @media (max-width: 768px) { .page-llwin-t-i-app__hero-title { font-size: 2.2em; } .page-llwin-t-i-app__hero-subtitle { font-size: 1.2em; } .page-llwin-t-i-app__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-llwin-t-i-app__hero-image { max-width: 80%; } .page-llwin-t-i-app__section { padding: 30px 15px; } .page-llwin-t-i-app__section-title { font-size: 2em; } .page-llwin-t-i-app__text-content { font-size: 1em; } .page-llwin-t-i-app__game-grid, .page-llwin-t-i-app__promo-grid, .page-llwin-t-i-app__blog-grid { grid-template-columns: 1fr; } .page-llwin-t-i-app__faq-question { padding: 15px 20px; } .page-llwin-t-i-app__faq-question h3 { font-size: 1.1em; } .page-llwin-t-i-app__faq-answer { padding: 0 20px; } .page-llwin-t-i-app__faq-item.active .page-llwin-t-i-app__faq-answer { padding: 15px 20px !important; } .page-llwin-t-i-app__floating-buttons { right: 15px; bottom: 70px; gap: 10px; } .page-llwin-t-i-app__floating-button { width: 50px; height: 50px; font-size: 0.8em; } .page-llwin-t-i-app__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-llwin-t-i-app__payment-logo, .page-llwin-t-i-app__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-llwin-t-i-app__quick-links-grid { grid-template-columns: 1fr; } .page-llwin-t-i-app__quick-link-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-llwin-t-i-app__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-llwin-t-i-app__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-llwin-t-i-app__faq-question { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-llwin-t-i-app__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }