.page-xvideos-kuya-bunso { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-xvideos-kuya-bunso__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-xvideos-kuya-bunso__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2a2a4a; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-xvideos-kuya-bunso__section--dark { background-color: #1a1a2e; } .page-xvideos-kuya-bunso__heading { color: #f9d342; text-align: center; margin-bottom: 25px; font-size: 2.5em; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-xvideos-kuya-bunso__subheading { color: #e0e0e0; text-align: center; margin-bottom: 20px; font-size: 1.8em; } .page-xvideos-kuya-bunso__text { font-size: 1.1em; margin-bottom: 15px; color: #c0c0c0; } .page-xvideos-kuya-bunso__button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; font-size: 1.1em; } .page-xvideos-kuya-bunso__button:hover { background-color: #c02936; transform: translateY(-2px); } .page-xvideos-kuya-bunso__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-xvideos-kuya-bunso__hero-section { background-color: #1a1a2e; color: #ffffff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 0; padding-top: 10px; } .page-xvideos-kuya-bunso__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-xvideos-kuya-bunso__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-xvideos-kuya-bunso__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #f9d342; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-xvideos-kuya-bunso__hero-description { font-size: 1.4em; margin-bottom: 30px; color: #e0e0e0; max-width: 800px; margin-left: auto; margin-right: auto; } .page-xvideos-kuya-bunso__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-xvideos-kuya-bunso__quick-access-item { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-xvideos-kuya-bunso__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-xvideos-kuya-bunso__quick-access-item .page-xvideos-kuya-bunso__button { width: 100%; box-sizing: border-box; } .page-xvideos-kuya-bunso__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-xvideos-kuya-bunso__game-card { background-color: #3a3a5a; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-xvideos-kuya-bunso__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-xvideos-kuya-bunso__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-xvideos-kuya-bunso__game-card-content { padding: 20px; } .page-xvideos-kuya-bunso__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #f9d342; } .page-xvideos-kuya-bunso__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-xvideos-kuya-bunso__promo-card { background-color: #3a3a5a; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-xvideos-kuya-bunso__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-xvideos-kuya-bunso__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-xvideos-kuya-bunso__promo-card-content { padding: 20px; } .page-xvideos-kuya-bunso__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #f9d342; } .page-xvideos-kuya-bunso__promo-card-description { font-size: 1em; color: #c0c0c0; margin-bottom: 15px; } .page-xvideos-kuya-bunso__security-list { list-style: none; padding: 0; margin-top: 20px; } .page-xvideos-kuya-bunso__security-item { display: flex; align-items: flex-start; margin-bottom: 15px; font-size: 1.1em; color: #c0c0c0; } .page-xvideos-kuya-bunso__security-icon { width: 40px; height: 40px; margin-right: 15px; flex-shrink: 0; } .page-xvideos-kuya-bunso__faq-item { background-color: #3a3a5a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: background-color 0.3s ease; } .page-xvideos-kuya-bunso__faq-item:hover { background-color: #4a4a6a; } .page-xvideos-kuya-bunso__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; } .page-xvideos-kuya-bunso__faq-question h3 { margin: 0; font-size: 1.3em; color: #f9d342; pointer-events: none; } .page-xvideos-kuya-bunso__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e63946; transition: transform 0.3s ease; pointer-events: none; } .page-xvideos-kuya-bunso__faq-item.active .page-xvideos-kuya-bunso__faq-toggle { transform: rotate(45deg); } .page-xvideos-kuya-bunso__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; } .page-xvideos-kuya-bunso__faq-item.active .page-xvideos-kuya-bunso__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-xvideos-kuya-bunso__faq-answer p { margin: 0; color: #c0c0c0; font-size: 1em; } .page-xvideos-kuya-bunso__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-xvideos-kuya-bunso__blog-card { background-color: #3a3a5a; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-xvideos-kuya-bunso__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-xvideos-kuya-bunso__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-xvideos-kuya-bunso__blog-card-content { padding: 20px; } .page-xvideos-kuya-bunso__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #f9d342; } .page-xvideos-kuya-bunso__blog-card-text { font-size: 1em; color: #c0c0c0; margin-bottom: 15px; } .page-xvideos-kuya-bunso__blog-card-link { display: inline-block; color: #e63946; text-decoration: none; font-weight: bold; } .page-xvideos-kuya-bunso__blog-card-link:hover { text-decoration: underline; } @media (max-width: 768px) { .page-xvideos-kuya-bunso__heading { font-size: 2em; } .page-xvideos-kuya-bunso__subheading { font-size: 1.5em; } .page-xvideos-kuya-bunso__hero-title { font-size: 2.5em; } .page-xvideos-kuya-bunso__hero-description { font-size: 1.1em; } .page-xvideos-kuya-bunso__button { padding: 10px 20px; font-size: 1em; } .page-xvideos-kuya-bunso__quick-access-grid, .page-xvideos-kuya-bunso__game-grid, .page-xvideos-kuya-bunso__promo-grid, .page-xvideos-kuya-bunso__blog-grid { grid-template-columns: 1fr; } .page-xvideos-kuya-bunso__security-item { font-size: 1em; } .page-xvideos-kuya-bunso__faq-question { padding: 15px 20px; } .page-xvideos-kuya-bunso__faq-question h3 { font-size: 1.1em; } .page-xvideos-kuya-bunso__faq-answer { padding: 0 20px; } .page-xvideos-kuya-bunso__faq-item.active .page-xvideos-kuya-bunso__faq-answer { padding: 15px 20px !important; } .page-xvideos-kuya-bunso__security-icon { width: 30px; height: 30px; margin-right: 10px; } /* List item responsive */ .page-xvideos-kuya-bunso__quick-access-item, .page-xvideos-kuya-bunso__game-card, .page-xvideos-kuya-bunso__promo-card, .page-xvideos-kuya-bunso__blog-card, .page-xvideos-kuya-bunso__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-xvideos-kuya-bunso__security-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-xvideos-kuya-bunso__security-item p, .page-xvideos-kuya-bunso__faq-answer p, .page-xvideos-kuya-bunso__blog-card-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* Image responsiveness */ .page-xvideos-kuya-bunso__hero-background, .page-xvideos-kuya-bunso__game-card-image, .page-xvideos-kuya-bunso__promo-card-image, .page-xvideos-kuya-bunso__blog-card-image { max-width: 100% !important; height: auto !important; } }