.page-vei99 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #e0e0e0; background-color: #1a1e28; } .page-vei99__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-vei99__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #2a303c; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); } .page-vei99__section:nth-child(even) { background-color: #1f242e; } .page-vei99__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,vietnam,onlinebetting]'); background-size: cover; background-position: center; color: #ffffff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-vei99__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%); z-index: 1; } .page-vei99__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-vei99__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffcc00; } .page-vei99__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; line-height: 1.5; max-width: 700px; margin-left: auto; margin-right: auto; } .page-vei99__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-vei99__button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-vei99__button:hover { background-color: #c43c1e; transform: translateY(-3px); } .page-vei99__title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 2px solid rgba(255, 204, 0, 0.3); } .page-vei99__text { font-size: 1.1em; margin-bottom: 15px; text-align: justify; } .page-vei99__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-vei99__list-item { background-color: #3b4252; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease; box-sizing: border-box; } .page-vei99__list-item:hover { transform: translateY(-5px); } .page-vei99__list-item h3 { color: #ffcc00; margin-top: 0; font-size: 1.3em; } .page-vei99__list-item p { margin-bottom: 10px; } .page-vei99__game-grid, .page-vei99__promo-grid, .page-vei99__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-vei99__card { background-color: #3b4252; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-vei99__card:hover { transform: translateY(-7px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-vei99__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-vei99__card-content { padding: 20px; } .page-vei99__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-vei99__card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; } .page-vei99__card .page-vei99__button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-vei99__info-item { display: flex; align-items: flex-start; margin-bottom: 25px; } .page-vei99__info-icon { margin-right: 15px; font-size: 2em; color: #e44d26; flex-shrink: 0; } .page-vei99__info-text h3 { margin-top: 0; margin-bottom: 5px; color: #ffcc00; font-size: 1.4em; } .page-vei99__info-text p { margin: 0; font-size: 1em; } .page-vei99__faq-item { background-color: #3b4252; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-vei99__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #4a5364; border-bottom: 1px solid rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; } .page-vei99__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; } .page-vei99__faq-question:hover { background-color: #5a6374; } .page-vei99__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-vei99__faq-item.active .page-vei99__faq-toggle { transform: rotate(45deg); } .page-vei99__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; background-color: #3b4252; } .page-vei99__faq-item.active .page-vei99__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-vei99__blog-card { background-color: #3b4252; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-vei99__blog-card:hover { transform: translateY(-7px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-vei99__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-vei99__blog-content { padding: 20px; } .page-vei99__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-vei99__blog-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-vei99__blog-title a:hover { color: #e44d26; } .page-vei99__blog-excerpt { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-vei99__blog-meta { font-size: 0.85em; color: #888; margin-bottom: 15px; } .page-vei99__floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; } .page-vei99__floating-button { background-color: #e44d26; color: #ffffff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; } .page-vei99__floating-button:hover { background-color: #c43c1e; transform: translateY(-2px); } @media (max-width: 768px) { .page-vei99__container { padding: 10px; } .page-vei99__hero-title { font-size: 2.2em; } .page-vei99__hero-subtitle { font-size: 1.1em; } .page-vei99__button-group { flex-direction: column; gap: 10px; } .page-vei99__button { width: 100%; max-width: 280px; margin: 0 auto; padding: 12px 20px; font-size: 1em; } .page-vei99__title { font-size: 1.8em; margin-bottom: 20px; } .page-vei99__text { font-size: 0.95em; } .page-vei99__list { grid-template-columns: 1fr; } .page-vei99__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; } .page-vei99__list-item h3 { font-size: 1.2em; } .page-vei99__game-grid, .page-vei99__promo-grid, .page-vei99__blog-grid { grid-template-columns: 1fr; } .page-vei99__card, .page-vei99__blog-card { max-width: 100%; width: 100%; } .page-vei99__card-title, .page-vei99__blog-title { font-size: 1.2em; } .page-vei99__info-item { flex-direction: column; align-items: center; text-align: center; } .page-vei99__info-icon { margin-right: 0; margin-bottom: 10px; } .page-vei99__faq-question { padding: 12px 15px; } .page-vei99__faq-question h3 { font-size: 1.1em; } .page-vei99__faq-answer { padding: 15px !important; } .page-vei99__floating-buttons { flex-direction: column; gap: 10px; width: calc(100% - 40px); bottom: 15px; } .page-vei99__floating-button { width: 100%; text-align: center; } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-vei99__hero-title { font-size: 1.8em; } .page-vei99__hero-subtitle { font-size: 1em; } .page-vei99__title { font-size: 1.6em; } }