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

html {
    scroll-behavior: smooth;
}

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

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

/* Legal Page Styles */
.legal-page {
    background: linear-gradient(135deg, #0a0a0b 0%, #16213e 50%, #1a1a2e 100%);
    min-height: 100vh;
    padding: 40px 0;
}

.legal-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-content {
    background: rgba(26, 26, 46, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(45, 45, 71, 0.5);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.legal-content h1 {
    font-family: 'Prompt', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffd700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
}

.legal-meta {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.legal-meta p {
    margin: 5px 0;
    font-size: 1.1rem;
}

.legal-content h2 {
    font-family: 'Prompt', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffd700;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.legal-content h3 {
    font-family: 'Prompt', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #e6e6fa;
    margin: 30px 0 15px 0;
}

.legal-content h4 {
    font-family: 'Prompt', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ddd;
    margin: 25px 0 12px 0;
}

.legal-content p {
    margin: 15px 0;
    line-height: 1.8;
    color: #e6e6fa;
    font-size: 1.05rem;
}

.legal-content ul, .legal-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.legal-content li {
    margin: 8px 0;
    line-height: 1.7;
    color: #e6e6fa;
    font-size: 1.05rem;
}

.contact-info {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 15px;
    padding: 25px;
    margin: 25px 0;
}

.contact-info h4 {
    color: #ffd700;
    margin-bottom: 15px;
}

.contact-info ul {
    margin: 10px 0;
}

.contact-info li {
    margin: 8px 0;
}

.legal-footer {
    background: rgba(22, 33, 62, 0.8);
    border: 1px solid rgba(45, 45, 71, 0.5);
    border-radius: 15px;
    padding: 25px;
    margin-top: 40px;
    text-align: center;
}

.legal-footer p {
    margin: 10px 0;
    font-size: 1rem;
}

/* Mobile Responsive for Legal Pages */
@media (max-width: 768px) {
    .legal-content {
        padding: 25px 20px;
        margin: 20px 10px;
    }

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

    .legal-content h2 {
        font-size: 1.5rem;
    }

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

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

    .legal-content p, .legal-content li {
        font-size: 1rem;
    }

    .legal-meta, .contact-info, .legal-footer {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .legal-page {
        padding: 20px 0;
    }

    .legal-content {
        padding: 20px 15px;
        margin: 10px 5px;
    }

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

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

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

    .legal-content ul, .legal-content ol {
        padding-left: 20px;
    }
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f172a 100%);
    border-bottom: 1px solid #2d2d47;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

/* Logo Styles */
.header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    gap: 12px;
}

.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.logo-text {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
}

/* Desktop Navigation */
.desktop-nav {
    display: flex;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 32px;
}

.nav-item {
    position: relative;
}

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

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

.nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ffd700, #ffed4a);
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* CTA Button */
.cta-button {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.cta-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.cta-button:hover::after {
    left: 100%;
}

.cta-button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 50%, #ef4444 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.6);
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 4px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.mobile-menu-btn:hover {
    background-color: rgba(255, 215, 0, 0.1);
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: #e2e8f0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

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

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

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

/* Mobile Navigation */
.mobile-nav {
    display: none;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-top: 1px solid #2d2d47;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.mobile-nav.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.mobile-nav-menu {
    list-style: none;
    padding: 20px;
}

.mobile-nav-item {
    margin-bottom: 8px;
}

.mobile-nav-link {
    display: block;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #e2e8f0;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

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

.mobile-cta-button {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.mobile-cta-button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 50%, #ef4444 100%);
    transform: translateX(8px) translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.6);
}

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

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

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

    .desktop-nav {
        display: none;
    }

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

    .mobile-nav-menu {
        padding: 16px;
    }

    .mobile-nav-link {
        font-size: 16px;
        padding: 14px 16px;
    }
}

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

    .logo-text {
        font-size: 18px;
    }

    .hamburger-line {
        width: 22px;
    }

    .mobile-nav-menu {
        padding: 12px;
    }

    .mobile-nav-link {
        padding: 12px 14px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus states for keyboard navigation */
.nav-link:focus,
.mobile-nav-link:focus,
.mobile-menu-btn:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

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

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

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

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0a0a0b 0%, #1a1a2e 25%, #16213e 50%, #0f172a 75%, #0a0a0b 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(circle at 20% 30%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-title {
    font-family: 'Prompt', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 8px rgba(255, 215, 0, 0.3);
    position: relative;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #ffd700, #ffed4a, #ffd700);
    border-radius: 2px;
}

.hero-description {
    margin-bottom: 40px;
}

.hero-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e2e8f0;
    text-align: justify;
    margin-bottom: 0;
}

.hero-image {
    margin: 40px 0;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.1) 0%, transparent 50%, rgba(220, 38, 38, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-img {
    width: 100%;
    height: auto;
    max-width: 600px;
    display: block;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

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

.hero-description-bottom {
    margin-top: 40px;
}

.hero-description-bottom p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    text-align: justify;
    margin-bottom: 0;
}

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

    .hero-title {
        font-size: 40px;
        margin-bottom: 28px;
    }

    .hero-description p {
        font-size: 17px;
    }

    .hero-img {
        max-width: 500px;
    }
}

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

    .hero-container {
        padding: 0 16px;
    }

    .hero-title {
        font-size: 32px;
        margin-bottom: 24px;
        line-height: 1.3;
    }

    .hero-title::after {
        width: 80px;
        height: 2px;
    }

    .hero-description {
        margin-bottom: 30px;
    }

    .hero-description p {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    .hero-image {
        margin: 30px 0;
    }

    .hero-img {
        max-width: 400px;
        border-radius: 16px;
    }

    .hero-description-bottom {
        margin-top: 30px;
    }

    .hero-description-bottom p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 30px 0 20px;
    }

    .hero-container {
        padding: 0 12px;
    }

    .hero-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .hero-title::after {
        width: 60px;
    }

    .hero-description {
        margin-bottom: 25px;
    }

    .hero-description p {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-image {
        margin: 25px 0;
        border-radius: 16px;
    }

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

    .hero-description-bottom {
        margin-top: 25px;
    }

    .hero-description-bottom p {
        font-size: 14px;
        line-height: 1.6;
    }
}

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

    .hero-description p,
    .hero-description-bottom p {
        color: #ffffff;
    }
}

/* Access System Section */
.access-system {
    background: linear-gradient(135deg, #0f172a 0%, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%, #0f172a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.access-system::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 215, 0, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.access-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.access-content {
    max-width: 1000px;
    margin: 0 auto;
}

.access-title {
    font-family: 'Prompt', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.access-description {
    margin-bottom: 48px;
    text-align: center;
}

.access-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e2e8f0;
    margin: 0;
}

.access-channels {
    margin-bottom: 48px;
}

.channels-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.channel-item {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.6) 0%, rgba(22, 33, 62, 0.4) 100%);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.channel-item:hover {
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.15);
}

.channel-name {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 12px;
}

.channel-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.access-image {
    text-align: center;
    margin: 48px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

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

.access-image:hover .access-img {
    transform: scale(1.02);
}

.access-security {
    margin: 48px 0;
    text-align: center;
}

.access-security p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

.access-features {
    margin-top: 48px;
}

.features-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.features-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.4) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    border-color: rgba(255, 215, 0, 0.3);
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.1);
}

.feature-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    color: #0a0a0b;
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.feature-content {
    flex: 1;
}

.feature-name {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.feature-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

/* Responsive Design for Access System */
@media (max-width: 1024px) {
    .access-system {
        padding: 60px 0;
    }

    .access-title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .access-description {
        margin-bottom: 40px;
    }

    .access-description p {
        font-size: 17px;
    }

    .access-channels {
        margin-bottom: 40px;
    }

    .channels-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .access-image {
        margin: 40px 0;
    }

    .access-img {
        max-width: 450px;
    }

    .access-security {
        margin: 40px 0;
    }

    .access-features {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .access-system {
        padding: 40px 0;
    }

    .access-container {
        padding: 0 16px;
    }

    .access-title {
        font-size: 28px;
        margin-bottom: 24px;
        line-height: 1.4;
    }

    .access-description {
        margin-bottom: 32px;
    }

    .access-description p {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    .channels-title,
    .features-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .access-channels {
        margin-bottom: 32px;
    }

    .channels-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .channel-item {
        padding: 20px;
    }

    .channel-name {
        font-size: 16px;
    }

    .channel-desc {
        font-size: 13px;
    }

    .access-image {
        margin: 32px 0;
    }

    .access-img {
        max-width: 400px;
        border-radius: 16px;
    }

    .access-security {
        margin: 32px 0;
    }

    .access-security p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .access-features {
        margin-top: 32px;
    }

    .features-list {
        gap: 16px;
    }

    .feature-item {
        padding: 20px;
        gap: 16px;
    }

    .feature-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .feature-name {
        font-size: 16px;
    }

    .feature-desc {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .access-system {
        padding: 30px 0;
    }

    .access-container {
        padding: 0 12px;
    }

    .access-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .access-description {
        margin-bottom: 28px;
    }

    .access-description p {
        font-size: 15px;
        line-height: 1.6;
    }

    .channels-title,
    .features-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .access-channels {
        margin-bottom: 28px;
    }

    .channels-grid {
        gap: 12px;
    }

    .channel-item {
        padding: 16px;
        border-radius: 12px;
    }

    .channel-name {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .channel-desc {
        font-size: 12px;
    }

    .access-image {
        margin: 28px 0;
    }

    .access-img {
        max-width: 320px;
        border-radius: 12px;
    }

    .access-security {
        margin: 28px 0;
    }

    .access-security p {
        font-size: 14px;
        line-height: 1.6;
    }

    .access-features {
        margin-top: 28px;
    }

    .features-list {
        gap: 12px;
    }

    .feature-item {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
    }

    .feature-number {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-radius: 8px;
    }

    .feature-name {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .feature-desc {
        font-size: 12px;
    }
}

/* High contrast mode support for Access System */
@media (prefers-contrast: high) {
    .access-title {
        color: #ffffff;
        background: none;
        -webkit-text-fill-color: #ffffff;
    }

    .channels-title,
    .features-title {
        color: #ffffff;
    }

    .access-description p,
    .access-security p,
    .channel-desc,
    .feature-desc {
        color: #ffffff;
    }

    .channel-item,
    .feature-item {
        border-color: #ffffff;
        background: rgba(0, 0, 0, 0.7);
    }

    .feature-name {
        color: #ffffff;
    }
}

/* Slot Games Section */
.slot-games {
    background: linear-gradient(135deg, #0a0a0b 0%, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%, #0a0a0b 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.slot-games::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 25% 25%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.slot-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.slot-content {
    max-width: 1000px;
    margin: 0 auto;
}

.slot-title {
    font-family: 'Prompt', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slot-description {
    margin-bottom: 48px;
    text-align: center;
}

.slot-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e2e8f0;
    margin: 0;
}

.slot-providers {
    margin-bottom: 48px;
}

.providers-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.provider-item {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.7) 0%, rgba(22, 33, 62, 0.5) 100%);
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
}

.provider-item:hover {
    border-color: rgba(255, 215, 0, 0.5);
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.2);
}

.provider-name {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.provider-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.slot-image {
    text-align: center;
    margin: 48px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

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

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

.slot-special {
    margin: 48px 0;
    text-align: center;
}

.slot-special p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

.slot-features {
    margin: 48px 0;
}

.slot-features .features-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.feature-card {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    position: relative;
}

.feature-card:hover {
    border-color: rgba(220, 38, 38, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.15);
}

.feature-card .feature-name {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 12px;
}

.feature-card .feature-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.slot-conclusion {
    margin-top: 48px;
    text-align: center;
}

.slot-conclusion p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

/* Responsive Design for Slot Games */
@media (max-width: 1024px) {
    .slot-games {
        padding: 60px 0;
    }

    .slot-title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .slot-description {
        margin-bottom: 40px;
    }

    .slot-description p {
        font-size: 17px;
    }

    .slot-providers {
        margin-bottom: 40px;
    }

    .providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .slot-image {
        margin: 40px 0;
    }

    .slot-img {
        max-width: 500px;
    }

    .slot-special {
        margin: 40px 0;
    }

    .slot-features {
        margin: 40px 0;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .slot-conclusion {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .slot-games {
        padding: 40px 0;
    }

    .slot-container {
        padding: 0 16px;
    }

    .slot-title {
        font-size: 28px;
        margin-bottom: 24px;
        line-height: 1.4;
    }

    .slot-description {
        margin-bottom: 32px;
    }

    .slot-description p {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    .providers-title,
    .slot-features .features-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .slot-providers {
        margin-bottom: 32px;
    }

    .providers-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .provider-item {
        padding: 24px 20px;
    }

    .provider-name {
        font-size: 18px;
    }

    .provider-desc {
        font-size: 13px;
    }

    .slot-image {
        margin: 32px 0;
    }

    .slot-img {
        max-width: 450px;
        border-radius: 16px;
    }

    .slot-special {
        margin: 32px 0;
    }

    .slot-special p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .slot-features {
        margin: 32px 0;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-card .feature-name {
        font-size: 16px;
    }

    .feature-card .feature-desc {
        font-size: 13px;
    }

    .slot-conclusion {
        margin-top: 32px;
    }

    .slot-conclusion p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .slot-games {
        padding: 30px 0;
    }

    .slot-container {
        padding: 0 12px;
    }

    .slot-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .slot-description {
        margin-bottom: 28px;
    }

    .slot-description p {
        font-size: 15px;
        line-height: 1.6;
    }

    .providers-title,
    .slot-features .features-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .slot-providers {
        margin-bottom: 28px;
    }

    .providers-grid {
        gap: 12px;
    }

    .provider-item {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .provider-name {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .provider-desc {
        font-size: 12px;
    }

    .slot-image {
        margin: 28px 0;
    }

    .slot-img {
        max-width: 350px;
        border-radius: 12px;
    }

    .slot-special {
        margin: 28px 0;
    }

    .slot-special p {
        font-size: 14px;
        line-height: 1.6;
    }

    .slot-features {
        margin: 28px 0;
    }

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

    .feature-card {
        padding: 16px;
        border-radius: 12px;
    }

    .feature-card .feature-name {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .feature-card .feature-desc {
        font-size: 12px;
    }

    .slot-conclusion {
        margin-top: 28px;
    }

    .slot-conclusion p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* High contrast mode support for Slot Games */
@media (prefers-contrast: high) {
    .slot-title {
        color: #ffffff;
        background: none;
        -webkit-text-fill-color: #ffffff;
    }

    .providers-title,
    .slot-features .features-title {
        color: #ffffff;
    }

    .slot-description p,
    .slot-special p,
    .slot-conclusion p,
    .provider-desc,
    .feature-card .feature-desc {
        color: #ffffff;
    }

    .provider-item,
    .feature-card {
        border-color: #ffffff;
        background: rgba(0, 0, 0, 0.7);
    }

    .feature-card .feature-name {
        color: #ffffff;
    }
}

/* Banking System Section */
.banking-system {
    background: linear-gradient(135deg, #16213e 0%, #0f172a 25%, #1a1a2e 50%, #16213e 75%, #0f172a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.banking-system::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 40%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 60%, rgba(255, 215, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 20%, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.banking-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.banking-content {
    max-width: 1000px;
    margin: 0 auto;
}

.banking-title {
    font-family: 'Prompt', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banking-description {
    margin-bottom: 48px;
    text-align: center;
}

.banking-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e2e8f0;
    margin: 0;
}

.banking-image {
    text-align: center;
    margin: 48px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

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

.banking-image:hover .banking-img {
    transform: scale(1.02);
}

.banking-methods {
    margin: 48px 0;
}

.methods-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.methods-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.method-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.4) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.method-item:hover {
    border-color: rgba(34, 197, 94, 0.4);
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.15);
}

.method-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.method-content {
    flex: 1;
}

.method-name {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #22c55e;
    margin-bottom: 8px;
}

.method-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.banking-wallet {
    margin: 48px 0;
    text-align: center;
}

.banking-wallet p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

.banking-benefits {
    margin: 48px 0;
}

.benefits-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.benefit-card {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.benefit-card:hover {
    border-color: rgba(34, 197, 94, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.2);
}

.benefit-name {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #22c55e;
    margin-bottom: 12px;
}

.benefit-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.banking-conclusion {
    margin-top: 48px;
    text-align: center;
}

.banking-conclusion p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

/* Customer Service Section */
.customer-service {
    background: linear-gradient(135deg, #0f172a 0%, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%, #0f172a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.customer-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 215, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.service-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.service-content {
    max-width: 1000px;
    margin: 0 auto;
}

.service-title {
    font-family: 'Prompt', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-description {
    margin-bottom: 48px;
    text-align: center;
}

.service-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e2e8f0;
    margin: 0;
}

.service-contacts {
    margin-bottom: 48px;
}

.contacts-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.contact-item {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.6) 0%, rgba(22, 33, 62, 0.4) 100%);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-item:hover {
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
}

.contact-name {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 12px;
}

.contact-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.service-image {
    text-align: center;
    margin: 48px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

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

.service-image:hover .service-img {
    transform: scale(1.02);
}

.service-expertise {
    margin: 48px 0;
    text-align: center;
}

.service-expertise p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

.service-extras {
    margin: 48px 0;
}

.extras-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 32px;
    text-align: center;
}

.extras-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.extra-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.4) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.extra-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.extra-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.extra-content {
    flex: 1;
}

.extra-name {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 8px;
}

.extra-desc {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.service-conclusion {
    margin-top: 48px;
    text-align: center;
}

.service-conclusion p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

/* Responsive Design for Banking and Customer Service */
@media (max-width: 1024px) {
    .banking-system,
    .customer-service {
        padding: 60px 0;
    }

    .banking-title,
    .service-title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .banking-description,
    .service-description {
        margin-bottom: 40px;
    }

    .banking-description p,
    .service-description p {
        font-size: 17px;
    }

    .banking-image,
    .service-image {
        margin: 40px 0;
    }

    .banking-img,
    .service-img {
        max-width: 500px;
    }

    .banking-methods,
    .banking-benefits,
    .service-contacts,
    .service-extras {
        margin: 40px 0;
    }

    .benefits-grid,
    .contacts-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .banking-wallet,
    .service-expertise,
    .banking-conclusion,
    .service-conclusion {
        margin: 40px 0;
    }
}

@media (max-width: 768px) {
    .banking-system,
    .customer-service {
        padding: 40px 0;
    }

    .banking-container,
    .service-container {
        padding: 0 16px;
    }

    .banking-title,
    .service-title {
        font-size: 28px;
        margin-bottom: 24px;
        line-height: 1.4;
    }

    .banking-description,
    .service-description {
        margin-bottom: 32px;
    }

    .banking-description p,
    .service-description p {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    .methods-title,
    .benefits-title,
    .contacts-title,
    .extras-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .banking-methods,
    .banking-benefits,
    .service-contacts,
    .service-extras {
        margin: 32px 0;
    }

    .methods-list,
    .extras-list {
        gap: 16px;
    }

    .method-item,
    .extra-item {
        padding: 20px;
        gap: 16px;
    }

    .method-number,
    .extra-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .method-name,
    .extra-name {
        font-size: 16px;
    }

    .method-desc,
    .extra-desc {
        font-size: 13px;
    }

    .benefits-grid,
    .contacts-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
    }

    .benefit-card,
    .contact-item {
        padding: 20px;
    }

    .benefit-name,
    .contact-name {
        font-size: 16px;
    }

    .benefit-desc,
    .contact-desc {
        font-size: 13px;
    }

    .banking-image,
    .service-image {
        margin: 32px 0;
    }

    .banking-img,
    .service-img {
        max-width: 450px;
        border-radius: 16px;
    }

    .banking-wallet,
    .service-expertise,
    .banking-conclusion,
    .service-conclusion {
        margin: 32px 0;
    }

    .banking-wallet p,
    .service-expertise p,
    .banking-conclusion p,
    .service-conclusion p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .banking-system,
    .customer-service {
        padding: 30px 0;
    }

    .banking-container,
    .service-container {
        padding: 0 12px;
    }

    .banking-title,
    .service-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .banking-description,
    .service-description {
        margin-bottom: 28px;
    }

    .banking-description p,
    .service-description p {
        font-size: 15px;
        line-height: 1.6;
    }

    .methods-title,
    .benefits-title,
    .contacts-title,
    .extras-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .banking-methods,
    .banking-benefits,
    .service-contacts,
    .service-extras {
        margin: 28px 0;
    }

    .methods-list,
    .extras-list {
        gap: 12px;
    }

    .method-item,
    .extra-item {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
    }

    .method-number,
    .extra-number {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-radius: 8px;
    }

    .method-name,
    .extra-name {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .method-desc,
    .extra-desc {
        font-size: 12px;
    }

    .benefits-grid,
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .benefit-card,
    .contact-item {
        padding: 16px;
        border-radius: 12px;
    }

    .benefit-name,
    .contact-name {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .benefit-desc,
    .contact-desc {
        font-size: 12px;
    }

    .banking-image,
    .service-image {
        margin: 28px 0;
    }

    .banking-img,
    .service-img {
        max-width: 350px;
        border-radius: 12px;
    }

    .banking-wallet,
    .service-expertise,
    .banking-conclusion,
    .service-conclusion {
        margin: 28px 0;
    }

    .banking-wallet p,
    .service-expertise p,
    .banking-conclusion p,
    .service-conclusion p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* High contrast mode support for Banking and Customer Service */
@media (prefers-contrast: high) {
    .banking-title,
    .service-title {
        color: #ffffff;
        background: none;
        -webkit-text-fill-color: #ffffff;
    }

    .methods-title,
    .benefits-title,
    .contacts-title,
    .extras-title {
        color: #ffffff;
    }

    .banking-description p,
    .banking-wallet p,
    .banking-conclusion p,
    .service-description p,
    .service-expertise p,
    .service-conclusion p,
    .method-desc,
    .benefit-desc,
    .contact-desc,
    .extra-desc {
        color: #ffffff;
    }

    .method-item,
    .benefit-card,
    .contact-item,
    .extra-item {
        border-color: #ffffff;
        background: rgba(0, 0, 0, 0.7);
    }

    .method-name,
    .benefit-name,
    .contact-name,
    .extra-name {
        color: #ffffff;
    }
}

/* FAQ Section */
.faq {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f172a 50%, #16213e 75%, #1a1a2e 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(168, 85, 247, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.faq-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

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

.faq-title {
    font-family: 'Prompt', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

.faq-item {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.6) 0%, rgba(22, 33, 62, 0.4) 100%);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 16px;
    padding: 32px 28px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.faq-item:hover {
    border-color: rgba(168, 85, 247, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.15);
}

.faq-question {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #a855f7;
    margin-bottom: 16px;
    line-height: 1.4;
}

.faq-answer {
    margin: 0;
}

.faq-answer p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #e2e8f0;
    margin: 0;
}

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

.faq-cta-button {
    display: inline-block;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-cta-button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 50%, #ef4444 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.6);
    color: #ffffff;
}

/* Summary Section */
.summary {
    background: linear-gradient(135deg, #0f172a 0%, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%, #0f172a 100%);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 40% 30%, rgba(255, 215, 0, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 60% 70%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.summary-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.summary-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.summary-notice {
    margin-bottom: 48px;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.4) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 16px;
    padding: 24px 28px;
    backdrop-filter: blur(8px);
}

.summary-notice p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
    text-align: left;
}

.summary-notice strong {
    color: #ffc107;
    font-weight: 600;
}

.summary-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.summary-link:hover {
    color: #ffed4a;
    text-decoration: underline;
}

.summary-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

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

.summary-image:hover .summary-img {
    transform: scale(1.02);
}

/* Responsive Design for FAQ and Summary */
@media (max-width: 1024px) {
    .faq,
    .summary {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .faq-list {
        gap: 20px;
        margin-bottom: 40px;
    }

    .faq-item {
        padding: 28px 24px;
    }

    .faq-question {
        font-size: 18px;
        margin-bottom: 14px;
    }

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

    .faq-cta {
        margin-top: 40px;
    }

    .faq-cta-button {
        font-size: 17px;
        padding: 14px 28px;
    }

    .summary-notice {
        margin-bottom: 40px;
        padding: 20px 24px;
    }

    .summary-img {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .faq,
    .summary {
        padding: 40px 0;
    }

    .faq-container,
    .summary-container {
        padding: 0 16px;
    }

    .faq-title {
        font-size: 28px;
        margin-bottom: 32px;
        line-height: 1.4;
    }

    .faq-list {
        gap: 16px;
        margin-bottom: 32px;
    }

    .faq-item {
        padding: 24px 20px;
    }

    .faq-question {
        font-size: 17px;
        margin-bottom: 12px;
    }

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

    .faq-cta {
        margin-top: 32px;
    }

    .faq-cta-button {
        font-size: 16px;
        padding: 12px 24px;
        border-radius: 25px;
    }

    .summary {
        padding: 30px 0 40px;
    }

    .summary-notice {
        margin-bottom: 32px;
        padding: 18px 20px;
    }

    .summary-notice p {
        font-size: 15px;
        line-height: 1.7;
    }

    .summary-img {
        max-width: 500px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .faq,
    .summary {
        padding: 30px 0;
    }

    .faq-container,
    .summary-container {
        padding: 0 12px;
    }

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

    .faq-list {
        gap: 12px;
        margin-bottom: 28px;
    }

    .faq-item {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .faq-question {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.6;
    }

    .faq-cta {
        margin-top: 28px;
    }

    .faq-cta-button {
        font-size: 15px;
        padding: 10px 20px;
        border-radius: 20px;
    }

    .summary {
        padding: 25px 0 30px;
    }

    .summary-notice {
        margin-bottom: 28px;
        padding: 16px 18px;
        border-radius: 12px;
    }

    .summary-notice p {
        font-size: 14px;
        line-height: 1.6;
    }

    .summary-img {
        max-width: 400px;
        border-radius: 12px;
    }
}

/* High contrast mode support for FAQ and Summary */
@media (prefers-contrast: high) {
    .faq-title {
        color: #ffffff;
        background: none;
        -webkit-text-fill-color: #ffffff;
    }

    .faq-question {
        color: #ffffff;
    }

    .faq-answer p,
    .summary-notice p {
        color: #ffffff;
    }

    .faq-item,
    .summary-notice {
        border-color: #ffffff;
        background: rgba(0, 0, 0, 0.7);
    }

    .summary-notice strong {
        color: #ffffff;
    }

    .summary-link {
        color: #ffffff;
    }

    .summary-link:hover {
        color: #ffffff;
    }
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1a1a2e 50%, #16213e 100%);
    border-top: 1px solid #2d2d47;
    padding: 24px 0;
    margin-top: auto;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

.footer-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-item {
    margin: 0;
}

.footer-link {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #cbd5e1;
    text-decoration: none;
    padding: 8px 0;
    transition: all 0.3s ease;
    position: relative;
}

.footer-link:hover {
    color: #ffd700;
}

.footer-link:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Sticky Buttons */
.sticky-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, rgba(10, 10, 11, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    padding: 12px 0;
}

.sticky-buttons-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.sticky-btn {
    display: block;
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.sticky-btn-login {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border-color: rgba(59, 130, 246, 0.3);
}

.sticky-btn-login:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    color: #ffffff;
}

.sticky-btn-register {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
    border-color: rgba(34, 197, 94, 0.3);
}

.sticky-btn-register:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
    color: #ffffff;
}

.sticky-btn-credit {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff;
    border-color: rgba(220, 38, 38, 0.3);
}

.sticky-btn-credit:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
    color: #ffffff;
}

.sticky-btn:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

/* Add bottom padding to body to prevent content overlap with sticky buttons */
body {
    padding-bottom: 80px;
}

/* Responsive Design for Footer and Sticky Buttons */
@media (max-width: 768px) {
    .footer {
        padding: 20px 0;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-menu {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

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

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

    .sticky-buttons-container {
        padding: 0 16px;
        gap: 10px;
    }

    .sticky-btn {
        font-size: 13px;
        padding: 10px 12px;
        border-radius: 20px;
    }

    body {
        padding-bottom: 70px;
    }
}

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

    .footer-container {
        padding: 0 12px;
    }

    .footer-menu {
        gap: 16px;
    }

    .footer-link {
        font-size: 12px;
        line-height: 1.5;
    }

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

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

    .sticky-btn {
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 18px;
    }

    body {
        padding-bottom: 60px;
    }
}

/* High contrast mode support for Footer and Sticky Buttons */
@media (prefers-contrast: high) {
    .footer {
        border-top-color: #ffffff;
        background: #000000;
    }

    .footer-link {
        color: #ffffff;
    }

    .footer-link:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .sticky-buttons {
        background: #000000;
        border-top-color: #ffffff;
    }

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

    .sticky-btn-login {
        background: #0000ff;
        color: #ffffff;
    }

    .sticky-btn-register {
        background: #00ff00;
        color: #000000;
    }

    .sticky-btn-credit {
        background: #ff0000;
        color: #ffffff;
    }
}

/* Login Page Styles */
.login-section {
    min-height: calc(100vh - 70px - 80px);
    padding: 40px 0;
    background: linear-gradient(135deg, #0a0a0b 0%, #1a1a2e 50%, #16213e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    gap: 32px;
}

.login-title {
    font-family: 'Prompt', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
    line-height: 1.2;
    margin-bottom: 8px;
}

.login-form {
    width: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f172a 100%);
    border: 1px solid #2d2d47;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

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

.form-label {
    display: block;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 8px;
}

.form-input {
    width: 100%;
    padding: 16px 20px;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background: rgba(45, 45, 71, 0.6);
    border: 2px solid #2d2d47;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus {
    border-color: #ffd700;
    background: rgba(45, 45, 71, 0.8);
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.form-input::placeholder {
    color: #94a3b8;
}

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

.password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.password-toggle:hover {
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
}

.password-toggle:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

.form-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.login-submit-btn {
    width: 100%;
    padding: 16px 24px;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0b;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-submit-btn:hover {
    background: linear-gradient(135deg, #ffed4a 0%, #ffd700 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.login-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.login-submit-btn:focus {
    outline: 3px solid rgba(255, 215, 0, 0.3);
    outline-offset: 2px;
}

.register-btn {
    width: 100%;
    padding: 16px 24px;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffd700;
    background: transparent;
    border: 2px solid #ffd700;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.register-btn:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.2);
}

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

.register-btn:focus {
    outline: 3px solid rgba(255, 215, 0, 0.3);
    outline-offset: 2px;
}

/* Login Page Mobile Responsiveness */
@media (max-width: 768px) {
    .login-section {
        padding: 20px 0;
        min-height: calc(100vh - 70px - 80px);
    }

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

    .login-form {
        padding: 24px;
    }

    .form-input {
        padding: 14px 16px;
        font-size: 16px;
    }

    .login-submit-btn,
    .register-btn {
        padding: 14px 20px;
        font-size: 16px;
    }
}

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

    .login-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .login-form {
        padding: 20px;
    }

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

    .form-actions {
        margin-top: 24px;
        gap: 12px;
    }
}

/* High contrast mode support for Login Page */
@media (prefers-contrast: high) {
    .login-form {
        background: #000000;
        border-color: #ffffff;
    }

    .form-input {
        background: #000000;
        border-color: #ffffff;
        color: #ffffff;
    }

    .form-input:focus {
        border-color: #ffffff;
        box-shadow: 0 0 0 3px #ffffff;
    }

    .form-label {
        color: #ffffff;
    }

    .login-submit-btn {
        background: #ffffff;
        color: #000000;
    }

    .login-submit-btn:hover {
        background: #cccccc;
    }

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

    .register-btn:hover {
        background: #ffffff;
        color: #000000;
    }

    .password-toggle {
        color: #ffffff;
    }

    .password-toggle:hover {
        color: #cccccc;
        background: #333333;
    }
}

/* Register Page Styles */
.register {
    min-height: calc(100vh - 70px);
    background: linear-gradient(135deg, #0a0a0b 0%, #1a1a2e 50%, #16213e 100%);
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.register-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
}

.register-title {
    font-family: 'Prompt', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
    line-height: 1.3;
}

.register-form {
    width: 100%;
    background: rgba(26, 26, 46, 0.8);
    border: 1px solid #2d2d47;
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.register-submit-btn {
    width: 100%;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0b;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.3);
}

.register-submit-btn:hover {
    background: linear-gradient(135deg, #ffed4a 0%, #ffd700 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

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

.register-submit-btn:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

.login-btn {
    width: 100%;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffd700;
    background: transparent;
    border: 2px solid #ffd700;
    border-radius: 12px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.login-btn:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #ffed4a;
    border-color: #ffed4a;
    transform: translateY(-1px);
}

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

.login-btn:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

/* Mobile responsiveness for register page */
@media (max-width: 768px) {
    .register {
        padding: 40px 0;
        min-height: calc(100vh - 70px);
    }

    .register-content {
        gap: 30px;
    }

    .register-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .register-form {
        padding: 30px 20px;
    }

    .register-submit-btn {
        font-size: 16px;
        padding: 14px 20px;
    }

    .login-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

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

    .register-title {
        font-size: 20px;
    }

    .register-form {
        padding: 20px 16px;
    }

    .register-submit-btn {
        font-size: 15px;
        padding: 12px 16px;
    }

    .login-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .register-title {
        -webkit-text-fill-color: #ffd700;
        text-shadow: none;
    }

    .register-form {
        border-color: #ffd700;
        background: rgba(0, 0, 0, 0.9);
    }

    .register-submit-btn {
        background: #ffd700;
        color: #000000;
    }

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

    .login-btn:hover {
        background: #ffffff;
        color: #000000;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .footer-link,
    .sticky-btn,
    .form-input,
    .login-submit-btn,
    .register-btn,
    .register-submit-btn,
    .login-btn,
    .password-toggle {
        transition: none;
    }
}

/* ============================================
   PROMOTION PAGE STYLES
   ============================================ */

/* Promotion Page Container */
.promotion-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

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

/* Promotion Hero Section */
.promotion-hero {
    background: linear-gradient(135deg, #0a0a0b 0%, #1a1a2e 25%, #16213e 50%, #0f172a 75%, #0a0a0b 100%);
    position: relative;
    padding: 80px 0 60px;
    overflow: hidden;
}

.promotion-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.promotion-hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.promotion-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.promotion-hero-title {
    font-family: 'Prompt', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 8px rgba(255, 215, 0, 0.3);
    position: relative;
}

.promotion-hero-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #ffd700, #ffed4a, #ffd700);
    border-radius: 2px;
}

.promotion-hero-description {
    margin-bottom: 40px;
}

.promotion-hero-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e2e8f0;
    text-align: justify;
    margin-bottom: 0;
}

.promotion-hero-cta {
    margin-top: 40px;
}

/* Promotion Section Titles */
.promotion-section-title {
    font-family: 'Prompt', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 8px rgba(255, 215, 0, 0.3);
    position: relative;
}

.promotion-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #ffd700, #ffed4a, #ffd700);
    border-radius: 2px;
}

/* Promotion CTA Button */
.promotion-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 16px 8px;
}

.promotion-cta-button.large {
    font-size: 20px;
    padding: 20px 40px;
}

.promotion-cta-button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 50%, #ef4444 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.6);
    color: #ffffff;
    text-decoration: none;
}

/* Section Spacing */
.new-member-bonus,
.slot-promotion,
.banking-promotion,
.access-promotion,
.games-collection,
.special-promotions,
.registration-guide,
.promotion-faq,
.contact-promotion {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0b 0%, #1a1a2e 25%, #16213e 50%, #0f172a 75%, #0a0a0b 100%);
    position: relative;
}

.new-member-bonus::before,
.slot-promotion::before,
.banking-promotion::before,
.access-promotion::before,
.games-collection::before,
.special-promotions::before,
.registration-guide::before,
.promotion-faq::before,
.contact-promotion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(255, 215, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(220, 38, 38, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

/* Bonus Highlight */
.bonus-highlight {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.6) 0%, rgba(22, 33, 62, 0.4) 100%);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 20px;
    padding: 48px;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}

.bonus-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.bonus-title {
    font-family: 'Prompt', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.bonus-description {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.bonus-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #e2e8f0;
    text-align: justify;
    margin: 0;
}

.bonus-details {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.bonus-details-title {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 20px;
    text-align: left;
}

.bonus-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.bonus-list li {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    color: #e2e8f0;
    padding: 8px 0;
    position: relative;
    padding-left: 24px;
}

.bonus-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.bonus-cta {
    position: relative;
    z-index: 1;
}

/* Grid Layouts */
.slot-features-grid,
.channels-grid,
.benefits-grid,
.links-grid,
.features-grid,
.popular-grid,
.info-grid,
.offers-grid,
.vip-benefits-grid,
.standards-grid,
.methods-grid,
.final-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.slot-feature,
.channel-item,
.benefit-item,
.link-item,
.feature-item,
.game-item,
.info-item,
.offer-item,
.vip-benefit-item,
.standard-item,
.method-item,
.final-benefit-item {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.4) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.slot-feature:hover,
.channel-item:hover,
.benefit-item:hover,
.link-item:hover,
.feature-item:hover,
.game-item:hover,
.info-item:hover,
.offer-item:hover,
.vip-benefit-item:hover,
.standard-item:hover,
.method-item:hover,
.final-benefit-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.slot-feature h4,
.channel-item h5,
.benefit-item h5,
.link-item h5,
.feature-item h5,
.game-item h5,
.info-item h5,
.offer-item h5,
.vip-benefit-item h5,
.standard-item h5,
.method-item h5,
.final-benefit-item h5 {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 8px;
}

.slot-feature p,
.channel-item p,
.benefit-item p,
.link-item p,
.feature-item p,
.game-item p,
.info-item p,
.offer-item p,
.vip-benefit-item p,
.standard-item p,
.method-item p,
.final-benefit-item p {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

/* Section Titles */
.banking-title,
.access-title,
.mobile-title,
.games-title,
.rtp-title,
.daily-title,
.vip-title,
.steps-title,
.security-title,
.contact-title,
.final-title {
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 24px;
}

/* Subtitle styles */
.channels-subtitle,
.benefits-subtitle,
.links-subtitle,
.features-subtitle,
.popular-title,
.info-title,
.offers-title,
.vip-benefits-title,
.list-title,
.standards-title,
.methods-title,
.benefits-title {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #cbd5e1;
    margin-bottom: 20px;
    text-align: left;
}

/* Description styles */
.banking-description,
.withdrawal-description,
.access-description,
.mobile-description,
.games-description,
.rtp-description,
.daily-description,
.vip-description,
.steps-description,
.security-description,
.contact-description,
.final-description {
    margin-bottom: 32px;
}

.banking-description p,
.withdrawal-description p,
.access-description p,
.mobile-description p,
.games-description p,
.rtp-description p,
.daily-description p,
.vip-description p,
.steps-description p,
.security-description p,
.contact-description p,
.final-description p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #e2e8f0;
    text-align: justify;
    margin: 0;
}

/* Step Items */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.4) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.step-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.step-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.step-content {
    flex: 1;
    text-align: left;
}

.step-content h5 {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 8px;
}

.step-content p {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

/* FAQ Styles */
.faq-content {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.4) 0%, rgba(22, 33, 62, 0.3) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.faq-question {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 16px;
}

.faq-answer p {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #e2e8f0;
    margin: 0;
}

/* Disclaimer */
.disclaimer {
    padding: 40px 0;
    background: rgba(10, 10, 11, 0.8);
}

.disclaimer-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-content p {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0;
}

/* Mobile Responsive Design */
@media (max-width: 1024px) {
    .promotion-hero,
    .new-member-bonus,
    .slot-promotion,
    .banking-promotion,
    .access-promotion,
    .games-collection,
    .special-promotions,
    .registration-guide,
    .promotion-faq,
    .contact-promotion {
        padding: 60px 0;
    }

    .promotion-hero-title {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .promotion-section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .bonus-highlight {
        padding: 32px;
    }

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

    .slot-features-grid,
    .channels-grid,
    .benefits-grid,
    .links-grid,
    .features-grid,
    .popular-grid,
    .info-grid,
    .offers-grid,
    .vip-benefits-grid,
    .standards-grid,
    .methods-grid,
    .final-benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .promotion-container {
        padding: 0 16px;
    }

    .promotion-hero,
    .new-member-bonus,
    .slot-promotion,
    .banking-promotion,
    .access-promotion,
    .games-collection,
    .special-promotions,
    .registration-guide,
    .promotion-faq,
    .contact-promotion {
        padding: 40px 0;
    }

    .promotion-hero-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .promotion-section-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .promotion-hero-description p,
    .bonus-description p,
    .banking-description p,
    .withdrawal-description p,
    .access-description p,
    .mobile-description p,
    .games-description p,
    .rtp-description p,
    .daily-description p,
    .vip-description p,
    .steps-description p,
    .security-description p,
    .contact-description p,
    .final-description p {
        font-size: 15px;
        text-align: left;
    }

    .bonus-highlight {
        padding: 24px;
        margin-bottom: 32px;
    }

    .bonus-title {
        font-size: 20px;
    }

    .banking-title,
    .access-title,
    .mobile-title,
    .games-title,
    .rtp-title,
    .daily-title,
    .vip-title,
    .steps-title,
    .security-title,
    .contact-title,
    .final-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .slot-features-grid,
    .channels-grid,
    .benefits-grid,
    .links-grid,
    .features-grid,
    .popular-grid,
    .info-grid,
    .offers-grid,
    .vip-benefits-grid,
    .standards-grid,
    .methods-grid,
    .final-benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
    }

    .slot-feature,
    .channel-item,
    .benefit-item,
    .link-item,
    .feature-item,
    .game-item,
    .info-item,
    .offer-item,
    .vip-benefit-item,
    .standard-item,
    .method-item,
    .final-benefit-item {
        padding: 16px;
    }

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

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

    .faq-item {
        padding: 20px;
    }

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

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

    .promotion-cta-button {
        font-size: 16px;
        padding: 14px 28px;
        margin: 12px 4px;
    }

    .promotion-cta-button.large {
        font-size: 18px;
        padding: 16px 32px;
    }
}

@media (max-width: 480px) {
    .promotion-hero-title {
        font-size: 24px;
    }

    .promotion-section-title {
        font-size: 20px;
    }

    .bonus-highlight {
        padding: 20px;
    }

    .slot-features-grid,
    .channels-grid,
    .benefits-grid,
    .links-grid,
    .features-grid,
    .popular-grid,
    .info-grid,
    .offers-grid,
    .vip-benefits-grid,
    .standards-grid,
    .methods-grid,
    .final-benefits-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .promotion-cta-button {
        font-size: 15px;
        padding: 12px 24px;
        margin: 8px 2px;
    }

    .promotion-cta-button.large {
        font-size: 16px;
        padding: 14px 28px;
    }
}

/* High contrast mode support for promotion page */
@media (prefers-contrast: high) {
    .promotion-hero-title,
    .promotion-section-title {
        -webkit-text-fill-color: #ffd700;
        text-shadow: none;
    }

    .bonus-highlight,
    .slot-feature,
    .channel-item,
    .benefit-item,
    .link-item,
    .feature-item,
    .game-item,
    .info-item,
    .offer-item,
    .vip-benefit-item,
    .standard-item,
    .method-item,
    .final-benefit-item,
    .step-item,
    .faq-item {
        border-color: #ffd700;
        background: rgba(0, 0, 0, 0.9);
    }

    .promotion-cta-button {
        background: #ffd700;
        color: #000000;
    }

    .promotion-cta-button:hover {
        background: #ffffff;
        color: #000000;
    }
}

/* Accessibility for promotion page */
@media (prefers-reduced-motion: reduce) {
    .promotion-cta-button,
    .slot-feature,
    .channel-item,
    .benefit-item,
    .link-item,
    .feature-item,
    .game-item,
    .info-item,
    .offer-item,
    .vip-benefit-item,
    .standard-item,
    .method-item,
    .final-benefit-item,
    .step-item,
    .faq-item {
        transition: none;
    }
}