
    .page-tysobongda-7m {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a;
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-tysobongda-7m__section-title {
        font-size: 2.5em;
        color: #ffcc00; /* Gold accent */
        text-align: center;
        margin-bottom: 20px;
        padding-top: 40px;
        font-weight: bold;
    }

    .page-tysobongda-7m__section-description {
        font-size: 1.1em;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        color: #ccc;
    }

    /* Hero Section */
    .page-tysobongda-7m__hero-section {
        position: relative;
        padding: 10px 0 50px 0; /* Small decorative top padding */
        background: linear-gradient(135deg, #2c3e50, #1a1a1a);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        min-height: 500px;
    }

    .page-tysobongda-7m__hero-content {
        text-align: center;
        max-width: 900px;
        padding: 20px;
        position: relative;
        z-index: 2;
    }

    .page-tysobongda-7m__hero-title {
        font-size: 3.5em;
        color: #ffcc00;
        margin-bottom: 20px;
        line-height: 1.2;
        font-weight: bold;
    }

    .page-tysobongda-7m__hero-description {
        font-size: 1.3em;
        color: #e0e0e0;
        margin-bottom: 30px;
    }

    .page-tysobongda-7m__promo-button-wrapper {
        margin-top: 30px;
    }

    .page-tysobongda-7m__promo-button {
        display: inline-block;
        background-color: #e74c3c; /* Red accent */
        color: #fff;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-tysobongda-7m__promo-button:hover {
        background-color: #c0392b;
    }

    .page-tysobongda-7m__hero-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .page-tysobongda-7m__hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.2; /* Subtle background image */
    }

    /* Floating Buttons */
    .page-tysobongda-7m__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-tysobongda-7m__floating-button {
        display: block;
        padding: 12px 25px;
        border-radius: 30px;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease, background-color 0.2s ease;
    }

    .page-tysobongda-7m__floating-button:hover {
        transform: translateY(-3px);
    }

    .page-tysobongda-7m__register-button {
        background-color: #27ae60; /* Green */
        color: #fff;
    }

    .page-tysobongda-7m__register-button:hover {
        background-color: #229a54;
    }

    .page-tysobongda-7m__login-button {
        background-color: #3498db; /* Blue */
        color: #fff;
    }

    .page-tysobongda-7m__login-button:hover {
        background-color: #2980b9;
    }

    /* Brand Keyword Section */
    .page-tysobongda-7m__brand-keyword-section {
        text-align: center;
        padding: 40px 20px;
        background-color: #2c3e50;
        border-bottom: 5px solid #ffcc00;
    }

    .page-tysobongda-7m__brand-keyword-title {
        font-size: 3em;
        color: #ffcc00;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    /* Product Display Section */
    .page-tysobongda-7m__product-display-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-tysobongda-7m__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        justify-content: center;
    }

    .page-tysobongda-7m__product-item {
        background-color: #2c3e50;
        border-radius: 12px;
        overflow: hidden;
        text-align: center;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding-bottom: 20px;
    }

    .page-tysobongda-7m__product-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-tysobongda-7m__product-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
        margin-bottom: 15px;
    }

    .page-tysobongda-7m__product-title {
        font-size: 1.8em;
        color: #ffcc00;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .page-tysobongda-7m__product-text {
        font-size: 1em;
        color: #ccc;
        padding: 0 15px;
    }

    /* About Section */
    .page-tysobongda-7m__about-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #222;
        border-radius: 12px;
        margin-top: 40px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-tysobongda-7m__about-text {
        font-size: 1.1em;
        color: #e0e0e0;
        margin-bottom: 20px;
        text-align: justify;
        max-width: 800px;
    }

    .page-tysobongda-7m__about-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-top: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    /* Providers and Payment Sections (similar grid layout) */
    .page-tysobongda-7m__providers-section,
    .page-tysobongda-7m__payment-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-tysobongda-7m__provider-grid,
    .page-tysobongda-7m__payment-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 25px;
        justify-content: center;
        text-align: center;
    }

    .page-tysobongda-7m__provider-item,
    .page-tysobongda-7m__payment-item {
        background-color: #2c3e50;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 150px; /* Ensure items have enough height */
    }

    .page-tysobongda-7m__provider-item:hover,
    .page-tysobongda-7m__payment-item:hover {
        transform: translateY(-5px);
    }

    .page-tysobongda-7m__provider-logo,
    .page-tysobongda-7m__payment-logo {
        max-width: 100%;
        height: 80px; /* Fixed height for logos */
        object-fit: contain;
        margin-bottom: 10px;
    }

    .page-tysobongda-7m__provider-item p,
    .page-tysobongda-7m__payment-item p {
        font-size: 1.1em;
        color: #ffcc00;
        font-weight: bold;
    }

    /* CTA Section */
    .page-tysobongda-7m__cta-section {
        padding: 60px 20px;
        text-align: center;
        background-color: #e74c3c; /* Red accent */
        margin-top: 40px;
        border-radius: 12px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .page-tysobongda-7m__cta-section .page-tysobongda-7m__section-title {
        color: #fff;
        font-size: 2.8em;
    }

    .page-tysobongda-7m__cta-description {
        font-size: 1.2em;
        color: #f0f0f0;
        margin-bottom: 40px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-tysobongda-7m__cta-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .page-tysobongda-7m__cta-button {
        display: inline-block;
        padding: 15px 35px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        color: #fff;
    }

    .page-tysobongda-7m__cta-button:first-child {
        background-color: #ffcc00; /* Gold */
    }

    .page-tysobongda-7m__cta-button:first-child:hover {
        background-color: #e6b800;
        transform: translateY(-3px);
    }

    .page-tysobongda-7m__cta-button--secondary {
        background-color: #34495e; /* Dark blue-gray */
    }

    .page-tysobongda-7m__cta-button--secondary:hover {
        background-color: #2c3e50;
        transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-tysobongda-7m__faq-section {
        padding: 60px 20px;
        max-width: 900px;
        margin: 40px auto;
    }

    .page-tysobongda-7m__faq-container {
        background-color: #2c3e50;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        overflow: hidden;
    }

    .page-tysobongda-7m__faq-item {
        border-bottom: 1px solid #34495e;
    }

    .page-tysobongda-7m__faq-item:last-child {
        border-bottom: none;
    }

    .page-tysobongda-7m__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        user-select: none;
        background-color: #34495e;
        transition: background-color 0.3s ease;
    }

    .page-tysobongda-7m__faq-question:hover {
        background-color: #3f5a72;
    }

    .page-tysobongda-7m__faq-question-title {
        font-size: 1.3em;
        color: #ffcc00;
        margin: 0;
        pointer-events: none; /* Crucial for click event on parent div */
    }

    .page-tysobongda-7m__faq-toggle {
        font-size: 1.8em;
        color: #ffcc00;
        font-weight: bold;
        transition: transform 0.3s ease;
        pointer-events: none; /* Crucial for click event on parent div */
    }

    .page-tysobongda-7m__faq-item.active .page-tysobongda-7m__faq-toggle {
        transform: rotate(45deg);
    }

    .page-tysobongda-7m__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        opacity: 0;
        background-color: #2c3e50;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #e0e0e0;
    }

    .page-tysobongda-7m__faq-item.active .page-tysobongda-7m__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-tysobongda-7m__faq-answer p {
        margin: 0;
        padding: 0;
    }

    /* Social Media Section */
    .page-tysobongda-7m__social-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 40px auto;
        text-align: center;
    }

    .page-tysobongda-7m__social-links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 30px;
    }

    .page-tysobongda-7m__social-item {
        width: 80px;
        height: 80px;
        background-color: #2c3e50;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease, background-color 0.2s ease;
        cursor: pointer; /* Indicate it's clickable, even if no link */
    }

    .page-tysobongda-7m__social-item:hover {
        transform: translateY(-5px);
        background-color: #ffcc00;
    }

    .page-tysobongda-7m__social-icon {
        width: 60px;
        height: 60px;
        object-fit: contain;
        display: block;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-tysobongda-7m__hero-title {
            font-size: 3em;
        }
        .page-tysobongda-7m__section-title {
            font-size: 2em;
        }
        .page-tysobongda-7m__brand-keyword-title {
            font-size: 2.5em;
        }
    }

    @media (max-width: 768px) {
        .page-tysobongda-7m__hero-section {
            padding-top: 10px; /* still just decorative */
            min-height: 400px;
        }
        .page-tysobongda-7m__hero-title {
            font-size: 2.5em;
        }
        .page-tysobongda-7m__hero-description {
            font-size: 1.1em;
        }
        .page-tysobongda-7m__promo-button {
            padding: 12px 25px;
            font-size: 1.1em;
        }
        .page-tysobongda-7m__brand-keyword-title {
            font-size: 2em;
        }
        .page-tysobongda-7m__section-title {
            font-size: 2em;
        }
        .page-tysobongda-7m__product-grid,
        .page-tysobongda-7m__provider-grid,
        .page-tysobongda-7m__payment-grid {
            grid-template-columns: 1fr; /* Stack items */
        }
        .page-tysobongda-7m__product-item,
        .page-tysobongda-7m__provider-item,
        .page-tysobongda-7m__payment-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-tysobongda-7m__product-display-section,
        .page-tysobongda-7m__about-section,
        .page-tysobongda-7m__providers-section,
        .page-tysobongda-7m__payment-section,
        .page-tysobongda-7m__cta-section,
        .page-tysobongda-7m__faq-section,
        .page-tysobongda-7m__social-section {
            padding: 40px 15px;
        }

        .page-tysobongda-7m__faq-question {
            padding: 15px 20px;
        }
        .page-tysobongda-7m__faq-question-title {
            font-size: 1.1em;
        }
        .page-tysobongda-7m__faq-answer {
            padding: 0 20px;
        }
        .page-tysobongda-7m__faq-item.active .page-tysobongda-7m__faq-answer {
            padding: 15px 20px !important;
        }

        .page-tysobongda-7m__floating-buttons {
            flex-direction: row; /* Buttons side-by-side on mobile */
            width: calc(100% - 40px); /* Account for padding */
            left: 20px;
            right: 20px;
            bottom: 15px;
            justify-content: space-around;
        }
        .page-tysobongda-7m__floating-button {
            flex: 1;
            padding: 10px 15px;
            font-size: 1em;
        }
        .page-tysobongda-7m__social-item {
            width: 60px;
            height: 60px;
        }
        .page-tysobongda-7m__social-icon {
            width: 45px;
            height: 45px;
        }
    }

    @media (max-width: 480px) {
        .page-tysobongda-7m__hero-title {
            font-size: 2em;
        }
        .page-tysobongda-7m__brand-keyword-title {
            font-size: 1.8em;
        }
        .page-tysobongda-7m__section-title {
            font-size: 1.8em;
        }
        .page-tysobongda-7m__cta-buttons {
            flex-direction: column;
        }
        .page-tysobongda-7m__cta-button {
            width: 100%;
            max-width: 300px;
        }
    }
  