.page-luckycola-website { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-luckycola-website__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-luckycola-website__container { padding: 10px; } } .page-luckycola-website__hero-section { background: linear-gradient(135deg, #2a0000 0%, #4d0000 100%); color: #fff; text-align: center; padding: 100px 20px 50px; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 122px) + 10px); } @media (max-width: 768px) { .page-luckycola-website__hero-section { padding: 80px 15px 40px; padding-top: calc(var(--header-offset, 122px) + 10px); } } .page-luckycola-website__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-luckycola-website__hero-content { position: relative; z-index: 1; } .page-luckycola-website__hero-title { font-size: 3.2em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-luckycola-website__hero-title { font-size: 2em; } } .page-luckycola-website__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-luckycola-website__hero-subtitle { font-size: 1.1em; } } .page-luckycola-website__cta-button { display: inline-block; background-color: #ffcc00; color: #333; 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; border: none; cursor: pointer; } .page-luckycola-website__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-luckycola-website__section-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } @media (max-width: 768px) { .page-luckycola-website__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-luckycola-website__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffcc00; margin: 10px auto 0; border-radius: 2px; } .page-luckycola-website__introduction-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 40px; color: #555; } @media (max-width: 768px) { .page-luckycola-website__introduction-text { font-size: 1em; margin-bottom: 30px; } } .page-luckycola-website__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 50px; } .page-luckycola-website__access-item { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-luckycola-website__access-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-luckycola-website__access-item .page-luckycola-website__cta-button { width: 100%; margin-top: 15px; } .page-luckycola-website__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 50px; } @media (max-width: 768px) { .page-luckycola-website__game-grid { grid-template-columns: 1fr; } } .page-luckycola-website__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-luckycola-website__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-luckycola-website__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-luckycola-website__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-luckycola-website__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #333; } .page-luckycola-website__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-luckycola-website__game-card-providers { font-size: 0.85em; color: #888; margin-top: 10px; } .page-luckycola-website__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } @media (max-width: 768px) { .page-luckycola-website__promo-grid { grid-template-columns: 1fr; } } .page-luckycola-website__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-luckycola-website__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-luckycola-website__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-luckycola-website__promo-card-content { padding: 20px; } .page-luckycola-website__promo-card-title { font-size: 1.6em; margin-bottom: 10px; color: #333; } .page-luckycola-website__promo-card-description { font-size: 1em; color: #666; margin-bottom: 15px; } .page-luckycola-website__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } @media (max-width: 768px) { .page-luckycola-website__security-grid { grid-template-columns: 1fr; } } .page-luckycola-website__security-item { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; } .page-luckycola-website__security-item-icon { margin-bottom: 15px; } .page-luckycola-website__security-item-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-luckycola-website__security-item-description { font-size: 0.95em; color: #666; } .page-luckycola-website__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; margin-bottom: 50px; } .page-luckycola-website__payment-logo { height: 60px; max-width: 150px; object-fit: contain; filter: grayscale(0%); transition: filter 0.3s ease; } .page-luckycola-website__payment-logo:hover { filter: grayscale(0%); } .page-luckycola-website__faq-list { max-width: 800px; margin: 0 auto 50px; } .page-luckycola-website__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-luckycola-website__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-luckycola-website__faq-question:hover { background-color: #e0e0e0; } .page-luckycola-website__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-luckycola-website__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-luckycola-website__faq-item.active .page-luckycola-website__faq-toggle { transform: rotate(45deg); } .page-luckycola-website__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; } .page-luckycola-website__faq-item.active .page-luckycola-website__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-luckycola-website__faq-answer p { margin: 0; color: #555; font-size: 1em; } .page-luckycola-website__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } @media (max-width: 768px) { .page-luckycola-website__blog-grid { grid-template-columns: 1fr; } } .page-luckycola-website__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-luckycola-website__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-luckycola-website__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-luckycola-website__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-luckycola-website__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; } .page-luckycola-website__blog-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-luckycola-website__blog-card-link { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-luckycola-website__blog-card-link:hover { background-color: #e6b800; } /* Mobile responsiveness for lists */ .page-luckycola-website__quick-access-grid > *, .page-luckycola-website__game-grid > *, .page-luckycola-website__promo-grid > *, .page-luckycola-website__security-grid > *, .page-luckycola-website__blog-grid > * { box-sizing: border-box; } @media (max-width: 768px) { .page-luckycola-website__quick-access-grid, .page-luckycola-website__game-grid, .page-luckycola-website__promo-grid, .page-luckycola-website__security-grid, .page-luckycola-website__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-luckycola-website__quick-access-grid > *, .page-luckycola-website__game-grid > *, .page-luckycola-website__promo-grid > *, .page-luckycola-website__security-grid > *, .page-luckycola-website__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-luckycola-website__quick-access-grid > *:not(:last-child), .page-luckycola-website__game-grid > *:not(:last-child), .page-luckycola-website__promo-grid > *:not(:last-child), .page-luckycola-website__security-grid > *:not(:last-child), .page-luckycola-website__blog-grid > *:not(:last-child) { margin-bottom: 20px; } .page-luckycola-website__game-card-image, .page-luckycola-website__promo-card-image, .page-luckycola-website__blog-card-image { max-width: 100% !important; height: auto !important; object-fit: cover; } } /* Global image responsiveness */ .page-luckycola-website img { max-width: 100%; height: auto; display: block; } .page-luckycola-website__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-luckycola-website__fixed-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } @media (max-width: 768px) { .page-luckycola-website__fixed-buttons { bottom: 10px; right: 10px; } } .page-luckycola-website__fixed-button { background-color: #ffcc00; color: #333; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-luckycola-website__fixed-button:hover { background-color: #e6b800; transform: translateY(-2px); }