.page-sorry-kuya { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-sorry-kuya__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-sorry-kuya__section { padding: 60px 0; text-align: center; }.page-sorry-kuya__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-sorry-kuya__section-title { font-size: 2.5em; margin-bottom: 20px; color: #2c3e50; text-transform: uppercase; letter-spacing: 1px; }.page-sorry-kuya__section-title--light { color: #ecf0f1; }.page-sorry-kuya__section-subtitle { font-size: 1.2em; margin-bottom: 40px; color: #666; }.page-sorry-kuya__section-subtitle--light { color: #bdc3c7; }/* Hero Section */.page-sorry-kuya__hero { position: relative; background-color: #1a1a2e; color: #fff; padding: 10px 0 80px; text-align: center; overflow: hidden; }.page-sorry-kuya__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-sorry-kuya__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 15px; }.page-sorry-kuya__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #e74c3c; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-sorry-kuya__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #f1c40f; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }.page-sorry-kuya__hero-cta { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }.page-sorry-kuya__hero-cta:hover { background-color: #c0392b; transform: translateY(-2px); }/* General Button Style */.page-sorry-kuya__button { display: inline-block; background-color: #3498db; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; text-align: center; margin: 5px; }.page-sorry-kuya__button:hover { background-color: #2980b9; }.page-sorry-kuya__button--red { background-color: #e74c3c; }.page-sorry-kuya__button--red:hover { background-color: #c0392b; }/* Introduction Section */.page-sorry-kuya__intro-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; color: #555; }.page-sorry-kuya__intro-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; }.page-sorry-kuya__intro-feature-item { flex: 1 1 280px; background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: left; min-width: 280px; }.page-sorry-kuya__intro-feature-item h3 { font-size: 1.5em; color: #3498db; margin-bottom: 10px; }.page-sorry-kuya__intro-feature-item p { color: #777; }/* Quick Access Section */.page-sorry-kuya__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; }.page-sorry-kuya__quick-access-item { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.page-sorry-kuya__quick-access-item h3 { font-size: 1.3em; margin-bottom: 15px; color: #2c3e50; }/* Core Games Section */.page-sorry-kuya__games-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; }.page-sorry-kuya__games-tab-button { background-color: #ecf0f1; color: #333; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; transition: background-color 0.3s ease, color 0.3s ease; }.page-sorry-kuya__games-tab-button:hover,.page-sorry-kuya__games-tab-button.active { background-color: #3498db; color: #fff; }.page-sorry-kuya__games-content { margin-top: 30px; }.page-sorry-kuya__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-sorry-kuya__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.2s ease; }.page-sorry-kuya__game-card:hover { transform: translateY(-5px); }.page-sorry-kuya__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-sorry-kuya__game-card-info { padding: 20px; }.page-sorry-kuya__game-card-info h3 { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-sorry-kuya__game-card-info p { font-size: 0.95em; color: #777; margin-bottom: 15px; }/* Promotions Section */.page-sorry-kuya__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-sorry-kuya__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.2s ease; }.page-sorry-kuya__promo-card:hover { transform: translateY(-5px); }.page-sorry-kuya__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-sorry-kuya__promo-card-info { padding: 20px; }.page-sorry-kuya__promo-card-info h3 { font-size: 1.5em; margin-bottom: 10px; color: #e74c3c; }.page-sorry-kuya__promo-card-info p { font-size: 0.95em; color: #777; margin-bottom: 15px; }/* Security & Customer Service Section */.page-sorry-kuya__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; }.page-sorry-kuya__security-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: left; }.page-sorry-kuya__security-item h3 { font-size: 1.5em; color: #3498db; margin-bottom: 10px; }.page-sorry-kuya__security-item p { color: #777; }/* FAQ Section */.page-sorry-kuya__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; }.page-sorry-kuya__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-sorry-kuya__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f5f5f5; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-sorry-kuya__faq-question:hover { background-color: #eee; }.page-sorry-kuya__faq-question h3 { margin: 0; font-size: 1.15em; color: #2c3e50; pointer-events: none; }.page-sorry-kuya__faq-toggle { font-size: 1.5em; font-weight: bold; color: #3498db; transition: transform 0.3s ease; pointer-events: none; }.page-sorry-kuya__faq-item.active .page-sorry-kuya__faq-toggle { transform: rotate(45deg); color: #e74c3c; }.page-sorry-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; color: #555; }.page-sorry-kuya__faq-item.active .page-sorry-kuya__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }/* Latest Blog Section */.page-sorry-kuya__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-sorry-kuya__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.2s ease; }.page-sorry-kuya__blog-card:hover { transform: translateY(-5px); }.page-sorry-kuya__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-sorry-kuya__blog-card-info { padding: 20px; }.page-sorry-kuya__blog-card-info h3 { font-size: 1.3em; margin-bottom: 10px; }.page-sorry-kuya__blog-card-info h3 a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; }.page-sorry-kuya__blog-card-info h3 a:hover { color: #3498db; }.page-sorry-kuya__blog-card-info p { font-size: 0.9em; color: #777; margin-bottom: 15px; }.page-sorry-kuya__blog-card-date { font-size: 0.85em; color: #999; margin-top: 10px; display: block; }/* Responsive adjustments */@media (max-width: 992px) { .page-sorry-kuya__hero-title { font-size: 2.8em; } .page-sorry-kuya__hero-subtitle { font-size: 1.3em; } .page-sorry-kuya__section-title { font-size: 2em; } }@media (max-width: 768px) { .page-sorry-kuya__hero { padding-bottom: 60px; } .page-sorry-kuya__hero-title { font-size: 2.2em; } .page-sorry-kuya__hero-subtitle { font-size: 1.1em; } .page-sorry-kuya__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-sorry-kuya__section { padding: 40px 0; } .page-sorry-kuya__section-title { font-size: 1.8em; } .page-sorry-kuya__intro-features { flex-direction: column; } .page-sorry-kuya__intro-feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-sorry-kuya__quick-access-grid,.page-sorry-kuya__games-grid,.page-sorry-kuya__promotions-grid,.page-sorry-kuya__security-grid,.page-sorry-kuya__blog-grid { grid-template-columns: 1fr; } .page-sorry-kuya__games-tab-button { width: 100%; } .page-sorry-kuya__faq-list { margin-left: 0; margin-right: 0; } .page-sorry-kuya__faq-item,.page-sorry-kuya__game-card,.page-sorry-kuya__promo-card,.page-sorry-kuya__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sorry-kuya__faq-question h3 { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-sorry-kuya__faq-answer { padding: 0 15px; } .page-sorry-kuya__faq-item.active .page-sorry-kuya__faq-answer { padding: 15px !important; } .page-sorry-kuya__game-card-image,.page-sorry-kuya__promo-card-image,.page-sorry-kuya__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-sorry-kuya__container { padding: 0 10px; } }