.page-playtime-ventures__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-playtime-ventures__section-title { font-size: 2.5em; color: #FFD700; text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; }.page-playtime-ventures__text-content { font-size: 1.1em; line-height: 1.6; color: #E0E0E0; margin-bottom: 20px; text-align: center; }/* Buttons styles */.page-playtime-ventures__hero-cta-button,.page-playtime-ventures__game-category-button,.page-playtime-ventures__promotion-card-button,.page-playtime-ventures__contact-button,.page-playtime-ventures__blog-post-readmore { display: inline-block; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; text-align: center; cursor: pointer; }.page-playtime-ventures__hero-cta-button--primary { background-color: #FFD700; color: #1A1A2E; border: 2px solid #FFD700; }.page-playtime-ventures__hero-cta-button--primary:hover { background-color: #FFC400; transform: translateY(-3px); box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4); }.page-playtime-ventures__hero-cta-button--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; }.page-playtime-ventures__hero-cta-button--secondary:hover { background-color: #FFD700; color: #1A1A2E; transform: translateY(-3px); box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4); }.page-playtime-ventures__game-category-button,.page-playtime-ventures__promotion-card-button,.page-playtime-ventures__contact-button,.page-playtime-ventures__blog-post-readmore { background-color: #2F80ED; color: #FFFFFF; border: none; font-size: 1em; padding: 10px 20px; }.page-playtime-ventures__game-category-button:hover,.page-playtime-ventures__promotion-card-button:hover,.page-playtime-ventures__contact-button:hover,.page-playtime-ventures__blog-post-readmore:hover { background-color: #2860a8; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }/* HERO Section */.page-playtime-ventures__hero-section { position: relative; width: 100%; min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; color: #FFFFFF; overflow: hidden; padding-top: 10px; /* Small padding, assuming body has offset */}.page-playtime-ventures__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }.page-playtime-ventures__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); }.page-playtime-ventures__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; }.page-playtime-ventures__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #FFD700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-playtime-ventures__hero-subtitle { font-size: 1.4em; margin-bottom: 40px; color: #E0E0E0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-playtime-ventures__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }/* Introduction Section */.page-playtime-ventures__introduction-section { background-color: #1A1A2E; padding: 80px 0; }/* Quick Access Section */.page-playtime-ventures__quick-access-section { background-color: #20203A; padding: 80px 0; }.page-playtime-ventures__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; justify-content: center; list-style: none; padding: 0; margin: 0; }.page-playtime-ventures__quick-access-card { background-color: #2F80ED; padding: 30px; border-radius: 15px; text-align: center; text-decoration: none; color: #FFFFFF; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, background-color 0.3s ease; box-sizing: border-box; }.page-playtime-ventures__quick-access-card:hover { transform: translateY(-8px); background-color: #2860a8; }.page-playtime-ventures__quick-access-card-title { font-size: 1.5em; margin-bottom: 10px; color: #FFD700; }.page-playtime-ventures__quick-access-card-description { font-size: 1em; color: #E0E0E0; }/* Games Section */.page-playtime-ventures__games-section { background-color: #1A1A2E; padding: 80px 0; }.page-playtime-ventures__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 60px; list-style: none; padding: 0; margin-left: 0; margin-right: 0; }.page-playtime-ventures__game-category { background-color: #20203A; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; box-sizing: border-box; }.page-playtime-ventures__game-category-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #FFD700; max-width: 100%; height: auto; }.page-playtime-ventures__game-category-title { font-size: 1.8em; color: #FFD700; margin: 20px 15px 10px; }.page-playtime-ventures__game-category-description { color: #E0E0E0; font-size: 1em; padding: 0 20px; margin-bottom: 20px; flex-grow: 1; }.page-playtime-ventures__game-category-button { margin: 0 20px 20px; width: calc(100% - 40px); }.page-playtime-ventures__game-providers { text-align: center; margin-top: 50px; }.page-playtime-ventures__game-providers-title { font-size: 2em; color: #FFD700; margin-bottom: 30px; }.page-playtime-ventures__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0; margin: 0; }.page-playtime-ventures__provider-logo { height: 80px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; max-width: 100%; height: auto; }.page-playtime-ventures__provider-logo:hover { filter: grayscale(0%) brightness(100%); }/* Promotions Section */.page-playtime-ventures__promotions-section { background-color: #20203A; padding: 80px 0; }.page-playtime-ventures__promotion-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; list-style: none; padding: 0; margin: 0; }.page-playtime-ventures__promotion-card { background-color: #1A1A2E; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; box-sizing: border-box; }.page-playtime-ventures__promotion-card-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 3px solid #2F80ED; max-width: 100%; height: auto; }.page-playtime-ventures__promotion-card-title { font-size: 1.6em; color: #FFD700; margin: 20px 15px 10px; }.page-playtime-ventures__promotion-card-description { color: #E0E0E0; font-size: 1em; padding: 0 20px; margin-bottom: 20px; flex-grow: 1; }.page-playtime-ventures__promotion-card-button { margin: 0 20px 20px; width: calc(100% - 40px); }/* Security & Customer Service Section */.page-playtime-ventures__security-service-section { background-color: #1A1A2E; padding: 80px 0; }.page-playtime-ventures__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 50px; list-style: none; padding: 0; margin: 0; }.page-playtime-ventures__feature-item { background-color: #20203A; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); box-sizing: border-box; }.page-playtime-ventures__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; }.page-playtime-ventures__feature-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; }.page-playtime-ventures__feature-description { font-size: 0.95em; color: #E0E0E0; line-height: 1.5; }.page-playtime-ventures__contact-cta { text-align: center; margin-top: 40px; }.page-playtime-ventures__contact-text { font-size: 1.2em; color: #E0E0E0; margin-bottom: 20px; }/* FAQ Section */.page-playtime-ventures__faq-section { background-color: #20203A; padding: 80px 0; }.page-playtime-ventures__faq-list { max-width: 900px; margin: 0 auto; list-style: none; padding: 0; margin-left: 0; margin-right: 0; }.page-playtime-ventures__faq-item { background-color: #1A1A2E; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box; }.page-playtime-ventures__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #2F80ED; color: #FFFFFF; cursor: pointer; user-select: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-playtime-ventures__faq-question:hover { background-color: #2860a8; }.page-playtime-ventures__faq-question-title { margin: 0; color: #FFFFFF; flex-grow: 1; text-align: left; pointer-events: none; }.page-playtime-ventures__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-playtime-ventures__faq-item.active .page-playtime-ventures__faq-toggle { transform: rotate(45deg); }.page-playtime-ventures__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1A1A2E; color: #E0E0E0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-playtime-ventures__faq-item.active .page-playtime-ventures__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-playtime-ventures__faq-answer-text { margin: 0; line-height: 1.6; }/* Blog Section */.page-playtime-ventures__blog-section { background-color: #1A1A2E; padding: 80px 0; }.page-playtime-ventures__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; list-style: none; padding: 0; margin: 0; }.page-playtime-ventures__blog-post-card { background-color: #20203A; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; box-sizing: border-box; }.page-playtime-ventures__blog-post-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #FFD700; max-width: 100%; height: auto; }.page-playtime-ventures__blog-post-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }.page-playtime-ventures__blog-post-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.3; }.page-playtime-ventures__blog-post-title a { color: #FFD700; text-decoration: none; transition: color 0.3s ease; }.page-playtime-ventures__blog-post-title a:hover { color: #FFC400; }.page-playtime-ventures__blog-post-excerpt { color: #E0E0E0; font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }.page-playtime-ventures__blog-post-readmore { align-self: flex-start; font-size: 0.9em; padding: 8px 18px; margin-top: auto; }/* Responsive adjustments */@media (max-width: 768px) { .page-playtime-ventures__section-title { font-size: 2em; margin-bottom: 30px; } .page-playtime-ventures__hero-section { min-height: 60vh; } .page-playtime-ventures__hero-title { font-size: 2.5em; } .page-playtime-ventures__hero-subtitle { font-size: 1.1em; } .page-playtime-ventures__hero-cta-group { flex-direction: column; gap: 15px; } .page-playtime-ventures__hero-cta-button { width: 80%; margin: 0 auto; } .page-playtime-ventures__introduction-section,.page-playtime-ventures__quick-access-section,.page-playtime-ventures__games-section,.page-playtime-ventures__promotions-section,.page-playtime-ventures__security-service-section,.page-playtime-ventures__faq-section,.page-playtime-ventures__blog-section { padding: 50px 0; } /* List item responsiveness */ .page-playtime-ventures__quick-access-card,.page-playtime-ventures__game-category,.page-playtime-ventures__promotion-card,.page-playtime-ventures__feature-item,.page-playtime-ventures__faq-item,.page-playtime-ventures__blog-post-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; } /* Container adjustments for mobile list items */ .page-playtime-ventures__quick-access-grid,.page-playtime-ventures__game-categories,.page-playtime-ventures__promotion-cards,.page-playtime-ventures__features-grid,.page-playtime-ventures__faq-list,.page-playtime-ventures__blog-posts { display: flex; flex-direction: column; gap: 20px; padding: 0 15px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-playtime-ventures__quick-access-card,.page-playtime-ventures__game-category,.page-playtime-ventures__promotion-card,.page-playtime-ventures__feature-item,.page-playtime-ventures__blog-post-card { padding: 20px; } .page-playtime-ventures__quick-access-card-title,.page-playtime-ventures__game-category-title,.page-playtime-ventures__promotion-card-title,.page-playtime-ventures__feature-title,.page-playtime-ventures__blog-post-title { font-size: 1.3em; } .page-playtime-ventures__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-playtime-ventures__faq-answer { padding: 0 20px; } .page-playtime-ventures__faq-item.active .page-playtime-ventures__faq-answer { padding: 15px 20px !important; } .page-playtime-ventures__faq-toggle { font-size: 1.5em; } .page-playtime-ventures__blog-post-image { height: 180px; } /* Image responsiveness */ .page-playtime-ventures__hero-image,.page-playtime-ventures__game-category-image,.page-playtime-ventures__promotion-card-image,.page-playtime-ventures__feature-icon,.page-playtime-ventures__blog-post-image,.page-playtime-ventures__provider-logo { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-playtime-ventures__provider-logo { height: 60px; } }@media (max-width: 480px) { .page-playtime-ventures__hero-title { font-size: 2em; } .page-playtime-ventures__hero-subtitle { font-size: 1em; } .page-playtime-ventures__hero-cta-button { width: 90%; } .page-playtime-ventures__section-title { font-size: 1.8em; } .page-playtime-ventures__game-category-title,.page-playtime-ventures__promotion-card-title,.page-playtime-ventures__feature-title,.page-playtime-ventures__blog-post-title { font-size: 1.2em; } .page-playtime-ventures__faq-question { font-size: 1em; } .page-playtime-ventures__faq-toggle { font-size: 1.3em; } }