/* General styles for the page-playtime-gcash scope */.page-playtime-gcash{font-family:'Arial', sans-serif;color:#333;line-height:1.6;background-color:#f8f8f8}.page-playtime-gcash__container{max-width:1200px;margin:0 auto;padding:20px}.page-playtime-gcash__section-title{font-size:2.5em;color:#2c3e50;text-align:center;margin-bottom:20px;font-weight:700;line-height:1.2}.page-playtime-gcash__section-title strong{color:#e74c3c}.page-playtime-gcash__section-description{font-size:1.1em;color:#555;text-align:center;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-playtime-gcash__button{display:inline-block;padding:12px 25px;border-radius:8px;text-decoration:none;font-weight:bold;transition:all .3s ease;text-align:center;cursor:pointer;border:none;font-size:1em}.page-playtime-gcash__button--primary{background-color:#e74c3c;color:#fff}.page-playtime-gcash__button--primary:hover{background-color:#c0392b;transform:translateY(-2px)}.page-playtime-gcash__button--secondary{background-color:#3498db;color:#fff;margin-left:15px}.page-playtime-gcash__button--secondary:hover{background-color:#2980b9;transform:translateY(-2px)}.page-playtime-gcash__button--small{padding:8px 18px;font-size:.9em;border-radius:5px}.page-playtime-gcash__button--large{padding:15px 30px;font-size:1.2em;border-radius:10px}.page-playtime-gcash__hero-section{background:linear-gradient(135deg, #2c3e50, #34495e);color:#fff;padding:10px 0 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.page-playtime-gcash__hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:20px}.page-playtime-gcash__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.1;font-weight:900;color:#ecf0f1}.page-playtime-gcash__hero-title strong{color:#e74c3c}.page-playtime-gcash__hero-subtitle{font-size:1.3em;margin-bottom:40px;font-weight:300;color:#bdc3c7}.page-playtime-gcash__hero-ctas{display:flex;justify-content:center;gap:20px}.page-playtime-gcash__hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.2}.page-playtime-gcash__hero-image{width:100%;height:100%;object-fit:cover;display:block;max-width:100%}.page-playtime-gcash__about-section{padding:80px 0;background-color:#fff}.page-playtime-gcash__features{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px;margin-top:50px}.page-playtime-gcash__feature-item{flex:1;min-width:280px;max-width:350px;text-align:center;padding:30px;background-color:#f0f4f7;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease;box-sizing:border-box}.page-playtime-gcash__feature-item:hover{transform:translateY(-10px)}.page-playtime-gcash__feature-icon{width:100px;height:100px;object-fit:contain;margin-bottom:20px;max-width:100%;height:auto}.page-playtime-gcash__feature-title{font-size:1.8em;color:#2c3e50;margin-bottom:10px;font-weight:600}.page-playtime-gcash__feature-text{font-size:1em;color:#666}.page-playtime-gcash__games-section{padding:80px 0;background-color:#ecf0f1}.page-playtime-gcash__game-categories{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;margin-top:50px}.page-playtime-gcash__game-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;text-align:center;transition:transform .3s ease;padding-bottom:20px;box-sizing:border-box}.page-playtime-gcash__game-card:hover{transform:translateY(-10px)}.page-playtime-gcash__game-image{width:100%;height:200px;object-fit:cover;margin-bottom:15px;max-width:100%;height:auto}.page-playtime-gcash__game-title{font-size:1.6em;color:#2c3e50;margin-bottom:10px;padding:0 15px}.page-playtime-gcash__game-description{font-size:.95em;color:#666;margin-bottom:20px;padding:0 15px}.page-playtime-gcash__promotions-section{padding:80px 0;background-color:#fff}.page-playtime-gcash__promo-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;margin-top:50px}.page-playtime-gcash__promo-card{flex:1;min-width:300px;max-width:500px;background-color:#f0f4f7;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease;box-sizing:border-box}.page-playtime-gcash__promo-card:hover{transform:translateY(-10px)}.page-playtime-gcash__promo-image{width:100%;height:250px;object-fit:cover;max-width:100%;height:auto}.page-playtime-gcash__promo-content{padding:25px;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.page-playtime-gcash__promo-title{font-size:1.8em;color:#e74c3c;margin-bottom:10px}.page-playtime-gcash__promo-text{font-size:1em;color:#555;margin-bottom:25px;flex-grow:1}.page-playtime-gcash__why-choose-section{padding:80px 0;background-color:#ecf0f1}.page-playtime-gcash__advantages-list{list-style:none;padding:0;margin:50px 0 0;display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}.page-playtime-gcash__advantage-item{flex:1;min-width:280px;max-width:350px;text-align:center;padding:30px;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease;box-sizing:border-box}.page-playtime-gcash__advantage-item:hover{transform:translateY(-10px)}.page-playtime-gcash__advantage-icon{width:100px;height:100px;object-fit:contain;margin-bottom:20px;max-width:100%;height:auto}.page-playtime-gcash__advantage-title{font-size:1.8em;color:#2c3e50;margin-bottom:10px;font-weight:600}.page-playtime-gcash__advantage-text{font-size:1em;color:#666}.page-playtime-gcash__faq-section{padding:80px 0;background-color:#fff}.page-playtime-gcash__faq-list{max-width:900px;margin:50px auto 0}.page-playtime-gcash__faq-item{background-color:#f0f4f7;border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.page-playtime-gcash__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;background-color:#e74c3c;color:#fff;cursor:pointer;user-select:none;font-weight:bold;transition:background-color .3s ease}.page-playtime-gcash__faq-question:hover{background-color:#c0392b}.page-playtime-gcash__faq-question-title{font-size:1.2em;margin:0;flex-grow:1;text-align:left;pointer-events:none;color:#fff}.page-playtime-gcash__faq-toggle{font-size:1.5em;margin-left:15px;pointer-events:none;color:#fff}.page-playtime-gcash__faq-answer{max-height:0;overflow:hidden;padding:0 25px;background-color:#f9f9f9;color:#333;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-playtime-gcash__faq-answer p{margin:0;padding:15px 0;font-size:1em;color:#555}.page-playtime-gcash__faq-item.active .page-playtime-gcash__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-playtime-gcash__faq-item.active .page-playtime-gcash__faq-question{background-color:#c0392b}.page-playtime-gcash__faq-item.active .page-playtime-gcash__faq-toggle{transform:rotate(45deg);content:"−"}.page-playtime-gcash__cta-section{padding:80px 0;background-color:#2c3e50;color:#fff;text-align:center}.page-playtime-gcash__cta-content{display:flex;flex-direction:column;align-items:center;gap:30px}.page-playtime-gcash__cta-content .page-playtime-gcash__section-title{color:#fff}.page-playtime-gcash__cta-content .page-playtime-gcash__section-description{color:#bdc3c7}@media (max-width:1024px){.page-playtime-gcash__hero-title{font-size:3em}.page-playtime-gcash__section-title{font-size:2em}}@media (max-width:768px){.page-playtime-gcash__container{padding:15px}.page-playtime-gcash__hero-section{padding:10px 0 40px}.page-playtime-gcash__hero-title{font-size:2.5em}.page-playtime-gcash__hero-subtitle{font-size:1.1em}.page-playtime-gcash__hero-ctas{flex-direction:column;gap:15px}.page-playtime-gcash__button--secondary{margin-left:0}.page-playtime-gcash__section-title{font-size:1.8em}.page-playtime-gcash__section-description{font-size:1em;margin-bottom:30px}.page-playtime-gcash__features,.page-playtime-gcash__game-categories,.page-playtime-gcash__promo-grid,.page-playtime-gcash__advantages-list{flex-direction:column;gap:20px}.page-playtime-gcash__feature-item,.page-playtime-gcash__game-card,.page-playtime-gcash__promo-card,.page-playtime-gcash__advantage-item{min-width:unset;max-width:100%;width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-playtime-gcash__advantages-list,.page-playtime-gcash__features{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-gcash__promo-card{flex-direction:column}.page-playtime-gcash__promo-image{height:200px}.page-playtime-gcash__faq-question{padding:15px 20px}.page-playtime-gcash__faq-question-title{font-size:1.1em}.page-playtime-gcash__faq-answer{padding:0 20px}.page-playtime-gcash__faq-item.active .page-playtime-gcash__faq-answer{padding:15px 20px !important}.page-playtime-gcash__feature-text,.page-playtime-gcash__game-description,.page-playtime-gcash__promo-text,.page-playtime-gcash__advantage-text,.page-playtime-gcash__faq-answer p{word-wrap:break-word !important;overflow-wrap:break-word !important}.page-playtime-gcash__feature-icon,.page-playtime-gcash__game-image,.page-playtime-gcash__promo-image,.page-playtime-gcash__advantage-icon{max-width:100% !important;height:auto !important}}@media (max-width:480px){.page-playtime-gcash__hero-title{font-size:2em}.page-playtime-gcash__hero-subtitle{font-size:1em}.page-playtime-gcash__button{font-size:.9em;padding:10px 20px}.page-playtime-gcash__section-title{font-size:1.6em}.page-playtime-gcash__faq-question-title{font-size:1em}}