/* General page styling */.page-tk66-con {    font-family: 'Arial', sans-serif;    color: #ffffff;    background-color: #1a1a2e; /* Dark background */    line-height: 1.6;    padding-top: var(--header-offset, 122px); /* Fallback to 122px if --header-offset is not defined */} .page-tk66-con__section-title {    color: #f0ad4e; /* Accent color for titles */    text-align: center;    font-size: 2.5em;    margin-bottom: 40px;    padding-top: 40px;    font-weight: bold;} .page-tk66-con__hero-section {    position: relative;    display: flex;    flex-direction: column;    align-items: center;    justify-content: center;    text-align: center;    padding: 10px 20px 60px; /* 10px top padding, relying on main's padding-top for header offset */    background-color: #0d1117;    overflow: hidden;    min-height: 500px;} .page-tk66-con__hero-image {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    object-fit: cover;    opacity: 0.3;    z-index: 0;} .page-tk66-con__hero-content {    position: relative;    z-index: 1;    max-width: 900px;} .page-tk66-con__hero-title {    font-size: 3.5em;    margin-bottom: 20px;    color: #ffffff;    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);} .page-tk66-con__hero-description {    font-size: 1.3em;    margin-bottom: 30px;    color: #e0e0e0;} .page-tk66-con__hero-buttons {    display: flex;    gap: 20px;    justify-content: center;} .page-tk66-con__hero-btn {    display: inline-block;    padding: 15px 30px;    border-radius: 8px;    text-decoration: none;    font-weight: bold;    font-size: 1.1em;    transition: background-color 0.3s ease, transform 0.3s ease;} .page-tk66-con__hero-btn--primary {    background-color: #007bff;    color: #ffffff;    border: 2px solid #007bff;} .page-tk66-con__hero-btn--primary:hover {    background-color: #0056b3;    transform: translateY(-3px);} .page-tk66-con__hero-btn--secondary {    background-color: transparent;    color: #f0ad4e;    border: 2px solid #f0ad4e;} .page-tk66-con__hero-btn--secondary:hover {    background-color: #f0ad4e;    color: #1a1a2e;    transform: translateY(-3px);} /* Cooperation Partner/Supplier Logo Section */.page-tk66-con__payment-providers {  display: flex;  flex-direction: column; /* Changed to column for title on top */  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: #24293e;} .page-tk66-con__payment-logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 1200px; /* Limit width for larger screens */} .page-tk66-con__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  display: flex;  justify-content: center;  align-items: center;} .page-tk66-con__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;} /* Introduction Section */.page-tk66-con__intro-section {    padding: 60px 20px;    max-width: 1200px;    margin: 0 auto;    background-color: #1a1a2e;} .page-tk66-con__intro-content p {    margin-bottom: 20px;    font-size: 1.1em;    color: #e0e0e0;    text-align: justify;} .page-tk66-con__intro-content p strong {    color: #f0ad4e;} .page-tk66-con__intro-content a {    color: #007bff;    text-decoration: none;    font-weight: bold;} .page-tk66-con__intro-content a:hover {    text-decoration: underline;} /* Quick Access Section */.page-tk66-con__quick-access-section {    padding: 60px 20px;    background-color: #24293e;    text-align: center;} .page-tk66-con__quick-access-links {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 20px;    max-width: 1000px;    margin: 0 auto;} .page-tk66-con__quick-access-btn {    display: inline-block;    background-color: #007bff;    color: #ffffff;    padding: 12px 25px;    border-radius: 6px;    text-decoration: none;    font-weight: bold;    font-size: 1em;    transition: background-color 0.3s ease, transform 0.3s ease;    border: 2px solid #007bff;} .page-tk66-con__quick-access-btn:hover {    background-color: #0056b3;    transform: translateY(-3px);} /* Core Games Section */.page-tk66-con__games-section {    padding: 60px 20px;    max-width: 1200px;    margin: 0 auto;    background-color: #1a1a2e;} .page-tk66-con__game-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    justify-content: center;} .page-tk66-con__game-card {    background-color: #24293e;    border-radius: 10px;    overflow: hidden;    text-decoration: none;    color: #ffffff;    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease, box-shadow 0.3s ease;    display: flex;    flex-direction: column;    align-items: center;    text-align: center;    padding-bottom: 20px;} .page-tk66-con__game-card:hover {    transform: translateY(-5px);    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);} .page-tk66-con__game-image {    width: 100%;    height: 200px;    object-fit: cover;    margin-bottom: 15px;} .page-tk66-con__game-title {    font-size: 1.5em;    color: #f0ad4e;    margin-bottom: 10px;    padding: 0 15px;} .page-tk66-con__game-description {    font-size: 0.95em;    color: #e0e0e0;    padding: 0 15px;} /* Promotions Section */.page-tk66-con__promotions-section {    padding: 60px 20px;    background-color: #24293e;} .page-tk66-con__promotion-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;    justify-content: center;} .page-tk66-con__promotion-card {    background-color: #1a1a2e;    border-radius: 10px;    overflow: hidden;    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease, box-shadow 0.3s ease;    display: flex;    flex-direction: column;    align-items: center;    text-align: center;    padding-bottom: 20px;} .page-tk66-con__promotion-card:hover {    transform: translateY(-5px);    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);} .page-tk66-con__promotion-image {    width: 100%;    height: 220px;    object-fit: cover;    margin-bottom: 15px;} .page-tk66-con__promotion-title {    font-size: 1.6em;    color: #007bff;    margin-bottom: 10px;    padding: 0 15px;} .page-tk66-con__promotion-description {    font-size: 1em;    color: #e0e0e0;    margin-bottom: 20px;    padding: 0 15px;} .page-tk66-con__promotion-btn {    display: inline-block;    background-color: #f0ad4e;    color: #1a1a2e;    padding: 10px 20px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    transition: background-color 0.3s ease;} .page-tk66-con__promotion-btn:hover {    background-color: #e69c00;} /* Security & Customer Service Section */.page-tk66-con__security-section {    padding: 60px 20px;    max-width: 1200px;    margin: 0 auto;    background-color: #1a1a2e;} .page-tk66-con__security-content {    display: flex;    flex-wrap: wrap;    align-items: center;    gap: 40px;} .page-tk66-con__security-text {    flex: 1;    min-width: 300px;} .page-tk66-con__security-text p {    margin-bottom: 20px;    font-size: 1.1em;    color: #e0e0e0;    text-align: justify;} .page-tk66-con__security-text strong {    color: #f0ad4e;} .page-tk66-con__security-image {    flex: 1;    min-width: 300px;    max-width: 500px;    height: auto;    border-radius: 10px;    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);    object-fit: cover;} /* FAQ Section */.page-tk66-con__faq-section {    padding: 60px 20px;    background-color: #24293e;} .page-tk66-con__faq-container {    max-width: 900px;    margin: 0 auto;} .page-tk66-con__faq-item {    background-color: #1a1a2e;    margin-bottom: 15px;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);} .page-tk66-con__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px 25px;    cursor: pointer;    background-color: #2c324c;    border-bottom: 1px solid #3a4260;    user-select: none;} .page-tk66-con__faq-question:hover {    background-color: #3a4260;} .page-tk66-con__faq-q-text {    font-size: 1.2em;    color: #f0ad4e;    margin: 0;    pointer-events: none; /* Prevent h3 from blocking click event */} .page-tk66-con__faq-toggle {    font-size: 1.8em;    color: #007bff;    font-weight: bold;    transition: transform 0.3s ease;    pointer-events: none; /* Prevent span from blocking click event */} .page-tk66-con__faq-item.active .page-tk66-con__faq-toggle {    transform: rotate(45deg); /* Change + to X or - by rotating */    color: #f0ad4e;} .page-tk66-con__faq-answer {    max-height: 0;    overflow: hidden;    padding: 0 25px;    opacity: 0;    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;    color: #e0e0e0;} .page-tk66-con__faq-item.active .page-tk66-con__faq-answer {    max-height: 2000px !important; /* Sufficiently large */    padding: 20px 25px !important;    opacity: 1;} .page-tk66-con__faq-answer p {    margin: 0;    color: #e0e0e0;} .page-tk66-con__faq-answer a {    color: #007bff;    text-decoration: none;    font-weight: bold;} .page-tk66-con__faq-answer a:hover {    text-decoration: underline;} /* Latest Blog Content Section */.page-tk66-con__blog-section {    padding: 60px 20px;    max-width: 1200px;    margin: 0 auto;    background-color: #1a1a2e;} .page-tk66-con__blog-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    justify-content: center;} .page-tk66-con__blog-card {    background-color: #24293e;    border-radius: 10px;    overflow: hidden;    text-decoration: none;    color: #ffffff;    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease, box-shadow 0.3s ease;    display: flex;    flex-direction: column;} .page-tk66-con__blog-card:hover {    transform: translateY(-5px);    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);} .page-tk66-con__blog-image {    width: 100%;    height: 200px;    object-fit: cover;} .page-tk66-con__blog-content {    padding: 20px;    display: flex;    flex-direction: column;    flex-grow: 1;} .page-tk66-con__blog-title {    font-size: 1.4em;    color: #f0ad4e;    margin-bottom: 10px;    flex-grow: 1;} .page-tk66-con__blog-summary {    font-size: 0.95em;    color: #e0e0e0;    margin-bottom: 15px;} .page-tk66-con__blog-date {    font-size: 0.85em;    color: #aaaaaa;    text-align: right;} /* Responsive Styles */@media (max-width: 1024px) {    .page-tk66-con__hero-title {        font-size: 3em;    }    .page-tk66-con__hero-description {        font-size: 1.2em;    }    .page-tk66-con__section-title {        font-size: 2em;    }} @media (max-width: 768px) {    /* General adjustments */    .page-tk66-con {        padding-top: var(--header-offset, 122px) !important; /* Ensure header offset on mobile */    }    .page-tk66-con__hero-section {        padding: 10px 15px 40px;        min-height: 400px;    }    .page-tk66-con__hero-title {        font-size: 2.2em;    }    .page-tk66-con__hero-description {        font-size: 1em;    }    .page-tk66-con__hero-buttons {        flex-direction: column;        gap: 15px;        width: 100%;        max-width: 300px;    }    .page-tk66-con__hero-btn {        width: 100%;        padding: 12px 20px;        font-size: 1em;    }    .page-tk66-con__section-title {        font-size: 1.8em;        margin-bottom: 30px;        padding-top: 30px;    }    /* Logo section specific mobile rules (from requirements) */    .page-tk66-con__payment-providers {        flex-direction: column; /* Keep column for title on top */        gap: 16px; /* Adjusted from 30px */        padding: 30px 15px;    }    .page-tk66-con__payment-logo-grid {        flex-direction: row; /* Row wrap for logos */        flex-wrap: wrap;        justify-content: center;        gap: 16px; /* Adjusted from 30px */    }    .page-tk66-con__payment-logo,    .page-tk66-con__payment-logo img {        width: 80px !important;        height: 80px !important;        max-width: 80px !important;        max-height: 80px !important;    }    /* General section padding */    .page-tk66-con__intro-section,    .page-tk66-con__quick-access-section,    .page-tk66-con__games-section,    .page-tk66-con__promotions-section,    .page-tk66-con__security-section,    .page-tk66-con__faq-section,    .page-tk66-con__blog-section {        padding: 40px 15px;    }    /* Quick Access buttons */    .page-tk66-con__quick-access-links {        flex-direction: column;        max-width: 300px;    }    .page-tk66-con__quick-access-btn {        width: 100%;    }    /* Game and Promotion Grids */    .page-tk66-con__game-grid,    .page-tk66-con__promotion-grid,    .page-tk66-con__blog-grid {        grid-template-columns: 1fr; /* Single column */        gap: 20px;    }    /* List item specific responsive requirements */    .page-tk66-con__faq-container,    .page-tk66-con__game-grid,    .page-tk66-con__promotion-grid,    .page-tk66-con__blog-grid,    .page-tk66-con__quick-access-links {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        padding: 0 !important;        margin-left: 0 !important;        margin-right: 0 !important;    }    .page-tk66-con__faq-item,    .page-tk66-con__game-card,    .page-tk66-con__promotion-card,    .page-tk66-con__blog-card {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;        word-wrap: break-word !important;        overflow-wrap: break-word !important;        word-break: break-word !important;    }    .page-tk66-con__faq-question {        padding: 15px 20px;    }    .page-tk66-con__faq-q-text {        font-size: 1.1em;    }    .page-tk66-con__faq-answer {        padding: 15px 20px !important;    }    .page-tk66-con__security-content {        flex-direction: column;    }    .page-tk66-con__security-image {        max-width: 100%;        min-width: unset;    }    .page-tk66-con__security-text {        min-width: unset;    }} /* Ensure all images are responsive by default, except specified */.page-tk66-con img:not(.page-tk66-con__payment-logo img) {    max-width: 100%;    height: auto;    display: block;}@media (max-width: 768px) {    .page-tk66-con img:not(.page-tk66-con__payment-logo img) {        max-width: 100% !important;        height: auto !important;    }}