/* General Styling for the page-playtime-with-boy-best-friend */.page-playtime-with-boy-best-friend{font-family:'Arial', sans-serif;color:#E0E0E0;background-color:#1A1A1A;line-height:1.6;padding-bottom:20px}.page-playtime-with-boy-best-friend h1,.page-playtime-with-boy-best-friend h2,.page-playtime-with-boy-best-friend h3{color:#FFD700;text-align:center;margin-bottom:20px}.page-playtime-with-boy-best-friend a{color:#FFD700;text-decoration:none}.page-playtime-with-boy-best-friend a:hover{text-decoration:underline}/* Hero Section */.page-playtime-with-boy-best-friend__hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-top:10px;box-sizing:border-box}.page-playtime-with-boy-best-friend__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(0.5)}.page-playtime-with-boy-best-friend__hero-content{position:relative;z-index:2;max-width:900px;padding:20px;background-color:rgba(0,0,0,0.5);border-radius:10px;margin:0 20px}.page-playtime-with-boy-best-friend__hero-title{font-size:2.8em;margin-bottom:15px;line-height:1.2}.page-playtime-with-boy-best-friend__hero-subtitle{font-size:1.2em;margin-bottom:30px;color:#F0F0F0}.page-playtime-with-boy-best-friend__hero-cta{display:inline-block;background-color:#FFD700;color:#1A1A1A;padding:15px 30px;border-radius:5px;font-size:1.2em;font-weight:bold;transition:background-color .3s ease}.page-playtime-with-boy-best-friend__hero-cta:hover{background-color:#E0B800;text-decoration:none}/* Payment Providers Section */.page-playtime-with-boy-best-friend__payment-providers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;padding:40px 20px;background-color:#222222;margin-top:20px}.page-playtime-with-boy-best-friend__providers-title{width:100%;text-align:center;margin-bottom:25px;font-size:2em;color:#FFD700}.page-playtime-with-boy-best-friend__logo-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;max-width:1200px;width:100%}.page-playtime-with-boy-best-friend__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box;object-fit:contain}.page-playtime-with-boy-best-friend__payment-logo img{display:block;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain}/* Introduction Section */.page-playtime-with-boy-best-friend__intro-section{padding:60px 20px;max-width:1200px;margin:0 auto;text-align:center}.page-playtime-with-boy-best-friend__intro-title{font-size:2.2em;margin-bottom:20px}.page-playtime-with-boy-best-friend__intro-text{font-size:1.1em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-playtime-with-boy-best-friend__intro-features{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.page-playtime-with-boy-best-friend__feature-item{background-color:#222222;padding:30px;border-radius:10px;flex:1 1 calc(33% - 40px);max-width:350px;box-sizing:border-box}.page-playtime-with-boy-best-friend__feature-icon{width:80px;height:80px;object-fit:contain;margin-bottom:15px;max-width:100%;height:auto}.page-playtime-with-boy-best-friend__feature-title{font-size:1.3em;margin-bottom:10px}.page-playtime-with-boy-best-friend__feature-description{font-size:.95em;color:#B0B0B0}/* Quick Access Section */.page-playtime-with-boy-best-friend__quick-access{padding:60px 20px;background-color:#222222;text-align:center}.page-playtime-with-boy-best-friend__quick-access-title{font-size:2.2em;margin-bottom:20px}.page-playtime-with-boy-best-friend__quick-access-description{font-size:1.1em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-playtime-with-boy-best-friend__access-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1000px;margin:0 auto}.page-playtime-with-boy-best-friend__access-btn{background-color:#FFD700;color:#1A1A1A;padding:12px 25px;border-radius:5px;font-size:1.1em;font-weight:bold;transition:background-color .3s ease;flex:1 1 auto;max-width:220px;box-sizing:border-box}.page-playtime-with-boy-best-friend__access-btn:hover{background-color:#E0B800;text-decoration:none}/* Games Section */.page-playtime-with-boy-best-friend__games-section{padding:60px 20px;max-width:1200px;margin:0 auto;text-align:center}.page-playtime-with-boy-best-friend__games-title{font-size:2.2em;margin-bottom:20px}.page-playtime-with-boy-best-friend__games-description{font-size:1.1em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-playtime-with-boy-best-friend__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.page-playtime-with-boy-best-friend__game-card{background-color:#222222;border-radius:10px;overflow:hidden;text-align:center;padding-bottom:20px;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .3s ease}.page-playtime-with-boy-best-friend__game-card:hover{transform:translateY(-5px)}.page-playtime-with-boy-best-friend__game-image{width:100%;height:200px;object-fit:cover;margin-bottom:15px;max-width:100%;height:auto}.page-playtime-with-boy-best-friend__game-card-title{font-size:1.4em;margin-bottom:10px;color:#FFD700}.page-playtime-with-boy-best-friend__game-card-text{padding:0 15px;font-size:.95em;color:#B0B0B0;margin-bottom:20px}.page-playtime-with-boy-best-friend__game-card-cta{display:inline-block;background-color:#FFD700;color:#1A1A1A;padding:10px 20px;border-radius:5px;font-weight:bold;transition:background-color .3s ease}.page-playtime-with-boy-best-friend__game-card-cta:hover{background-color:#E0B800;text-decoration:none}/* Promotions Section */.page-playtime-with-boy-best-friend__promotions-section{padding:60px 20px;background-color:#222222;text-align:center}.page-playtime-with-boy-best-friend__promotions-title{font-size:2.2em;margin-bottom:20px}.page-playtime-with-boy-best-friend__promotions-description{font-size:1.1em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-playtime-with-boy-best-friend__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-playtime-with-boy-best-friend__promo-card{background-color:#1A1A1A;border-radius:10px;overflow:hidden;text-align:center;padding-bottom:20px;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .3s ease}.page-playtime-with-boy-best-friend__promo-card:hover{transform:translateY(-5px)}.page-playtime-with-boy-best-friend__promo-image{width:100%;height:200px;object-fit:cover;margin-bottom:15px;max-width:100%;height:auto}.page-playtime-with-boy-best-friend__promo-card-title{font-size:1.4em;margin-bottom:10px;color:#FFD700}.page-playtime-with-boy-best-friend__promo-card-text{padding:0 15px;font-size:.95em;color:#B0B0B0;margin-bottom:20px}.page-playtime-with-boy-best-friend__promo-card-cta{display:inline-block;background-color:#FFD700;color:#1A1A1A;padding:10px 20px;border-radius:5px;font-weight:bold;transition:background-color .3s ease}.page-playtime-with-boy-best-friend__promo-card-cta:hover{background-color:#E0B800;text-decoration:none}/* Security Section */.page-playtime-with-boy-best-friend__security-section{padding:60px 20px;max-width:1200px;margin:0 auto;text-align:center}.page-playtime-with-boy-best-friend__security-title{font-size:2.2em;margin-bottom:20px}.page-playtime-with-boy-best-friend__security-description{font-size:1.1em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-playtime-with-boy-best-friend__security-features{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:40px}.page-playtime-with-boy-best-friend__security-item{background-color:#222222;padding:30px;border-radius:10px;flex:1 1 calc(33% - 40px);max-width:350px;box-sizing:border-box}.page-playtime-with-boy-best-friend__security-icon{width:80px;height:80px;object-fit:contain;margin-bottom:15px;max-width:100%;height:auto}.page-playtime-with-boy-best-friend__security-item-title{font-size:1.3em;margin-bottom:10px}.page-playtime-with-boy-best-friend__security-item-text{font-size:.95em;color:#B0B0B0}.page-playtime-with-boy-best-friend__contact-cta{display:inline-block;background-color:#FFD700;color:#1A1A1A;padding:15px 30px;border-radius:5px;font-size:1.2em;font-weight:bold;transition:background-color .3s ease}.page-playtime-with-boy-best-friend__contact-cta:hover{background-color:#E0B800;text-decoration:none}/* FAQ Section */.page-playtime-with-boy-best-friend__faq-section{padding:60px 20px;background-color:#1A1A1A;text-align:center}.page-playtime-with-boy-best-friend__faq-title{font-size:2.2em;margin-bottom:40px}.page-playtime-with-boy-best-friend__faq-list{max-width:800px;margin:0 auto;text-align:left}.page-playtime-with-boy-best-friend__faq-item{background-color:#222222;border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.2)}.page-playtime-with-boy-best-friend__faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;cursor:pointer;user-select:none;background-color:#333333;color:#FFD700;font-size:1.1em;font-weight:bold;transition:background-color .3s ease}.page-playtime-with-boy-best-friend__faq-question:hover{background-color:#444444}.page-playtime-with-boy-best-friend__faq-question-text{margin:0;pointer-events:none;color:#FFD700;flex-grow:1}.page-playtime-with-boy-best-friend__faq-toggle{font-size:1.5em;line-height:1;pointer-events:none;transition:transform .3s ease}.page-playtime-with-boy-best-friend__faq-item.active .page-playtime-with-boy-best-friend__faq-toggle{transform:rotate(45deg)}.page-playtime-with-boy-best-friend__faq-answer{max-height:0;overflow:hidden;padding:0 25px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;background-color:#222222;color:#E0E0E0}.page-playtime-with-boy-best-friend__faq-item.active .page-playtime-with-boy-best-friend__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-playtime-with-boy-best-friend__faq-answer p{margin:0;padding-bottom:10px}/* Blog Section */.page-playtime-with-boy-best-friend__blog-section{padding:60px 20px;background-color:#222222;text-align:center}.page-playtime-with-boy-best-friend__blog-title{font-size:2.2em;margin-bottom:20px}.page-playtime-with-boy-best-friend__blog-description{font-size:1.1em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-playtime-with-boy-best-friend__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-playtime-with-boy-best-friend__blog-card{background-color:#1A1A1A;border-radius:10px;overflow:hidden;text-align:left;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .3s ease}.page-playtime-with-boy-best-friend__blog-card:hover{transform:translateY(-5px)}.page-playtime-with-boy-best-friend__blog-image{width:100%;height:180px;object-fit:cover;max-width:100%;height:auto}.page-playtime-with-boy-best-friend__blog-card-title{font-size:1.2em;margin:15px 15px 10px 15px;color:#FFD700;line-height:1.4}.page-playtime-with-boy-best-friend__blog-card-title a{color:#FFD700;display:block}.page-playtime-with-boy-best-friend__blog-card-title a:hover{text-decoration:underline}.page-playtime-with-boy-best-friend__blog-card-text{padding:0 15px;font-size:.9em;color:#B0B0B0;margin-bottom:15px}.page-playtime-with-boy-best-friend__blog-date{display:block;font-size:.8em;color:#777777;padding:0 15px 15px 15px}/* Responsive adjustments */@media (max-width: 1024px){.page-playtime-with-boy-best-friend__hero-title{font-size:2.2em}.page-playtime-with-boy-best-friend__hero-subtitle{font-size:1.1em}}@media (max-width: 768px){.page-playtime-with-boy-best-friend__hero-section{min-height:400px}.page-playtime-with-boy-best-friend__hero-title{font-size:1.8em}.page-playtime-with-boy-best-friend__hero-subtitle{font-size:1em}.page-playtime-with-boy-best-friend__hero-cta{padding:12px 25px;font-size:1em}/* Payment Providers Mobile */.page-playtime-with-boy-best-friend__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;padding:30px 15px}.page-playtime-with-boy-best-friend__payment-logo,.page-playtime-with-boy-best-friend__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important}.page-playtime-with-boy-best-friend__providers-title{font-size:1.8em}.page-playtime-with-boy-best-friend__intro-section,.page-playtime-with-boy-best-friend__quick-access,.page-playtime-with-boy-best-friend__games-section,.page-playtime-with-boy-best-friend__promotions-section,.page-playtime-with-boy-best-friend__security-section,.page-playtime-with-boy-best-friend__blog-section{padding:40px 15px}.page-playtime-with-boy-best-friend__intro-title,.page-playtime-with-boy-best-friend__quick-access-title,.page-playtime-with-boy-best-friend__games-title,.page-playtime-with-boy-best-friend__promotions-title,.page-playtime-with-boy-best-friend__security-title,.page-playtime-with-boy-best-friend__faq-title,.page-playtime-with-boy-best-friend__blog-title{font-size:1.8em;margin-bottom:15px}.page-playtime-with-boy-best-friend__intro-text,.page-playtime-with-boy-best-friend__quick-access-description,.page-playtime-with-boy-best-friend__games-description,.page-playtime-with-boy-best-friend__promotions-description,.page-playtime-with-boy-best-friend__security-description,.page-playtime-with-boy-best-friend__blog-description{font-size:.95em;margin-bottom:30px}.page-playtime-with-boy-best-friend__feature-item,.page-playtime-with-boy-best-friend__security-item{flex:1 1 100%;max-width:100%;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;padding:20px !important}.page-playtime-with-boy-best-friend__intro-features,.page-playtime-with-boy-best-friend__security-features{gap:20px;width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important}.page-playtime-with-boy-best-friend__access-buttons{flex-direction:column;gap:15px}.page-playtime-with-boy-best-friend__access-btn{max-width:100%;width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-playtime-with-boy-best-friend__game-categories,.page-playtime-with-boy-best-friend__promo-grid,.page-playtime-with-boy-best-friend__blog-grid{grid-template-columns:1fr;gap:20px;width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important}.page-playtime-with-boy-best-friend__game-card,.page-playtime-with-boy-best-friend__promo-card,.page-playtime-with-boy-best-friend__blog-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-playtime-with-boy-best-friend__game-image,.page-playtime-with-boy-best-friend__promo-image,.page-playtime-with-boy-best-friend__blog-image{max-width:100% !important;height:auto !important;object-fit:cover}/* FAQ Mobile */.page-playtime-with-boy-best-friend__faq-question{padding:15px 20px;font-size:1em}.page-playtime-with-boy-best-friend__faq-answer{padding:0 20px}.page-playtime-with-boy-best-friend__faq-item.active .page-playtime-with-boy-best-friend__faq-answer{padding:15px 20px !important}.page-playtime-with-boy-best-friend__faq-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-playtime-with-boy-best-friend__faq-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}}/* Ensure all images are responsive by default */.page-playtime-with-boy-best-friend img{max-width:100%;height:auto;display:block}/* Override for payment logo as per specific requirement */.page-playtime-with-boy-best-friend__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}.page-playtime-with-boy-best-friend__payment-logo img{display:block;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain}@media (max-width: 768px){.page-playtime-with-boy-best-friend__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}.page-playtime-with-boy-best-friend__payment-logo,.page-playtime-with-boy-best-friend__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important}}