.page-king-3 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-king-3__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-king-3__section { padding: 40px 20px; margin-bottom: 30px; border-radius: 10px; background-color: #2a2a2a; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-king-3__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:king33,banner,promotion,2026]') no-repeat center center/cover; text-align: center; padding: 100px 20px; color: #fff; position: relative; overflow: hidden; padding-top: 10px; } .page-king-3__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 0 0 15px rgba(255, 255, 255, 0.8); color: #ffd700; } .page-king-3__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #e0e0e0; } .page-king-3__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-king-3__button { display: inline-block; padding: 15px 30px; background-color: #ffd700; color: #1a1a1a; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-king-3__button:hover { background-color: #e6c200; transform: translateY(-3px); } .page-king-3__section-title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 30px; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); } .page-king-3__text-content { font-size: 1.1em; margin-bottom: 20px; color: #ccc; } .page-king-3__text-content strong { color: #ffd700; } .page-king-3__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-king-3__card { background-color: #333; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-king-3__card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-king-3__card-image { width: 100%; height: 200px; object-fit: cover; } .page-king-3__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-king-3__card-title { font-size: 1.5em; color: #ffd700; margin-bottom: 10px; } .page-king-3__card-description { font-size: 0.95em; color: #bbb; margin-bottom: 15px; } .page-king-3__game-logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 20px; justify-items: center; align-items: center; margin-top: 30px; } .page-king-3__game-logo { width: 80px; height: 80px; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-king-3__game-logo:hover { filter: grayscale(0%); } .page-king-3__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-king-3__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #444; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-king-3__faq-question:hover { background-color: #555; } .page-king-3__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffd700; pointer-events: none; } .page-king-3__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffd700; pointer-events: none; transition: transform 0.3s ease; } .page-king-3__faq-item.active .page-king-3__faq-toggle { transform: rotate(45deg); } .page-king-3__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; color: #ccc; } .page-king-3__faq-item.active .page-king-3__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-king-3__blog-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-king-3__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-king-3__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-king-3__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-king-3__blog-content { padding: 15px; } .page-king-3__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-king-3__blog-title a { color: #ffd700; text-decoration: none; transition: color 0.3s ease; } .page-king-3__blog-title a:hover { color: #fff; } .page-king-3__blog-excerpt { font-size: 0.9em; color: #bbb; margin-bottom: 15px; } .page-king-3__blog-date { font-size: 0.8em; color: #888; text-align: right; } .page-king-3__contact-info { display: flex; flex-direction: column; align-items: center; margin-top: 20px; } .page-king-3__contact-item { display: flex; align-items: center; margin-bottom: 10px; color: #ccc; font-size: 1.1em; } .page-king-3__contact-item img { width: 30px; height: 30px; margin-right: 10px; } .page-king-3__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-king-3__floating-button { padding: 12px 20px; background-color: #007bff; color: #fff; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; } .page-king-3__floating-button--register { background-color: #ffd700; color: #1a1a1a; } .page-king-3__floating-button--login { background-color: #007bff; } .page-king-3__floating-button:hover { transform: translateY(-3px); } @media (max-width: 768px) { .page-king-3__hero-title { font-size: 2.5em; } .page-king-3__hero-subtitle { font-size: 1.2em; } .page-king-3__button { padding: 12px 25px; font-size: 1em; } .page-king-3__section-title { font-size: 2em; } .page-king-3__text-content { font-size: 1em; } .page-king-3__grid, .page-king-3__game-logo-grid, .page-king-3__blog-list { grid-template-columns: 1fr; } .page-king-3__card-title { font-size: 1.3em; } .page-king-3__card-description { font-size: 0.9em; } .page-king-3__faq-question h3 { font-size: 1.1em; } .page-king-3__faq-answer { padding: 0 15px; } .page-king-3__faq-item.active .page-king-3__faq-answer { padding: 15px 15px !important; } .page-king-3__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-king-3__floating-button { padding: 10px 18px; font-size: 0.9em; } .page-king-3__text-content { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-king-3__grid > *, .page-king-3__game-logo-grid > *, .page-king-3__blog-list > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px; padding-right: 10px; } .page-king-3__grid, .page-king-3__game-logo-grid, .page-king-3__blog-list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-king-3__card-image, .page-king-3__blog-image { max-width: 100%; height: auto; } }