/* Legal Content Styles */
.legal-content {
    max-width: 1280px;
    margin: 120px auto 60px;
    padding: 40px 20px;
    color: #ffffff;
    line-height: 1.8;
}

.legal-content h1 {
    font-size: 2.5rem;
    color: #ff6b35;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff6b35;
}

.legal-meta {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid #333;
}

.legal-meta p {
    margin-bottom: 8px;
    color: #cccccc;
}

.legal-section {
    margin-bottom: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%);
    border-radius: 12px;
    border: 1px solid #333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.legal-section h2 {
    font-size: 1.8rem;
    color: #ff6b35;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.legal-section h3 {
    font-size: 1.4rem;
    color: #ffaa80;
    margin: 25px 0 15px 0;
}

.legal-section h4 {
    font-size: 1.2rem;
    color: #ffcc99;
    margin: 20px 0 12px 0;
}

.legal-section p {
    margin-bottom: 16px;
    color: #e0e0e0;
    text-align: justify;
}

.legal-section ul {
    margin: 16px 0;
    padding-left: 0;
    list-style: none;
}

.legal-section ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    color: #e0e0e0;
}

.legal-section ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
}

.legal-section ol {
    margin: 16px 0;
    padding-left: 20px;
    color: #e0e0e0;
}

.legal-section ol li {
    margin-bottom: 12px;
}

.contact-info {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #444;
}

.contact-info h4 {
    color: #ff6b35;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.contact-info ul {
    margin: 0;
    padding: 0;
}

.contact-info ul li {
    margin-bottom: 10px;
    padding-left: 0;
}

.contact-info ul li::before {
    display: none;
}

.legal-footer {
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 12px;
    border: 1px solid #333;
    text-align: center;
}

.legal-footer p {
    color: #cccccc;
    font-style: italic;
    margin: 0;
}

/* Responsive Design for Legal Content */
@media (max-width: 768px) {
    .legal-content {
        margin: 100px auto 40px;
        padding: 20px 15px;
    }

    .legal-content h1 {
        font-size: 2rem;
    }

    .legal-section {
        padding: 20px;
        margin-bottom: 30px;
    }

    .legal-section h2 {
        font-size: 1.6rem;
    }

    .legal-section h3 {
        font-size: 1.3rem;
    }

    .legal-section h4 {
        font-size: 1.1rem;
    }

    .contact-info {
        padding: 20px;
    }

    .legal-footer {
        padding: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .legal-content {
        margin: 90px auto 30px;
        padding: 15px 10px;
    }

    .legal-content h1 {
        font-size: 1.8rem;
    }

    .legal-section {
        padding: 15px;
        margin-bottom: 25px;
    }

    .legal-section h2 {
        font-size: 1.4rem;
    }

    .legal-section h3 {
        font-size: 1.2rem;
    }

    .legal-section p {
        text-align: left;
    }

    .contact-info {
        padding: 15px;
    }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Sarabun', Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #0a0a0a;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-bottom: 1px solid #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.header.scrolled {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 20px;
}

/* Logo */
.logo {
    flex-shrink: 0;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    transition: opacity 0.3s ease;
}

.logo a:hover {
    opacity: 0.8;
}

.logo img {
    filter: brightness(1.1);
    transition: transform 0.3s ease;
}

.logo a:hover img {
    transform: scale(1.1);
}

/* Desktop Navigation */
.nav-desktop {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Sarabun', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #ffcc00;
    background: rgba(255, 204, 0, 0.1);
    transform: translateY(-2px);
}

.nav-link.active {
    color: #ffcc00;
    background: rgba(255, 204, 0, 0.15);
}

/* CTA Button */
.header-cta {
    flex-shrink: 0;
}

.cta-button {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    border: 2px solid transparent;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}

.cta-button i {
    font-size: 18px;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    transition: opacity 0.3s ease;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-left: 1px solid #333;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}

.mobile-menu.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #333;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.mobile-menu-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-logo img {
    filter: brightness(1.1);
}

.mobile-menu-logo span {
    color: #ffffff;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: rgba(255, 204, 0, 0.1);
    color: #ffcc00;
    transform: rotate(90deg);
}

.mobile-nav {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
}

.mobile-nav-section {
    margin-bottom: 30px;
    padding: 0 20px;
}

.mobile-nav-title {
    color: #ffcc00;
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding-left: 10px;
    border-left: 3px solid #ffcc00;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Sarabun', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.mobile-nav-link:hover {
    color: #ffcc00;
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.3);
    transform: translateX(5px);
}

.mobile-nav-link.active {
    color: #ffcc00;
    background: rgba(255, 204, 0, 0.15);
    border-color: rgba(255, 204, 0, 0.5);
}

.mobile-nav-link i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.mobile-nav-cta {
    margin-top: auto;
    padding: 0 20px 20px;
}

.mobile-cta-button {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 12px;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.mobile-cta-button:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.4);
    border-color: rgba(255, 204, 0, 0.3);
}

.mobile-cta-button span {
    flex-grow: 1;
    text-align: center;
}

.mobile-cta-button i:first-child {
    font-size: 18px;
}

.mobile-cta-button i:last-child {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.mobile-cta-button:hover i:last-child {
    transform: translateX(3px);
}

.mobile-nav-footer {
    padding: 20px;
    border-top: 1px solid #333;
    margin-top: auto;
}

.mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cccccc;
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 14px;
}

.contact-item i {
    color: #ffcc00;
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

/* Main Content Adjustment */
main {
    margin-top: 70px;
}

/* Mobile Menu Responsive */
@media (max-width: 480px) {
    .mobile-menu-content {
        width: 100vw;
        max-width: 100vw;
    }

    .mobile-nav-section {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .mobile-nav-cta {
        padding: 0 15px 15px;
    }

    .mobile-nav-footer {
        padding: 15px;
    }

    .mobile-nav-title {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .mobile-nav-link {
        padding: 10px 12px;
        font-size: 15px;
    }

    .mobile-cta-button {
        padding: 14px 16px;
        font-size: 15px;
    }

    .contact-item {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .mobile-menu-header {
        padding: 15px;
    }

    .mobile-nav {
        padding: 20px 0;
    }

    .mobile-nav-section {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .mobile-nav-cta {
        padding: 0 10px 10px;
    }

    .mobile-nav-footer {
        padding: 10px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .nav-desktop {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .header-content {
        height: 60px;
    }

    main {
        margin-top: 60px;
    }

    .logo a {
        font-size: 20px;
    }

    .logo img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .logo a {
        font-size: 18px;
        gap: 8px;
    }

    .logo img {
        width: 28px;
        height: 28px;
    }
}

/* Animation for smooth loading */
.header {
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Focus styles for accessibility */
.nav-link:focus,
.cta-button:focus,
.mobile-nav-link:focus,
.mobile-cta-button:focus,
.mobile-menu-btn:focus,
.mobile-menu-close:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
}

/* Mobile menu accessibility improvements */
.mobile-menu-overlay {
    cursor: pointer;
}

.mobile-nav-link:focus-visible,
.mobile-cta-button:focus-visible,
.mobile-menu-close:focus-visible {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Keyboard navigation support */
.mobile-nav-link:focus {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.3);
    color: #ffcc00;
}

.mobile-menu-close:focus {
    background: rgba(255, 204, 0, 0.1);
    color: #ffcc00;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .header {
        border-bottom: 2px solid #ffffff;
    }

    .nav-link:hover,
    .mobile-nav-link:hover {
        background: #ffffff;
        color: #000000;
    }

    .mobile-menu-content {
        background: #000000;
        border-left: 2px solid #ffffff;
    }

    .mobile-nav-title {
        color: #ffffff;
        border-left-color: #ffffff;
    }

    .mobile-nav-link {
        border-color: #333333;
    }

    .mobile-menu-close {
        border: 1px solid #ffffff;
    }
}

/* Reduced motion support for mobile menu */
@media (prefers-reduced-motion: reduce) {
    .mobile-menu,
    .mobile-menu-content,
    .mobile-nav-link,
    .mobile-cta-button,
    .mobile-menu-close {
        transition: none;
    }

    .mobile-nav-link:hover,
    .mobile-cta-button:hover,
    .mobile-menu-close:hover {
        transform: none;
    }

    .mobile-cta-button:hover i:last-child {
        transform: none;
    }
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2d2d2d 100%);
    position: relative;
    padding: 80px 0 60px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-title::first-line {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0;
    text-align: justify;
}

.hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-width: 160px;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-btn.primary {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.hero-btn.primary:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.4);
}

.hero-btn.secondary {
    background: transparent;
    color: #ffcc00;
    border: 2px solid #ffcc00;
}

.hero-btn.secondary:hover {
    background: #ffcc00;
    color: #0a0a0a;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 204, 0, 0.3);
}

.hero-btn i {
    font-size: 1.2rem;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.hero-feature:hover {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateY(-2px);
}

.hero-feature i {
    color: #ffcc00;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.hero-feature span {
    color: #ffffff;
    font-family: 'Sarabun', Arial, sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.hero-image:hover img {
    transform: scale(1.05);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .hero {
        padding: 60px 0 40px;
    }

    .hero-content {
        gap: 40px;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .hero-feature {
        padding: 10px 14px;
    }

    .hero-feature span {
        font-size: 0.9rem;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero {
        padding: 40px 0 30px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero-description {
        font-size: 1rem;
        text-align: left;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-btn {
        padding: 12px 25px;
        font-size: 1rem;
        min-width: 140px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 400px;
        margin: 0 auto;
    }

    .hero-feature {
        padding: 10px 12px;
    }

    .hero-feature span {
        font-size: 0.85rem;
    }

    .hero-image {
        order: -1;
    }

    .hero-image img {
        max-width: 400px;
    }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
    .hero {
        padding: 30px 0 20px;
    }

    .hero-content {
        gap: 30px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .hero-cta {
        flex-direction: column;
        gap: 15px;
    }

    .hero-btn {
        width: 100%;
        padding: 14px 20px;
    }

    .hero-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-feature {
        justify-content: center;
    }

    .hero-image img {
        max-width: 320px;
        border-radius: 15px;
    }
}

/* Focus states for accessibility */
.hero-btn:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 3px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .hero-btn,
    .hero-feature,
    .hero-image img {
        transition: none;
    }

    .hero-btn:hover,
    .hero-feature:hover,
    .hero-image:hover img {
        transform: none;
    }
}

/* High contrast mode support for hero */
@media (prefers-contrast: high) {
    .hero-title {
        color: #ffffff;
        text-shadow: none;
    }

    .hero-btn.secondary {
        background: #ffffff;
        color: #000000;
    }

    .hero-feature {
        border-color: #ffffff;
    }
}

/* Features Section */
.features {
    background: #0a0a0a;
    padding: 80px 0;
    position: relative;
}

.features-header {
    text-align: center;
    margin-bottom: 60px;
}

.features-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.feature-item {
    margin-bottom: 80px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feature-item.reverse .feature-content {
    direction: rtl;
}

.feature-item.reverse .feature-text {
    direction: ltr;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffcc00;
    margin: 0;
    line-height: 1.3;
}

.feature-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0;
    text-align: justify;
}

.feature-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.feature-image:hover img {
    transform: scale(1.03);
}

/* Game Providers */
.game-providers {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0;
}

.provider-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.provider-item:hover {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateX(10px);
}

.provider-item i {
    color: #ffcc00;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.provider-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.provider-info strong {
    color: #ffffff;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}

.provider-info span {
    color: #cccccc;
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Wallet Features */
.wallet-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 25px 0;
}

.wallet-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.wallet-item:hover {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateY(-5px);
}

.wallet-number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.wallet-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wallet-info strong {
    color: #ffffff;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.wallet-info span {
    color: #cccccc;
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .features {
        padding: 60px 0;
    }

    .features-header {
        margin-bottom: 50px;
    }

    .features-title {
        font-size: 2.2rem;
    }

    .feature-item {
        margin-bottom: 60px;
    }

    .feature-content {
        gap: 40px;
    }

    .feature-subtitle {
        font-size: 1.6rem;
    }

    .feature-description {
        font-size: 1rem;
    }

    .provider-item {
        padding: 16px;
    }

    .wallet-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .wallet-item {
        padding: 16px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .features {
        padding: 50px 0;
    }

    .features-header {
        margin-bottom: 40px;
    }

    .features-title {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .feature-item {
        margin-bottom: 50px;
    }

    .feature-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .feature-item.reverse .feature-content {
        direction: ltr;
    }

    .feature-subtitle {
        font-size: 1.4rem;
    }

    .feature-description {
        font-size: 0.95rem;
        text-align: left;
    }

    .feature-image {
        order: -1;
    }

    .feature-image img {
        max-width: 350px;
    }

    .provider-item {
        padding: 15px;
    }

    .provider-item:hover {
        transform: translateY(-3px);
    }

    .provider-info strong {
        font-size: 1rem;
    }

    .provider-info span {
        font-size: 0.9rem;
    }

    .wallet-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .wallet-item {
        padding: 15px;
    }

    .wallet-number {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .wallet-info strong {
        font-size: 0.95rem;
    }

    .wallet-info span {
        font-size: 0.85rem;
    }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
    .features {
        padding: 40px 0;
    }

    .features-title {
        font-size: 1.6rem;
    }

    .feature-item {
        margin-bottom: 40px;
    }

    .feature-content {
        gap: 25px;
    }

    .feature-subtitle {
        font-size: 1.3rem;
    }

    .feature-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .feature-image img {
        max-width: 300px;
        border-radius: 12px;
    }

    .provider-item {
        padding: 12px;
        gap: 12px;
    }

    .provider-item i {
        font-size: 1.1rem;
    }

    .wallet-item {
        padding: 12px;
        gap: 12px;
    }

    .wallet-number {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
}

/* Focus states for accessibility */
.provider-item:focus,
.wallet-item:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .feature-image img,
    .provider-item,
    .wallet-item {
        transition: none;
    }

    .feature-image:hover img,
    .provider-item:hover,
    .wallet-item:hover {
        transform: none;
    }
}

/* High contrast mode support for features */
@media (prefers-contrast: high) {
    .features-title {
        color: #ffffff;
        text-shadow: none;
    }

    .provider-item,
    .wallet-item {
        border-color: #ffffff;
    }

    .provider-item:hover,
    .wallet-item:hover {
        background: #ffffff;
        color: #000000;
    }

    .provider-item:hover i,
    .wallet-item:hover .wallet-number {
        color: #000000;
    }
}

/* Registration Section */
.registration {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    padding: 80px 0;
    position: relative;
}

.registration::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 107, 53, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.registration-header {
    text-align: center;
    margin-bottom: 60px;
}

.registration-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    background: linear-gradient(135deg, #ff6b35 0%, #ffcc00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.registration-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.registration-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffcc00;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.section-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0 0 30px 0;
}

/* Registration Steps */
.steps-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.step-item:hover {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateX(10px);
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.step-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.step-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1rem;
    color: #cccccc;
    margin: 0;
    line-height: 1.5;
}

/* Promotions Grid */
.promotions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.promotion-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.promotion-card:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
}

.promotion-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.promotion-icon i {
    color: #ffffff;
    font-size: 1.3rem;
}

.promotion-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.promotion-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.promotion-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    margin: 0;
    line-height: 1.4;
}

/* Registration CTA */
.registration-cta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.registration-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    min-width: 300px;
    justify-content: center;
}

.registration-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(255, 107, 53, 0.5);
    border-color: rgba(255, 204, 0, 0.3);
}

.registration-btn span {
    flex-grow: 1;
    text-align: center;
}

.registration-btn i:first-child {
    font-size: 1.3rem;
}

.registration-btn i:last-child {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.registration-btn:hover i:last-child {
    transform: translateX(5px);
}

/* Registration Image */
.registration-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.registration-image img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.registration-image:hover img {
    transform: scale(1.05);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .registration {
        padding: 60px 0;
    }

    .registration-header {
        margin-bottom: 50px;
    }

    .registration-title {
        font-size: 2.2rem;
    }

    .registration-content {
        gap: 40px;
    }

    .section-subtitle {
        font-size: 1.6rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .step-item {
        padding: 20px;
    }

    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .promotions-grid {
        gap: 15px;
    }

    .promotion-card {
        padding: 16px;
    }

    .promotion-icon {
        width: 45px;
        height: 45px;
    }

    .promotion-icon i {
        font-size: 1.2rem;
    }

    .registration-btn {
        padding: 16px 30px;
        font-size: 1.1rem;
        min-width: 280px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .registration {
        padding: 50px 0;
    }

    .registration-header {
        margin-bottom: 40px;
    }

    .registration-title {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .registration-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .registration-info {
        gap: 35px;
    }

    .section-subtitle {
        font-size: 1.4rem;
    }

    .section-description {
        font-size: 0.95rem;
        text-align: left;
    }

    .step-item {
        padding: 18px;
        gap: 15px;
    }

    .step-item:hover {
        transform: translateY(-3px);
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .step-title {
        font-size: 1.1rem;
    }

    .step-description {
        font-size: 0.95rem;
    }

    .promotions-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .promotion-card {
        padding: 15px;
        gap: 12px;
    }

    .promotion-icon {
        width: 40px;
        height: 40px;
    }

    .promotion-icon i {
        font-size: 1.1rem;
    }

    .promotion-title {
        font-size: 1rem;
    }

    .promotion-description {
        font-size: 0.85rem;
    }

    .registration-btn {
        padding: 15px 25px;
        font-size: 1rem;
        min-width: 260px;
    }

    .registration-image {
        order: -1;
    }

    .registration-image img {
        max-width: 380px;
    }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
    .registration {
        padding: 40px 0;
    }

    .registration-title {
        font-size: 1.6rem;
    }

    .registration-content {
        gap: 30px;
    }

    .registration-info {
        gap: 30px;
    }

    .section-subtitle {
        font-size: 1.3rem;
    }

    .section-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .step-item {
        padding: 15px;
        gap: 12px;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .step-title {
        font-size: 1rem;
    }

    .step-description {
        font-size: 0.9rem;
    }

    .promotion-card {
        padding: 12px;
        gap: 10px;
    }

    .promotion-icon {
        width: 35px;
        height: 35px;
    }

    .promotion-icon i {
        font-size: 1rem;
    }

    .promotion-title {
        font-size: 0.95rem;
    }

    .promotion-description {
        font-size: 0.8rem;
    }

    .registration-btn {
        padding: 14px 20px;
        font-size: 0.95rem;
        min-width: 240px;
        flex-direction: column;
        gap: 8px;
    }

    .registration-btn span {
        text-align: center;
    }

    .registration-image img {
        max-width: 320px;
        border-radius: 15px;
    }
}

/* Focus states for accessibility */
.registration-btn:focus,
.step-item:focus,
.promotion-card:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 3px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .step-item,
    .promotion-card,
    .registration-btn,
    .registration-image img {
        transition: none;
    }

    .step-item:hover,
    .promotion-card:hover,
    .registration-btn:hover,
    .registration-image:hover img {
        transform: none;
    }

    .registration-btn:hover i:last-child {
        transform: none;
    }
}

/* High contrast mode support for registration */
@media (prefers-contrast: high) {
    .registration-title {
        color: #ffffff;
        text-shadow: none;
    }

    .step-item,
    .promotion-card {
        border-color: #ffffff;
    }

    .step-item:hover,
    .promotion-card:hover {
        background: #ffffff;
        color: #000000;
    }

    .step-item:hover .step-number,
    .promotion-card:hover .promotion-icon {
        background: #000000;
        color: #ffffff;
    }

    .registration-btn {
        border-color: #ffffff;
    }
}

/* Slot Games Section */
.slot-games {
    background: #0a0a0a;
    padding: 80px 0;
    position: relative;
}

.slot-header {
    text-align: center;
    margin-bottom: 60px;
}

.slot-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.3;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.slot-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff6b35;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.slot-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

.slot-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.slot-providers {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.provider-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.provider-section:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateY(-5px);
}

.provider-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffcc00;
    margin: 0 0 25px 0;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 204, 0, 0.3);
}

.games-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.game-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.game-item:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateX(5px);
}

.game-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(255, 107, 53, 0.3);
}

.game-icon i {
    color: #ffffff;
    font-size: 1rem;
}

.game-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.game-name {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.game-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.8rem;
    color: #cccccc;
    margin: 0;
    line-height: 1.3;
}

.slot-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slot-image img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.slot-image:hover img {
    transform: scale(1.05);
}

/* Special System */
.special-system {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 204, 0, 0.2);
}

.special-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffcc00;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.special-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0 0 40px 0;
    text-align: justify;
}

.special-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.special-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
    text-align: left;
}

.special-item:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
}

.special-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.special-icon i {
    color: #ffffff;
    font-size: 1.2rem;
}

.special-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.special-name {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.special-desc {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    margin: 0;
    line-height: 1.4;
}

.slot-cta {
    display: flex;
    justify-content: center;
}

.slot-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
    border: 2px solid transparent;
    min-width: 300px;
    justify-content: center;
}

.slot-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(255, 107, 53, 0.5);
    border-color: rgba(255, 204, 0, 0.3);
}

.slot-btn span {
    flex-grow: 1;
    text-align: center;
}

.slot-btn i:first-child {
    font-size: 1.3rem;
}

.slot-btn i:last-child {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.slot-btn:hover i:last-child {
    transform: translateX(5px);
}

/* Login Section */
.login-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 80px 0;
    position: relative;
}

.login-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.login-header {
    text-align: center;
    margin-bottom: 60px;
}

.login-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.login-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* Access Section */
.access-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.access-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.access-item:hover {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.2);
}

.access-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
}

.access-icon i {
    color: #ffffff;
    font-size: 1.2rem;
}

.access-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.access-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.access-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    margin: 0;
    line-height: 1.4;
}

/* Security Features */
.security-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.security-item:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
}

.security-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.security-icon i {
    color: #ffffff;
    font-size: 1.2rem;
}

.security-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.security-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.security-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    margin: 0;
    line-height: 1.4;
}

/* Alternative Sites */
.alternative-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.alternative-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.alternative-item:hover {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.2);
}

.alternative-number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(255, 204, 0, 0.3);
}

.alternative-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.alternative-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.alternative-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    margin: 0;
    line-height: 1.4;
}

.login-cta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.login-btn {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(255, 204, 0, 0.4);
    border: 2px solid transparent;
    min-width: 300px;
    justify-content: center;
}

.login-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(255, 204, 0, 0.5);
    border-color: rgba(255, 107, 53, 0.3);
}

.login-btn span {
    flex-grow: 1;
    text-align: center;
}

.login-btn i:first-child {
    font-size: 1.3rem;
}

.login-btn i:last-child {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.login-btn:hover i:last-child {
    transform: translateX(5px);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .slot-games,
    .login-section {
        padding: 60px 0;
    }

    .slot-header,
    .login-header {
        margin-bottom: 50px;
    }

    .slot-title,
    .login-title {
        font-size: 2.2rem;
    }

    .slot-subtitle {
        font-size: 1.6rem;
    }

    .slot-content {
        gap: 40px;
        margin-bottom: 50px;
    }

    .provider-section {
        padding: 25px;
    }

    .games-list {
        gap: 12px;
    }

    .game-item {
        padding: 12px;
    }

    .game-icon {
        width: 32px;
        height: 32px;
    }

    .special-features,
    .access-list,
    .security-features,
    .alternative-list {
        gap: 15px;
    }

    .special-item,
    .access-item,
    .security-item,
    .alternative-item {
        padding: 16px;
    }

    .special-icon,
    .access-icon,
    .security-icon {
        width: 40px;
        height: 40px;
    }

    .slot-btn,
    .login-btn {
        padding: 16px 30px;
        font-size: 1.1rem;
        min-width: 280px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .slot-games,
    .login-section {
        padding: 50px 0;
    }

    .slot-header,
    .login-header {
        margin-bottom: 40px;
    }

    .slot-title,
    .login-title {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .slot-subtitle {
        font-size: 1.4rem;
    }

    .slot-description {
        font-size: 1rem;
    }

    .slot-content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

    .provider-section {
        padding: 20px;
    }

    .provider-title {
        font-size: 1.2rem;
    }

    .games-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .game-item {
        padding: 12px;
        gap: 10px;
    }

    .game-icon {
        width: 30px;
        height: 30px;
    }

    .game-name {
        font-size: 0.9rem;
    }

    .game-description {
        font-size: 0.75rem;
    }

    .special-system {
        padding: 30px 20px;
    }

    .special-title {
        font-size: 1.6rem;
    }

    .special-description {
        font-size: 1rem;
        text-align: left;
    }

    .special-features,
    .access-list,
    .security-features,
    .alternative-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .special-item,
    .access-item,
    .security-item,
    .alternative-item {
        padding: 15px;
        gap: 12px;
    }

    .special-icon,
    .access-icon,
    .security-icon {
        width: 35px;
        height: 35px;
    }

    .alternative-number {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }

    .special-name,
    .access-title,
    .security-title,
    .alternative-title {
        font-size: 1rem;
    }

    .special-desc,
    .access-description,
    .security-description,
    .alternative-description {
        font-size: 0.85rem;
    }

    .slot-btn,
    .login-btn {
        padding: 15px 25px;
        font-size: 1rem;
        min-width: 260px;
    }

    .slot-image {
        order: -1;
    }

    .slot-image img {
        max-width: 380px;
    }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
    .slot-games,
    .login-section {
        padding: 40px 0;
    }

    .slot-title,
    .login-title {
        font-size: 1.6rem;
    }

    .slot-subtitle {
        font-size: 1.3rem;
    }

    .slot-content {
        gap: 30px;
    }

    .special-system {
        padding: 25px 15px;
    }

    .special-title {
        font-size: 1.4rem;
    }

    .special-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .provider-section {
        padding: 15px;
    }

    .provider-title {
        font-size: 1.1rem;
    }

    .game-item {
        padding: 10px;
        gap: 8px;
    }

    .game-icon {
        width: 28px;
        height: 28px;
    }

    .special-item,
    .access-item,
    .security-item,
    .alternative-item {
        padding: 12px;
        gap: 10px;
    }

    .special-icon,
    .access-icon,
    .security-icon {
        width: 32px;
        height: 32px;
    }

    .alternative-number {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }

    .slot-btn,
    .login-btn {
        padding: 14px 20px;
        font-size: 0.95rem;
        min-width: 240px;
        flex-direction: column;
        gap: 8px;
    }

    .slot-image img {
        max-width: 320px;
        border-radius: 15px;
    }
}

/* Focus states for accessibility */
.slot-btn:focus,
.login-btn:focus,
.game-item:focus,
.special-item:focus,
.access-item:focus,
.security-item:focus,
.alternative-item:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 3px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .provider-section,
    .game-item,
    .special-item,
    .access-item,
    .security-item,
    .alternative-item,
    .slot-btn,
    .login-btn,
    .slot-image img {
        transition: none;
    }

    .provider-section:hover,
    .game-item:hover,
    .special-item:hover,
    .access-item:hover,
    .security-item:hover,
    .alternative-item:hover,
    .slot-btn:hover,
    .login-btn:hover,
    .slot-image:hover img {
        transform: none;
    }

    .slot-btn:hover i:last-child,
    .login-btn:hover i:last-child {
        transform: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .slot-title,
    .login-title {
        color: #ffffff;
        text-shadow: none;
    }

    .provider-section,
    .game-item,
    .special-item,
    .access-item,
    .security-item,
    .alternative-item {
        border-color: #ffffff;
    }

    .provider-section:hover,
    .game-item:hover,
    .special-item:hover,
    .access-item:hover,
    .security-item:hover,
    .alternative-item:hover {
        background: #ffffff;
        color: #000000;
    }

    .slot-btn,
    .login-btn,
    .wallet-btn,
    .app-btn {
        border-color: #ffffff;
    }
}

/* Customer Service Section */
.customer-service {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 80px 0;
    position: relative;
}

.service-header {
    text-align: center;
    margin-bottom: 60px;
}

.service-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.3;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.service-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff6b35;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.service-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

.service-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.service-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffcc00;
    margin: 0 0 25px 0;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 204, 0, 0.3);
}

.contact-channels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-item:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateY(-3px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.2rem;
    color: #000000;
}

.contact-content h5 {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.contact-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.4;
}

.language-support {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.language-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.language-item:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateX(10px);
}

.language-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.language-icon i {
    font-size: 1.1rem;
    color: #000000;
}

.language-content h5 {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.language-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.4;
}

.wallet-section {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 204, 0, 0.15);
}

.wallet-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-align: center;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wallet-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0 0 40px 0;
    text-align: center;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.payment-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffcc00;
    margin: 0 0 20px 0;
    text-align: center;
}

.deposit-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.deposit-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.deposit-item:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: scale(1.02);
}

.deposit-number {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Prompt', Arial, sans-serif;
    flex-shrink: 0;
}

.deposit-content h5 {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.deposit-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.4;
}

.withdrawal-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.withdrawal-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.withdrawal-item:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: scale(1.02);
}

.withdrawal-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.withdrawal-icon i {
    font-size: 1.1rem;
    color: #000000;
}

.withdrawal-content h5 {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.withdrawal-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.4;
}

.payment-image {
    text-align: center;
    margin: 30px 0;
}

.payment-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.wallet-cta {
    text-align: center;
    margin-top: 30px;
}

.wallet-btn {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #000000;
    padding: 16px 30px;
    border-radius: 50px;
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 280px;
    justify-content: center;
}

.wallet-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 204, 0, 0.3);
}

.wallet-btn i:last-child {
    transition: transform 0.3s ease;
}

.wallet-btn:hover i:last-child {
    transform: translateX(5px);
}

/* Mobile App Section */
.mobile-app {
    background: #0a0a0a;
    padding: 80px 0;
    position: relative;
}

.app-header {
    text-align: center;
    margin-bottom: 60px;
}

.app-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.3;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.app-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff6b35;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.app-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

.app-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.app-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.app-features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.app-feature-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.app-feature-item:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.feature-icon i {
    font-size: 1.5rem;
    color: #000000;
}

.feature-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.feature-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.5;
}

.app-advantages {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advantage-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.advantage-item:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateX(10px);
}

.advantage-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Prompt', Arial, sans-serif;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.advantage-content h5 {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.advantage-description {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.4;
}

.download-section {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 204, 0, 0.15);
}

.download-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 30px 0;
    text-align: center;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.download-guides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.guide-subtitle {
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffcc00;
    margin: 0 0 20px 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 204, 0, 0.3);
}

.guide-steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.guide-step {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.guide-step:hover {
    background: rgba(255, 204, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.4);
    transform: scale(1.02);
}

.step-number {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Prompt', Arial, sans-serif;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.step-text {
    font-family: 'Sarabun', Arial, sans-serif;
    font-size: 0.9rem;
    color: #e0e0e0;
    margin: 0;
    line-height: 1.5;
}

.app-cta {
    text-align: center;
    margin-top: 30px;
}

.app-btn {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #000000;
    padding: 16px 30px;
    border-radius: 50px;
    font-family: 'Prompt', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 280px;
    justify-content: center;
}

.app-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 204, 0, 0.3);
}

.app-btn i:last-child {
    transition: transform 0.3s ease;
}

.app-btn:hover i:last-child {
    transform: translateX(5px);
}

/* Responsive Design for Customer Service and Mobile App */
@media (max-width: 1024px) {
    .service-content,
    .app-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-title,
    .app-title {
        font-size: 2.2rem;
    }

    .service-subtitle,
    .app-subtitle {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .customer-service,
    .mobile-app {
        padding: 60px 0;
    }

    .service-title,
    .app-title {
        font-size: 1.8rem;
    }

    .service-subtitle,
    .app-subtitle {
        font-size: 1.4rem;
    }

    .service-description,
    .app-description {
        font-size: 1rem;
    }

    .contact-channels,
    .app-features-list,
    .deposit-methods,
    .withdrawal-features,
    .download-guides {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .wallet-section,
    .download-section {
        padding: 30px 20px;
    }

    .wallet-title,
    .download-title {
        font-size: 1.6rem;
    }

    .wallet-btn,
    .app-btn {
        padding: 14px 25px;
        font-size: 1rem;
        min-width: 250px;
    }
}

@media (max-width: 480px) {
    .service-header,
    .app-header {
        margin-bottom: 40px;
    }

    .service-title,
    .app-title {
        font-size: 1.6rem;
    }

    .service-subtitle,
    .app-subtitle {
        font-size: 1.2rem;
    }

    .contact-item,
    .language-item,
    .app-feature-item,
    .advantage-item,
    .deposit-item,
    .withdrawal-item,
    .guide-step {
        padding: 15px;
    }

    .contact-icon,
    .language-icon,
    .feature-icon,
    .withdrawal-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .contact-icon i,
    .language-icon i,
    .withdrawal-icon i {
        font-size: 1rem;
    }

    .feature-icon i {
        font-size: 1.3rem;
    }

    .wallet-btn,
    .app-btn {
        padding: 14px 20px;
        font-size: 0.95rem;
        min-width: 240px;
        flex-direction: column;
        gap: 8px;
    }
}

/* Focus states for accessibility - Customer Service and Mobile App */
.contact-item:focus,
.language-item:focus,
.app-feature-item:focus,
.advantage-item:focus,
.deposit-item:focus,
.withdrawal-item:focus,
.guide-step:focus,
.wallet-btn:focus,
.app-btn:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 3px;
}

/* Reduced motion support - Customer Service and Mobile App */
@media (prefers-reduced-motion: reduce) {
    .contact-item,
    .language-item,
    .app-feature-item,
    .advantage-item,
    .deposit-item,
    .withdrawal-item,
    .guide-step,
    .wallet-btn,
    .app-btn {
        transition: none;
    }

    .contact-item:hover,
    .language-item:hover,
    .app-feature-item:hover,
    .advantage-item:hover,
    .deposit-item:hover,
    .withdrawal-item:hover,
    .guide-step:hover,
    .wallet-btn:hover,
    .app-btn:hover {
        transform: none;
    }

    .wallet-btn:hover i:last-child,
    .app-btn:hover i:last-child {
        transform: none;
    }
}

/* High contrast mode support - Customer Service and Mobile App */
@media (prefers-contrast: high) {
    .service-title,
    .app-title,
    .wallet-title,
    .download-title {
        color: #ffffff;
        text-shadow: none;
    }

    .contact-item,
    .language-item,
    .app-feature-item,
    .advantage-item,
    .deposit-item,
    .withdrawal-item,
    .guide-step,
    .wallet-section,
    .download-section {
        border-color: #ffffff;
    }

    .contact-item:hover,
    .language-item:hover,
    .app-feature-item:hover,
    .advantage-item:hover,
    .deposit-item:hover,
    .withdrawal-item:hover,
    .guide-step:hover {
        background: #ffffff;
        color: #000000;
    }

    .wallet-btn,
    .app-btn {
        border-color: #ffffff;
    }
}

/* Slot Techniques Section */
.slot-techniques {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2d2d2d 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.slot-techniques::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.techniques-header {
    text-align: center;
    margin-bottom: 60px;
}

.techniques-title {
    font-size: 32px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.techniques-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.bankroll-management,
.combo-system {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.management-section,
.game-selection {
    margin-bottom: 40px;
}

.management-title,
.selection-title,
.combo-subtitle,
.time-subtitle {
    font-size: 20px;
    color: #ff8c42;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.management-title::before,
.selection-title::before {
    content: '💰';
    font-size: 24px;
}

.combo-subtitle::before {
    content: '🎯';
    font-size: 24px;
}

.time-subtitle::before {
    content: '⏰';
    font-size: 24px;
}

.management-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.management-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 140, 66, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 140, 66, 0.2);
    transition: all 0.3s ease;
}

.management-item:hover {
    background: rgba(255, 140, 66, 0.15);
    transform: translateY(-2px);
}

.management-number {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.management-content {
    flex: 1;
}

.management-subtitle {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}

.management-description {
    color: #cccccc;
    line-height: 1.6;
}

.selection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.selection-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 20px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.selection-item:hover {
    background: rgba(255, 204, 0, 0.15);
    transform: translateY(-3px);
}

.selection-icon {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #1a1a1a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 20px;
}

.selection-subtitle {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}

.selection-description {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.5;
}

.combo-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.combo-section,
.time-bonus {
    background: rgba(255, 107, 53, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 53, 0.2);
}

.combo-list,
.time-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.combo-item,
.time-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.combo-item:hover,
.time-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.combo-icon,
.time-icon {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.combo-content,
.time-content {
    flex: 1;
}

.combo-title,
.time-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}

.combo-description,
.time-description {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.5;
}

.techniques-cta {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 40px;
}

.techniques-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.techniques-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}

.techniques-btn i:last-child {
    transition: transform 0.3s ease;
}

.techniques-btn:hover i:last-child {
    transform: translateX(5px);
}

/* Promotions Special Section */
.promotions-special {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 50%, #2d2d2d 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.promotions-special::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 107, 53, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.promotions-header {
    text-align: center;
    margin-bottom: 60px;
}

.promotions-title {
    font-size: 32px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.promotions-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.daily-promotions,
.vip-program {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.daily-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.daily-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.1) 0%, rgba(255, 140, 66, 0.1) 100%);
    border-radius: 15px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.daily-item:hover {
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.15) 0%, rgba(255, 140, 66, 0.15) 100%);
    transform: translateY(-5px);
}

.daily-day {
    font-size: 14px;
    color: #ff8c42;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.daily-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.daily-title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.daily-icon {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.monthly-promotions {
    margin-top: 40px;
}

.monthly-subtitle {
    font-size: 20px;
    color: #ff8c42;
    margin-bottom: 25px;
    text-align: center;
}

.monthly-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.monthly-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.monthly-item:hover {
    background: rgba(255, 107, 53, 0.15);
    transform: translateY(-3px);
}

.monthly-icon {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #1a1a1a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.monthly-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}

.monthly-description {
    color: #cccccc;
    font-size: 12px;
    line-height: 1.4;
}

.vip-levels {
    margin-bottom: 40px;
}

.vip-subtitle,
.benefits-subtitle {
    font-size: 20px;
    color: #ff8c42;
    margin-bottom: 25px;
    text-align: center;
}

.vip-tiers {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.vip-tier {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.vip-tier:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.tier-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    flex-shrink: 0;
    width: 80px;
}

.tier-badge.bronze {
    background: linear-gradient(135deg, #cd7f32 0%, #b8860b 100%);
    color: #ffffff;
}

.tier-badge.silver {
    background: linear-gradient(135deg, #c0c0c0 0%, #a8a8a8 100%);
    color: #1a1a1a;
}

.tier-badge.gold {
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 100%);
    color: #1a1a1a;
}

.tier-badge.platinum {
    background: linear-gradient(135deg, #e5e4e2 0%, #bcc6cc 100%);
    color: #1a1a1a;
}

.tier-badge.diamond {
    background: linear-gradient(135deg, #b9f2ff 0%, #a6c8ff 100%);
    color: #1a1a1a;
}

.tier-badge i {
    font-size: 20px;
}

.tier-badge span {
    font-size: 12px;
}

.tier-info {
    flex: 1;
}

.tier-requirement {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}

.tier-benefit {
    color: #cccccc;
    font-size: 14px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 140, 66, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 140, 66, 0.2);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(255, 140, 66, 0.15);
    transform: translateY(-2px);
}

.benefit-icon {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.benefit-content {
    flex: 1;
}

.benefit-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}

.benefit-description {
    color: #cccccc;
    font-size: 14px;
}

.vip-cta {
    text-align: center;
    margin-top: 40px;
}

.vip-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #1a1a1a;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.3);
}

.vip-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 204, 0, 0.4);
}

.vip-btn i:last-child {
    transition: transform 0.3s ease;
}

.vip-btn:hover i:last-child {
    transform: translateX(5px);
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2d2d2d 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    font-size: 32px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.faq-content {
    max-width: 800px;
    margin: 0 auto;
}

.faq-category {
    margin-bottom: 50px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.faq-category-title {
    font-size: 24px;
    color: #ff8c42;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 140, 66, 0.3);
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 140, 66, 0.1);
}

.question-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    flex: 1;
    padding-right: 20px;
}

.faq-question i {
    color: #ff8c42;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 30px 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-top: 0;
}

.faq-answer p {
    color: #cccccc;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
}

.baccarat-link {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 140, 66, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 140, 66, 0.2);
}

.baccarat-link p {
    color: #cccccc;
    margin: 0;
    font-size: 16px;
}

.baccarat-link a {
    color: #ff8c42;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

.baccarat-link a:hover {
    color: #ffcc00;
}

.faq-cta {
    text-align: center;
    margin-top: 50px;
}

.faq-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.faq-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}

.faq-btn i:last-child {
    transition: transform 0.3s ease;
}

.faq-btn:hover i:last-child {
    transform: translateX(5px);
}

/* New Sections Mobile Responsive */
@media (max-width: 768px) {
    /* Slot Techniques Mobile */
    .slot-techniques {
        padding: 60px 0;
    }

    .techniques-title {
        font-size: 24px;
    }

    .techniques-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bankroll-management,
    .combo-system {
        padding: 30px 20px;
    }

    .management-title,
    .selection-title,
    .combo-subtitle,
    .time-subtitle {
        font-size: 18px;
    }

    .management-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .management-number {
        align-self: center;
    }

    .management-content {
        text-align: center;
    }

    .selection-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .combo-item,
    .time-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .combo-icon,
    .time-icon {
        align-self: center;
    }

    .combo-content,
    .time-content {
        text-align: center;
    }

    .techniques-btn {
        width: 100%;
        justify-content: center;
        padding: 18px 30px;
    }

    /* Promotions Special Mobile */
    .promotions-special {
        padding: 60px 0;
    }

    .promotions-title {
        font-size: 24px;
    }

    .promotions-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .daily-promotions,
    .vip-program {
        padding: 30px 20px;
    }

    .daily-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .daily-item {
        flex-direction: row;
        text-align: left;
        gap: 20px;
        padding: 20px;
    }

    .daily-day {
        font-size: 16px;
        min-width: 80px;
    }

    .daily-content {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .daily-title {
        font-size: 14px;
        flex: 1;
    }

    .daily-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .monthly-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .monthly-item {
        padding: 15px 10px;
    }

    .monthly-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .monthly-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .monthly-description {
        font-size: 11px;
    }

    .vip-tiers {
        gap: 10px;
    }

    .vip-tier {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px 15px;
    }

    .tier-badge {
        align-self: center;
        width: 70px;
    }

    .tier-info {
        text-align: center;
    }

    .benefits-grid {
        gap: 10px;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px 15px;
    }

    .benefit-icon {
        align-self: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .benefit-content {
        text-align: center;
    }

    .vip-btn {
        width: 100%;
        justify-content: center;
        padding: 18px 30px;
    }

    /* FAQ Mobile */
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-category {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .faq-category-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .faq-question {
        padding: 20px;
    }

    .question-text {
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 20px 20px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .baccarat-link {
        padding: 15px;
        margin-top: 20px;
    }

    .baccarat-link p {
        font-size: 14px;
    }

    .faq-btn {
        width: 100%;
        justify-content: center;
        padding: 18px 30px;
    }
}

/* Site Footer */
.site-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-top: 1px solid #333;
    padding: 30px 0;
    margin-top: 80px;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Sarabun', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.footer-link:hover {
    color: #ffcc00;
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.2);
    transform: translateY(-2px);
}

/* Sticky Buttons */
.sticky-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-top: 1px solid #333;
    padding: 15px 0;
}

.sticky-button-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.sticky-btn {
    flex: 1;
    max-width: 180px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.sticky-btn i {
    font-size: 16px;
    flex-shrink: 0;
}

.sticky-btn span {
    white-space: nowrap;
}

.sticky-btn-login {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.sticky-btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    background: linear-gradient(135deg, #357abd 0%, #4a90e2 100%);
}

.sticky-btn-register {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.sticky-btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}

.sticky-btn-credit {
    background: linear-gradient(135deg, #28a745 0%, #34ce57 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.sticky-btn-credit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    background: linear-gradient(135deg, #34ce57 0%, #28a745 100%);
}

/* Responsive Footer & Sticky Buttons */
@media (max-width: 768px) {
    .site-footer {
        padding: 20px 0;
        margin-top: 60px;
    }

    .footer-links {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .footer-link {
        font-size: 13px;
        padding: 6px 12px;
    }

    .sticky-buttons {
        padding: 12px 0;
    }

    .sticky-button-container {
        gap: 10px;
        padding: 0 15px;
    }

    .sticky-btn {
        flex: 1;
        min-width: 100px;
        max-width: 140px;
        padding: 10px 8px;
        font-size: 12px;
        gap: 6px;
    }

    .sticky-btn i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer-links {
        gap: 15px;
    }

    .footer-link {
        font-size: 12px;
        padding: 5px 10px;
    }

    .sticky-button-container {
        gap: 8px;
        padding: 0 10px;
    }

    .sticky-btn {
        min-width: 80px;
        max-width: 120px;
        padding: 8px 6px;
        font-size: 11px;
        gap: 4px;
    }

    .sticky-btn i {
        font-size: 12px;
    }

    .sticky-btn span {
        font-size: 10px;
    }
}
/* Login Page Styles */
.login-main {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 120px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.login-title {
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.login-form {
    width: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.form-group {
    margin-bottom: 25px;
}

.form-group:last-of-type {
    margin-bottom: 35px;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.form-label i {
    color: #ffd700;
    font-size: 1.1rem;
}

.form-input {
    width: 100%;
    padding: 15px 20px;
    background: #0a0a0a;
    border: 2px solid #333;
    border-radius: 12px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Sarabun', Arial, sans-serif;
}

.form-input:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
    background: #111111;
}

.form-input::placeholder {
    color: #666;
    font-size: 0.95rem;
}

.password-input-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
    font-size: 1.1rem;
}

.password-toggle:hover {
    color: #ffd700;
}

.password-toggle:focus {
    outline: none;
    color: #ffd700;
}

.form-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    font-family: 'Prompt', Arial, sans-serif;
    min-height: 52px;
}

.btn-primary {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    border: 2px solid #ffd700;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid #333;
}

.btn-outline:hover {
    background: #333;
    border-color: #ffd700;
    color: #ffd700;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.btn-outline:active {
    transform: translateY(0);
}

.btn i {
    font-size: 1.1rem;
}

/* Active navigation link styling for login page */
.nav-link.active,
.mobile-nav-link.active {
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
}

/* Login Page Responsive Styles */
@media (max-width: 768px) {
    .login-main {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .login-container {
        gap: 30px;
        max-width: 90%;
    }

    .login-title {
        font-size: 2rem;
    }

    .login-form {
        padding: 30px 25px;
    }

    .form-input {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .login-main {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .login-container {
        gap: 25px;
        max-width: 95%;
    }

    .login-title {
        font-size: 1.7rem;
        line-height: 1.3;
    }

    .login-form {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group:last-of-type {
        margin-bottom: 30px;
    }

    .form-label {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }

    .form-input {
        padding: 10px 12px;
        font-size: 0.9rem;
        border-radius: 10px;
    }

    .password-toggle {
        right: 12px;
        font-size: 1rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        border-radius: 10px;
        min-height: 48px;
    }

    .form-actions {
        gap: 12px;
    }
}


/* Register Page Styles */
.register-main {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2d2d2d 100%);
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Animated Background Elements */
.register-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-shapes {
    position: relative;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 237, 78, 0.05) 100%);
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 15%;
    animation-delay: -2s;
}

.shape-3 {
    width: 60px;
    height: 60px;
    top: 80%;
    left: 20%;
    animation-delay: -4s;
}

.shape-4 {
    width: 100px;
    height: 100px;
    top: 30%;
    right: 30%;
    animation-delay: -1s;
}

.shape-5 {
    width: 70px;
    height: 70px;
    top: 10%;
    right: 50%;
    animation-delay: -3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px) scale(1.1);
        opacity: 0.6;
    }
}

/* Register Wrapper */
.register-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Welcome Section */
.register-welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.welcome-content {
    max-width: 500px;
}

.welcome-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
    animation: pulse 2s ease-in-out infinite alternate;
}

.welcome-icon i {
    font-size: 2.5rem;
    color: #000;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
    }
    100% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
    }
}

.register-welcome h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.register-welcome p {
    color: #ccc;
    font-size: 1.2rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(26, 26, 26, 0.6);
    border: 1px solid #333;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(26, 26, 26, 0.8);
    border-color: #ffd700;
    transform: translateX(10px);
}

.benefit-item i {
    color: #ffd700;
    font-size: 1.5rem;
    width: 24px;
    text-align: center;
}

.benefit-item span {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1rem;
}

/* Register Container */
.register-container {
    max-width: 500px;
    width: 100%;
    background: rgba(26, 26, 26, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid #333;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.register-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffd700, #ffed4e, #ffd700);
    background-size: 200% 100%;
    animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.register-header {
    text-align: center;
    margin-bottom: 30px;
}

.register-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.register-logo img {
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.3));
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.register-container h1 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.3;
}

.register-subtitle {
    color: #ccc;
    font-size: 1rem;
    margin-bottom: 0;
}

.register-form {
    width: 100%;
}

/* Enhanced Form Elements */
.input-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.form-input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #333;
    border-radius: 0;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-bottom-color: #ffd700;
    box-shadow: none;
    background: transparent;
}

.input-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #ffd700, #ffed4e);
    transition: width 0.3s ease;
}

.form-input:focus + .input-underline {
    width: 100%;
}

.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.password-input-wrapper .input-wrapper {
    flex: 1;
}

.password-toggle {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 5px;
    transition: color 0.3s ease;
    z-index: 10;
}

.password-toggle:hover {
    color: #ffd700;
}

/* Enhanced Buttons */
.btn-register {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 18px 40px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.btn-text {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-gradient {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    z-index: 1;
}

.btn-register:hover .btn-gradient {
    left: 100%;
}

.btn-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    animation: shine 3s linear infinite;
    z-index: 2;
}

@keyframes shine {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #333;
}

.divider span {
    background: rgba(26, 26, 26, 0.9);
    color: #666;
    padding: 0 20px;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.btn-login {
    background: transparent;
    border: 2px solid #333;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-login:hover {
    border-color: #ffd700;
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
}

/* Register Footer */
.register-footer {
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.terms-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}

.terms-text a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms-text a:hover {
    color: #ffed4e;
    text-decoration: underline;
}

/* Responsive Design for Register Page */
@media (max-width: 1024px) {
    .register-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 600px;
    }

    .register-welcome {
        order: 2;
        padding: 30px 20px;
        text-align: center;
    }

    .register-container {
        order: 1;
        margin: 0 auto;
    }

    .welcome-content {
        max-width: 100%;
    }

    .register-welcome h2 {
        font-size: 2rem;
    }

    .benefits-list {
        grid-template-columns: 1fr 1fr;
        display: grid;
        gap: 15px;
    }

    .benefit-item {
        padding: 12px 15px;
    }

    .benefit-item:hover {
        transform: translateY(-2px);
    }

    .benefit-item span {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .register-main {
        padding-top: 70px;
        padding-bottom: 90px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .register-wrapper {
        gap: 30px;
    }

    .register-container {
        padding: 30px 25px;
        border-radius: 15px;
        max-width: 400px;
    }

    .register-container h1 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .register-subtitle {
        font-size: 0.9rem;
    }

    .register-welcome h2 {
        font-size: 1.8rem;
    }

    .register-welcome p {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    .benefits-list {
        grid-template-columns: 1fr;
    }

    .welcome-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .welcome-icon i {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .register-main {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .register-container {
        padding: 25px 20px;
        border-radius: 12px;
        margin: 0 15px;
        max-width: none;
    }

    .register-container h1 {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }

    .register-subtitle {
        font-size: 0.85rem;
    }

    .register-welcome {
        padding: 20px 15px;
    }

    .register-welcome h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .register-welcome p {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .welcome-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .welcome-icon i {
        font-size: 1.5rem;
    }

    .benefit-item {
        padding: 10px 12px;
        gap: 12px;
    }

    .benefit-item i {
        font-size: 1.2rem;
    }

    .benefit-item span {
        font-size: 0.9rem;
    }

    .btn-register {
        padding: 15px 30px;
        font-size: 1rem;
    }

    .btn-login {
        padding: 12px 30px;
        font-size: 0.95rem;
    }

    .form-input {
        padding: 12px 0;
        font-size: 0.95rem;
    }

    .shape {
        display: none;
    }
}

@media (max-width: 360px) {
    .register-container {
        padding: 20px 15px;
        margin: 0 10px;
    }

    .register-container h1 {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .register-subtitle {
        font-size: 0.8rem;
    }

    .register-welcome h2 {
        font-size: 1.4rem;
    }

    .terms-text {
        font-size: 0.8rem;
    }
}

/* Register Page Enhancements */
.register-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.register-header h1 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.register-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.register-form .form-group {
    text-align: left;
}

.register-form .form-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.register-form .input-wrapper {
    position: relative;
}

@media (max-width: 768px) {
    .register-header h1 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .register-container {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .register-header h1 {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }

    .register-form {
        gap: 20px;
    }

    .register-form .form-actions {
        margin-top: 25px;
        gap: 12px;
    }
}


/* Promotion Page Styles */
.main-content {
    padding-top: 70px;
    min-height: 100vh;
    background: #0a0a0a;
}

.promotion-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.promotion-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 204, 0, 0.1) 0%, rgba(255, 107, 53, 0.1) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff6b35;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    margin-top: 40px;
}

.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #1a1a1a;
    text-decoration: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 204, 0, 0.3);
    text-transform: none;
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.4);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Benefits Section */
.promotion-benefits {
    padding: 80px 0;
    background: #0f0f0f;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.benefit-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.05) 0%, rgba(255, 107, 53, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #ffcc00;
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.2);
}

.benefit-icon {
    font-size: 2.5rem;
    color: #ffcc00;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.benefit-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.benefit-desc {
    color: #b0b0b0;
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
}

/* Promotion Section */
.promotion-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.promotion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.promotion-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.promotion-card.featured {
    border: 2px solid #ffcc00;
    background: linear-gradient(135deg, #1f1a0a 0%, #2a2a1a 100%);
}

.promotion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.promotion-badge {
    font-size: 2rem;
    margin-bottom: 20px;
}

.promotion-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.promotion-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
}

.promotion-terms,
.promotion-details {
    margin: 25px 0;
}

.terms-title,
.details-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffcc00;
    margin-bottom: 15px;
}

.terms-list,
.details-list {
    list-style: none;
    padding: 0;
}

.terms-list li,
.details-list li {
    color: #c0c0c0;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
}

.terms-list li::before,
.details-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: bold;
}

.promotion-cta {
    margin-top: 30px;
}

.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.cta-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

/* Daily Promotions */
.daily-promotions {
    padding: 80px 0;
    background: #0f0f0f;
}

.daily-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.daily-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.daily-card:hover {
    transform: translateY(-5px);
    border-color: #ff6b35;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.1);
}

.daily-icon {
    font-size: 2.5rem;
    color: #ff6b35;
    margin-bottom: 20px;
}

.daily-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.daily-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
}

.daily-terms {
    margin: 25px 0;
}

.terms-subtitle {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff6b35;
    margin-bottom: 15px;
}

.terms-simple {
    list-style: none;
    padding: 0;
}

.terms-simple li {
    color: #c0c0c0;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
}

.terms-simple li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
}

.cashback-rates {
    margin: 25px 0;
}

.rates-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff6b35;
    margin-bottom: 15px;
}

.rates-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rate-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 10px;
    border-left: 3px solid #ff6b35;
}

.rate-label {
    color: #ffffff;
    font-weight: 600;
}

.rate-value {
    color: #ffcc00;
    font-weight: 700;
}

.daily-cta {
    margin-top: 30px;
}

.cta-btn-accent {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #28a745 0%, #34d058 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.cta-btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

/* VIP Program */
.vip-program {
    padding: 80px 0;
    background: #0a0a0a;
}

.vip-content {
    margin-top: 50px;
}

.vip-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.vip-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 2px solid #ffd700;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.vip-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(255, 140, 66, 0.05) 100%);
    z-index: 1;
}

.vip-crown {
    font-size: 2.5rem;
    color: #ffd700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.vip-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.vip-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.vip-benefits {
    margin: 25px 0;
    position: relative;
    z-index: 2;
}

.benefits-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 20px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    border-left: 3px solid #ffd700;
}

.benefit-item i {
    color: #ffd700;
    font-size: 1.1rem;
}

.benefit-item span {
    color: #ffffff;
    font-weight: 500;
}

.vip-requirements {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
}

.req-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.req-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
}

.req-conditions {
    margin: 25px 0;
}

.conditions-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 15px;
}

.conditions-list {
    list-style: none;
    padding: 0;
}

.conditions-list li {
    color: #c0c0c0;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.conditions-list li::before {
    content: "★";
    position: absolute;
    left: 0;
    color: #ffd700;
    font-weight: bold;
}

.vip-cta {
    margin-top: 30px;
    text-align: center;
}

.cta-btn-vip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
    color: #1a1a1a;
    text-decoration: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.cta-btn-vip:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* Jackpot Section */
.jackpot-section {
    padding: 80px 0;
    background: #0f0f0f;
}

.jackpot-content {
    margin-top: 50px;
}

.jackpot-hero {
    text-align: center;
    margin-bottom: 50px;
}

.jackpot-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.jackpot-desc {
    color: #e0e0e0;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
}

.jackpot-games {
    margin: 50px 0;
}

.games-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffcc00;
    margin-bottom: 30px;
    text-align: center;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.game-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.game-card:hover {
    transform: translateY(-5px);
    border-color: #ffcc00;
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.2);
}

.game-name {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.game-jackpot {
    color: #ffcc00;
    font-weight: 700;
    font-size: 1rem;
}

.jackpot-tips {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
    margin-top: 50px;
}

.tips-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.tips-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}

.tips-list {
    margin: 25px 0;
}

.techniques-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffcc00;
    margin-bottom: 20px;
}

.techniques {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.techniques li {
    color: #c0c0c0;
    padding: 12px 15px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 10px;
    border-left: 3px solid #ffcc00;
    position: relative;
    padding-left: 35px;
}

.techniques li::before {
    content: "💡";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.jackpot-cta {
    text-align: center;
    margin-top: 30px;
}

.cta-btn-jackpot {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.cta-btn-jackpot:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
}

/* True Wallet Section */
.truewallet-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.truewallet-content {
    margin-top: 50px;
}

.truewallet-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.wallet-features {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
}

.wallet-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.wallet-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 30px;
}

.wallet-benefits {
    margin: 25px 0;
}

.benefits-wallet-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 20px;
}

.wallet-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.wallet-benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 10px;
    border-left: 3px solid #007bff;
}

.wallet-benefit i {
    color: #007bff;
    font-size: 1.1rem;
}

.wallet-benefit span {
    color: #ffffff;
    font-weight: 500;
}

.wallet-promotions {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
}

.wallet-promo-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.wallet-promo-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
}

.wallet-promo-list {
    margin: 25px 0;
}

.promo-list-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 15px;
}

.promo-items {
    list-style: none;
    padding: 0;
}

.promo-items li {
    color: #c0c0c0;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.promo-items li::before {
    content: "💰";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wallet-cta {
    margin-top: 30px;
    text-align: center;
}

.cta-btn-wallet {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.cta-btn-wallet:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #0f0f0f;
}

.faq-container {
    margin-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #ffcc00;
}

.faq-question {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    padding: 25px 30px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffcc00;
    font-size: 1.5rem;
    font-weight: bold;
}

.faq-answer {
    padding: 0 30px 30px 30px;
    border-top: 1px solid #333;
}

.faq-answer p {
    color: #e0e0e0;
    line-height: 1.6;
    margin: 20px 0 0 0;
}

.faq-cta {
    text-align: center;
    margin-top: 50px;
}

.cta-btn-faq {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.cta-btn-faq:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.4);
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.contact-content {
    margin-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.contact-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-desc {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact-methods {
    margin: 30px 0;
}

.methods-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffcc00;
    margin-bottom: 25px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 10px;
    border-left: 3px solid #ffcc00;
}

.contact-item i {
    color: #ffcc00;
    font-size: 1.2rem;
}

.contact-label {
    color: #ffffff;
    font-weight: 600;
    margin-right: 10px;
}

.contact-value {
    color: #ffcc00;
    font-weight: 700;
}

/* Signup Final Section */
.signup-final {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    text-align: center;
}

.signup-hero {
    max-width: 1000px;
    margin: 0 auto;
}

.signup-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.signup-desc {
    color: #e0e0e0;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.signup-benefits {
    margin: 40px 0;
}

.signup-benefits-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.signup-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.signup-benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 10px;
    border-left: 3px solid #ffcc00;
}

.signup-benefit i {
    color: #ffcc00;
    font-size: 1.2rem;
}

.signup-benefit span {
    color: #ffffff;
    font-weight: 500;
    text-align: left;
}

.signup-cta {
    margin-top: 40px;
}

.cta-btn-final {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #1a1a1a;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 50px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(255, 204, 0, 0.3);
    text-transform: none;
}

.cta-btn-final:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.4);
}

/* Summary Section */
.summary-section {
    padding: 80px 0;
    background: #0f0f0f;
}

.summary-content {
    margin-top: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.summary-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.summary-desc {
    color: #e0e0e0;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.highlights {
    margin: 50px 0;
}

.highlights-title {
    font-family: "Prompt", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 10px;
    border-left: 3px solid #ffcc00;
    text-align: left;
}

.highlight-item i {
    color: #ffcc00;
    font-size: 1.2rem;
}

.highlight-item span {
    color: #ffffff;
    font-weight: 500;
}

.summary-final {
    margin-top: 50px;
}

.final-message {
    color: #e0e0e0;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.summary-cta {
    margin: 40px 0;
}

.cta-btn-summary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #1a1a1a;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 50px;
    font-family: "Prompt", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(255, 204, 0, 0.3);
    text-transform: none;
}

.cta-btn-summary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.4);
}

.brand-tagline {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.tagline {
    color: #b0b0b0;
    font-style: italic;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .vip-main,
    .truewallet-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .promotion-grid {
        grid-template-columns: 1fr;
    }

    .daily-grid {
        grid-template-columns: 1fr;
    }

    .games-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .techniques {
        grid-template-columns: 1fr;
    }

    .signup-benefits-grid,
    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .signup-title,
    .summary-title {
        font-size: 2rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .promotion-hero {
        padding: 50px 0;
    }

    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .promotion-card,
    .daily-card,
    .vip-card,
    .wallet-features,
    .wallet-promotions,
    .jackpot-tips,
    .contact-info {
        padding: 25px 20px;
    }

    .cta-btn-primary,
    .cta-btn-final,
    .cta-btn-summary {
        padding: 15px 25px;
        font-size: 1rem;
    }

    .signup-title,
    .summary-title {
        font-size: 1.5rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        padding: 20px 15px;
    }
}

/* Promotion Page Styles */

/* Promotion Hero Section */
.promotion-hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2d2d2d 100%);
    position: relative;
    overflow: hidden;
}

.promotion-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(255, 140, 66, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.promotion-hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.promotion-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.promotion-hero-subtitle h2 {
    font-size: 2rem;
    color: #ffcc00;
    margin-bottom: 30px;
    font-weight: 600;
}

.promotion-hero-description {
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 40px;
}

.promotion-hero-cta {
    margin-top: 40px;
}

.cta-large {
    padding: 18px 40px;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
}

.cta-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.6);
}

.cta-featured {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    color: #000000;
    font-weight: 700;
}

.cta-featured:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ffcc00 100%);
    color: #000000;
}

/* Common Section Styles */
.promotion-benefits,
.new-member-section,
.daily-promotions,
.vip-program,
.jackpot-section,
.truewallet-section,
.faq-section,
.contact-section,
.summary-section {
    padding: 80px 0;
    position: relative;
}

.promotion-benefits {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.new-member-section {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
}

.daily-promotions {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
}

.vip-program {
    background: linear-gradient(135deg, #0a0a0a 0%, #2d2d2d 100%);
    position: relative;
}

.vip-program::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 204, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.jackpot-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.truewallet-section {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
}

.faq-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
}

.contact-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #2d2d2d 100%);
}

.summary-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    border-top: 2px solid rgba(255, 107, 53, 0.3);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.section-cta {
    text-align: center;
    margin-top: 50px;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.benefit-item:hover::before {
    opacity: 1;
}

.benefit-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 107, 53, 0.4);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
    position: relative;
    z-index: 2;
}

.benefit-icon i {
    color: #ffffff;
    font-size: 1.5rem;
}

.benefit-item h4 {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.benefit-item p {
    color: #cccccc;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Promotion Cards */
.promotion-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.promotion-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.promotion-card.featured {
    border-color: rgba(255, 204, 0, 0.4);
    box-shadow: 0 8px 30px rgba(255, 204, 0, 0.2);
}

.promotion-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.promotion-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 107, 53, 0.4);
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.2);
}

.promotion-card-header {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 140, 66, 0.1) 100%);
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 107, 53, 0.2);
    position: relative;
}

.promotion-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.promotion-icon i {
    color: #ffffff;
    font-size: 2rem;
}

.promotion-card-header h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

.promotion-card-content {
    padding: 30px;
}

.promotion-card-content p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 25px;
}

.promotion-details h4 {
    color: #ffcc00;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.promotion-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.promotion-details ul li {
    color: #cccccc;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.promotion-details ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
    font-size: 1.1rem;
}

.promotion-cta {
    text-align: center;
    margin-top: 25px;
}

/* Daily Promotions */
.daily-promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.daily-promo-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.daily-promo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.daily-promo-card:hover::before {
    opacity: 1;
}

.daily-promo-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 107, 53, 0.4);
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.2);
}

.daily-promo-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    position: relative;
    z-index: 2;
}

.daily-promo-icon i {
    color: #ffffff;
    font-size: 2.2rem;
}

.daily-promo-card h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.daily-promo-card p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.promo-conditions {
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin-top: 25px;
    border: 1px solid rgba(255, 107, 53, 0.1);
    position: relative;
    z-index: 2;
}

.promo-conditions h4 {
    color: #ffcc00;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.promo-conditions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.promo-conditions ul li {
    color: #cccccc;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.promo-conditions ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
    font-size: 1.2rem;
}

/* VIP Program */
.vip-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    margin-top: 50px;
    align-items: start;
}

.vip-main {
    position: relative;
    z-index: 2;
}

.vip-header {
    text-align: center;
    margin-bottom: 30px;
}

.vip-crown {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.4);
}

.vip-crown i {
    color: #000000;
    font-size: 2.5rem;
}

.vip-header h3 {
    font-size: 2rem;
    color: #ffcc00;
    margin: 0;
    font-weight: 600;
}

.vip-main p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.vip-benefits h4 {
    color: #ffcc00;
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.vip-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.vip-benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.vip-benefit:hover {
    background: rgba(255, 204, 0, 0.1);
    border-color: rgba(255, 204, 0, 0.4);
    transform: translateX(5px);
}

.vip-benefit i {
    color: #ffcc00;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.vip-benefit span {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}

.vip-requirements {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 204, 0, 0.2);
    padding: 30px;
    position: relative;
    z-index: 2;
}

.vip-req-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.vip-req-header i {
    color: #ffcc00;
    font-size: 1.5rem;
}

.vip-req-header h4 {
    color: #ffcc00;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;
}

.vip-requirements p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 25px;
}

.vip-conditions {
    margin-bottom: 30px;
}

.vip-condition {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 204, 0, 0.1);
}

.vip-condition:last-child {
    border-bottom: none;
}

.vip-condition i {
    color: #ffcc00;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.vip-condition span {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
}

.vip-cta {
    text-align: center;
}

/* Jackpot Section */
.jackpot-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    margin-top: 50px;
    align-items: start;
}

.jackpot-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.jackpot-header i {
    color: #ffcc00;
    font-size: 2.5rem;
}

.jackpot-header h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

.jackpot-main p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.jackpot-games h4 {
    color: #ffcc00;
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.jackpot-games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.jackpot-game {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.jackpot-game:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
}

.jackpot-game strong {
    display: block;
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.jackpot-game span {
    color: #ff6b35;
    font-weight: 600;
    font-size: 1rem;
}

.jackpot-tips {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    padding: 30px;
}

.tips-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.tips-header i {
    color: #ff6b35;
    font-size: 1.5rem;
}

.tips-header h4 {
    color: #ff6b35;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;
}

.jackpot-tips p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 25px;
}

.jackpot-tips-list {
    margin-bottom: 30px;
}

.tip-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.tip-item i {
    color: #ff6b35;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.tip-item span {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
}

.jackpot-cta {
    text-align: center;
}

/* True Wallet Section */
.truewallet-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    margin-top: 50px;
    align-items: start;
}

.truewallet-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.truewallet-header i {
    color: #ff6b35;
    font-size: 2.5rem;
}

.truewallet-header h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

.truewallet-main p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.truewallet-benefits h4 {
    color: #ff6b35;
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.wallet-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.wallet-benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.wallet-benefit:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateX(5px);
}

.wallet-benefit i {
    color: #ff6b35;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.wallet-benefit span {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}

.truewallet-promo {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    padding: 30px;
}

.wallet-promo-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.wallet-promo-header i {
    color: #ff6b35;
    font-size: 1.5rem;
}

.wallet-promo-header h4 {
    color: #ff6b35;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;
}

.truewallet-promo p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 25px;
}

.wallet-promos {
    margin-bottom: 30px;
}

.wallet-promo-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 107, 53, 0.1);
}

.wallet-promo-item:last-child {
    border-bottom: none;
}

.wallet-promo-item i {
    color: #ff6b35;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.wallet-promo-item span {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
}

.wallet-cta {
    text-align: center;
}

/* FAQ Section */
.faq-content {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    padding: 30px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(255, 107, 53, 0.05);
    border-color: rgba(255, 107, 53, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.1);
}

.faq-item h3 {
    color: #ffcc00;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.faq-item p {
    color: #cccccc;
    line-height: 1.8;
    margin: 0;
}

.faq-cta {
    text-align: center;
    margin-top: 50px;
}

/* Contact Section */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 60px;
    margin-top: 50px;
    align-items: start;
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-header i {
    color: #ff6b35;
    font-size: 2.5rem;
}

.contact-header h2 {
    color: #ffffff;
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}

.contact-main p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.contact-method:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateX(10px);
}

.contact-method i {
    color: #ff6b35;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-method div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-method strong {
    color: #ffffff;
    font-weight: 600;
}

.contact-method span {
    color: #cccccc;
    font-weight: 500;
}

.register-promo {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    padding: 30px;
}

.register-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.register-header i {
    color: #ff6b35;
    font-size: 1.5rem;
}

.register-header h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
}

.register-promo p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 25px;
}

.register-benefits h4 {
    color: #ffcc00;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.register-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.register-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
}

.register-benefit i {
    color: #ff6b35;
    font-size: 1rem;
    flex-shrink: 0;
}

.register-benefit span {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
    font-size: 0.95rem;
}

.register-cta {
    text-align: center;
}

/* Summary Section */
.summary-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.summary-content > p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.summary-highlights {
    margin: 50px 0;
}

.summary-highlights h3 {
    color: #ffcc00;
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
    text-align: left;
}

.highlight-item:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
}

.highlight-item i {
    color: #ff6b35;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.highlight-item span {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
}

.summary-cta {
    margin: 50px 0;
}

.brand-tagline {
    font-size: 1.3rem;
    color: #ffcc00;
    font-weight: 600;
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 204, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .vip-content,
    .jackpot-content,
    .truewallet-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vip-requirements,
    .jackpot-tips,
    .truewallet-promo,
    .register-promo {
        max-width: 600px;
        margin: 0 auto;
    }

    .promotion-cards {
        grid-template-columns: 1fr;
    }

    .daily-promo-grid {
        grid-template-columns: 1fr;
    }

    .vip-benefits-grid,
    .jackpot-games-grid,
    .wallet-benefits-grid {
        grid-template-columns: 1fr;
    }

    .highlights-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .promotion-hero {
        padding: 100px 0 60px;
    }

    .promotion-hero-title {
        font-size: 2.2rem;
    }

    .promotion-hero-subtitle h2 {
        font-size: 1.5rem;
    }

    .promotion-hero-description {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .promotion-benefits,
    .new-member-section,
    .daily-promotions,
    .vip-program,
    .jackpot-section,
    .truewallet-section,
    .faq-section,
    .contact-section,
    .summary-section {
        padding: 60px 0;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .benefit-item {
        padding: 25px 15px;
    }

    .promotion-card-header,
    .promotion-card-content {
        padding: 25px 20px;
    }

    .daily-promo-card {
        padding: 30px 20px;
    }

    .vip-requirements,
    .jackpot-tips,
    .truewallet-promo,
    .register-promo {
        padding: 25px 20px;
    }

    .faq-item {
        padding: 25px 20px;
    }

    .contact-method {
        padding: 15px;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .highlight-item {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .promotion-hero-title {
        font-size: 1.8rem;
    }

    .promotion-hero-subtitle h2 {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .cta-large {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-item {
        padding: 20px 15px;
    }

    .promotion-card-header h3 {
        font-size: 1.3rem;
    }

    .vip-header h3,
    .jackpot-header h3,
    .truewallet-header h3 {
        font-size: 1.5rem;
    }

    .contact-header h2 {
        font-size: 1.5rem;
    }

    .summary-highlights h3 {
        font-size: 1.5rem;
    }

    .brand-tagline {
        font-size: 1.1rem;
    }
}
