.page-g666winapk {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333;
}
.page-g666winapk__hero-section {
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f0f4f8;
}
.page-g666winapk__hero-image-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.page-g666winapk__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}
.page-g666winapk__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.page-g666winapk__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
    color: #2563eb;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.page-g666winapk__hero-description {
    font-size: 1.1em;
    color: #64748b;
    margin-bottom: 30px;
}
.page-g666winapk__promo-floating-button {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
}
.page-g666winapk__floating-btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #ef4444;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
}
.page-g666winapk__floating-btn:hover {
    background-color: #dc2626;
}
.page-g666winapk__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.page-g666winapk__section-title {
    font-size: clamp(1.8em, 4vw, 2.5em);
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.page-g666winapk__section-description {
    font-size: 1.05em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #64748b;
}
.page-g666winapk__light-bg {
    background-color: #ffffff;
    color: #333333;
}
.page-g666winapk__dark-bg {
    background-color: #2563eb;
    color: #ffffff;
}
.page-g666winapk__dark-bg .page-g666winapk__section-description {
    color: #e0e7ff;
}
.page-g666winapk__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.page-g666winapk__feature-item {
    background-color: #f8faff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-g666winapk__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.page-g666winapk__feature-title {
    font-size: 1.4em;
    color: #2563eb;
    margin-bottom: 10px;
    font-weight: 600;
}
.page-g666winapk__feature-item p {
    color: #555555;
}
.page-g666winapk__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.page-g666winapk__game-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    color: #333333;
}
.page-g666winapk__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.page-g666winapk__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.page-g666winapk__game-title {
    font-size: 1.3em;
    color: #2563eb;
    margin: 20px 15px 10px 15px;
    font-weight: 600;
}
.page-g666winapk__game-description {
    font-size: 0.95em;
    color: #555555;
    padding: 0 15px 20px 15px;
    flex-grow: 1;
}
.page-g666winapk__btn-game {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 15px 20px 15px;
    transition: background-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
}
.page-g666winapk__btn-game:hover {
    background-color: #1e40af;
}
.page-g666winapk__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}
.page-g666winapk__step-item {
    background-color: #f8faff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #e0e7ff;
    box-sizing: border-box;
}
.page-g666winapk__step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #2563eb;
    margin-bottom: 10px;
}
.page-g666winapk__step-title {
    font-size: 1.3em;
    color: #2563eb;
    margin-bottom: 10px;
    font-weight: 600;
}
.page-g666winapk__step-item p {
    color: #555555;
}
.page-g666winapk__download-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.page-g666winapk__promotions-section .page-g666winapk__container {
    padding-bottom: 60px;
}