.page-telegram-kuya {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #1a1a2e;line-height: 1.6;padding-bottom: 50px;padding-top: var(--header-offset, 122px);}.page-telegram-kuya__hero-section {display: flex;flex-direction: column;align-items: center;text-align: center;padding: 40px 20px;background: linear-gradient(135deg, #2a2a4a, #1a1a2e);overflow: hidden;position: relative;border-bottom: 3px solid #e0b300;}.page-telegram-kuya__hero-content {max-width: 900px;z-index: 1;margin-bottom: 30px;}.page-telegram-kuya__hero-title {font-size: 2.8em;color: #e0b300;margin-bottom: 20px;line-height: 1.2;}.page-telegram-kuya__hero-description {font-size: 1.2em;color: #cccccc;margin-bottom: 30px;}.page-telegram-kuya__hero-button,.page-telegram-kuya__cta-button {display: inline-block;background-color: #e0b300;color: #1a1a2e;padding: 15px 30px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;}.page-telegram-kuya__hero-button:hover,.page-telegram-kuya__cta-button:hover {background-color: #ffd700;transform: translateY(-3px);}.page-telegram-kuya__hero-image-wrapper {width: 100%;max-width: 100%;overflow: hidden;box-sizing: border-box;margin-top: 20px;}.page-telegram-kuya__hero-image {max-width: 100%;height: auto;display: block;border-radius: 10px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-telegram-kuya__section-title {font-size: 2.2em;color: #e0b300;text-align: center;margin-bottom: 40px;padding-top: 50px;}.page-telegram-kuya__about-section {padding: 60px 20px;background-color: #1a1a2e;}.page-telegram-kuya__content-wrapper {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;max-width: 1200px;margin: 0 auto;gap: 40px;}.page-telegram-kuya__about-text {flex: 1;min-width: 300px;max-width: 600px;}.page-telegram-kuya__about-text p {margin-bottom: 20px;color: #cccccc;}.page-telegram-kuya__about-text strong {color: #e0b300;}.page-telegram-kuya__about-image-wrapper {flex: 1;min-width: 300px;max-width: 500px;width: 100%;max-width: 100%;overflow: hidden;box-sizing: border-box;}.page-telegram-kuya__about-image {max-width: 100%;height: auto;display: block;border-radius: 10px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-telegram-kuya__cta-button--centered {display: block;margin: 50px auto 0 auto;text-align: center;}.page-telegram-kuya__benefits-section {padding: 60px 20px;background-color: #2a2a4a;}.page-telegram-kuya__benefits-list {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;padding: 0;list-style: none;}.page-telegram-kuya__benefits-item {background-color: #1a1a2e;padding: 30px;border-radius: 10px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;box-sizing: border-box;}.page-telegram-kuya__benefits-item:hover {transform: translateY(-10px);}.page-telegram-kuya__benefits-icon {width: 200px;height: 200px;object-fit: contain;margin-bottom: 20px;display: block;margin-left: auto;margin-right: auto;max-width: 100%;}.page-telegram-kuya__benefits-title {font-size: 1.5em;color: #e0b300;margin-bottom: 15px;}.page-telegram-kuya__benefits-description {color: #cccccc;}.page-telegram-kuya__how-to-join-section {padding: 60px 20px;background-color: #1a1a2e;}.page-telegram-kuya__steps-container {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto 50px auto;padding: 0;}.page-telegram-kuya__step-item {background-color: #2a2a4a;padding: 30px;border-radius: 10px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);box-sizing: border-box;}.page-telegram-kuya__step-number {font-size: 3em;color: #e0b300;font-weight: bold;margin-bottom: 15px;}.page-telegram-kuya__step-title {font-size: 1.6em;color: #e0b300;margin-bottom: 15px;}.page-telegram-kuya__step-description {color: #cccccc;}.page-telegram-kuya__faq-section {padding: 60px 20px;background-color: #2a2a4a;}.page-telegram-kuya__faq-list {max-width: 900px;margin: 0 auto;}.page-telegram-kuya__faq-item {background-color: #1a1a2e;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}.page-telegram-kuya__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #2a2a4a;color: #e0b300;font-size: 1.2em;cursor: pointer;user-select: none;border-bottom: 1px solid rgba(255, 255, 255, 0.1);transition: background-color 0.3s ease;}.page-telegram-kuya__faq-question:hover {background-color: #3a3a5a;}.page-telegram-kuya__faq-question-text {margin: 0;flex-grow: 1;pointer-events: none;color: #e0b300;}.page-telegram-kuya__faq-toggle {font-size: 1.5em;font-weight: bold;margin-left: 20px;transition: transform 0.3s ease;pointer-events: none;color: #e0b300;}.page-telegram-kuya__faq-item.active .page-telegram-kuya__faq-toggle {transform: rotate(45deg);}.page-telegram-kuya__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;background-color: #1a1a2e;color: #cccccc;}.page-telegram-kuya__faq-item.active .page-telegram-kuya__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-telegram-kuya__faq-answer p {margin: 0;}@media (max-width: 768px) {.page-telegram-kuya__hero-title {font-size: 2em;}.page-telegram-kuya__hero-description {font-size: 1em;}.page-telegram-kuya__section-title {font-size: 1.8em;}.page-telegram-kuya__content-wrapper {flex-direction: column;gap: 30px;}.page-telegram-kuya__about-text,.page-telegram-kuya__about-image-wrapper {max-width: 100%;min-width: unset;}.page-telegram-kuya__benefits-list,.page-telegram-kuya__steps-container {grid-template-columns: 1fr;}.page-telegram-kuya__benefits-item,.page-telegram-kuya__step-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-telegram-kuya__benefits-list,.page-telegram-kuya__steps-container,.page-telegram-kuya__faq-list {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding-left: 0 !important;padding-right: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-telegram-kuya__benefits-icon {width: 150px;height: 150px;}.page-telegram-kuya__faq-question {padding: 15px 20px;font-size: 1.1em;}.page-telegram-kuya__faq-answer {padding: 15px 20px !important;}}.page-telegram-kuya img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-telegram-kuya__hero-image-wrapper,.page-telegram-kuya__about-image-wrapper {width: 100% !important;max-width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;}