/* General styles for page-https-playtime */.page-https-playtime{font-family:'Arial', sans-serif;color:#333;line-height:1.6;background-color:#f8f8f8;overflow-x:hidden;padding-top:var(--header-offset, 122px);box-sizing:border-box;}.page-https-playtime__section-title{text-align:center;color:#0056b3;margin-bottom:40px;font-size:2.2em;font-weight:bold;padding:0 15px;}@media (max-width:768px){.page-https-playtime__section-title{font-size:1.8em;margin-bottom:30px;}}.page-https-playtime__button{display:inline-block;padding:12px 25px;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1em;transition:background-color .3s ease,transform .2s ease;text-align:center;white-space:nowrap;box-sizing:border-box;}.page-https-playtime__button--primary{background-color:#007bff;color:#fff;border:2px solid #007bff;}.page-https-playtime__button--primary:hover{background-color:#0056b3;transform:translateY(-2px);}.page-https-playtime__button--secondary{background-color:transparent;color:#007bff;border:2px solid #007bff;}.page-https-playtime__button--secondary:hover{background-color:#e6f0ff;transform:translateY(-2px);}.page-https-playtime__button--small{padding:8px 15px;font-size:.9em;border-radius:5px;}@media (max-width:768px){.page-https-playtime__button{width:100%;margin-bottom:10px;font-size:1em;padding:10px 20px;}.page-https-playtime__hero-actions .page-https-playtime__button{max-width:250px;margin-left:auto;margin-right:auto;}}.page-https-playtime__hero-section{position:relative;width:100%;height:60vh;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;padding-top:10px;box-sizing:border-box;}.page-https-playtime__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.page-https-playtime__hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.5);max-width:100% !important;height:auto !important;box-sizing:border-box !important;}.page-https-playtime__hero-content{position:relative;z-index:2;max-width:900px;padding:20px;}.page-https-playtime__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.7);}.page-https-playtime__hero-description{font-size:1.4em;margin-bottom:30px;text-shadow:1px 1px 3px rgba(0,0,0,.7);}.page-https-playtime__hero-actions{display:flex;gap:20px;justify-content:center;}@media (max-width:768px){.page-https-playtime__hero-section{height:70vh;min-height:350px;}.page-https-playtime__hero-title{font-size:2em;}.page-https-playtime__hero-description{font-size:1em;}.page-https-playtime__hero-actions{flex-direction:column;align-items:center;}}.page-https-playtime__brand-statement{padding:60px 20px;text-align:center;background-color:#e6f0ff;}.page-https-playtime__brand-title{font-size:2.5em;color:#0056b3;margin-bottom:20px;}.page-https-playtime__brand-text{font-size:1.2em;max-width:800px;margin:0 auto;color:#555;}@media (max-width:768px){.page-https-playtime__brand-statement{padding:40px 15px;}.page-https-playtime__brand-title{font-size:1.8em;}.page-https-playtime__brand-text{font-size:1em;}}.page-https-playtime__game-categories{padding:60px 20px;background-color:#fff;}.page-https-playtime__category-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;max-width:1200px;margin:0 auto;}.page-https-playtime__category-item{background-color:#fefefe;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;text-align:center;transition:transform .3s ease;box-sizing:border-box;padding-bottom:20px;}.page-https-playtime__category-item:hover{transform:translateY(-5px);}.page-https-playtime__category-image{width:100%;height:200px;object-fit:cover;margin-bottom:15px;max-width:100% !important;height:auto !important;box-sizing:border-box !important;}.page-https-playtime__category-name{font-size:1.5em;color:#0056b3;margin-bottom:10px;padding:0 15px;}.page-https-playtime__category-description{font-size:.95em;color:#666;margin-bottom:20px;padding:0 15px;}@media (max-width:768px){.page-https-playtime__game-categories{padding:40px 15px;}.page-https-playtime__category-grid{grid-template-columns:1fr;max-width:100% !important;padding:0 !important;margin:0 auto !important;box-sizing:border-box !important;}.page-https-playtime__category-item{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}.page-https-playtime__category-description{word-wrap:break-word !important;overflow-wrap:break-word !important;}}.page-https-playtime__promotions-section{padding:60px 20px;background-color:#f0f7ff;}.page-https-playtime__promo-card{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;margin-bottom:30px;max-width:900px;margin-left:auto;margin-right:auto;transition:transform .3s ease;}.page-https-playtime__promo-card:hover{transform:translateY(-5px);}.page-https-playtime__promo-image{width:100%;height:250px;object-fit:cover;max-width:100% !important;height:auto !important;box-sizing:border-box !important;}.page-https-playtime__promo-content{padding:25px;text-align:center;}.page-https-playtime__promo-title{font-size:1.8em;color:#0056b3;margin-bottom:15px;}.page-https-playtime__promo-description{font-size:1em;color:#555;margin-bottom:25px;}@media (max-width:768px){.page-https-playtime__promotions-section{padding:40px 15px;}.page-https-playtime__promo-card{max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}.page-https-playtime__promo-image{height:180px;}.page-https-playtime__promo-title{font-size:1.5em;}.page-https-playtime__promo-description{font-size:.9em;word-wrap:break-word !important;overflow-wrap:break-word !important;}}.page-https-playtime__why-choose-us{padding:60px 20px;background-color:#fff;}.page-https-playtime__features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px;max-width:1200px;margin:0 auto;text-align:center;}.page-https-playtime__feature-item{background-color:#fefefe;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);padding:30px;transition:transform .3s ease;box-sizing:border-box;}.page-https-playtime__feature-item:hover{transform:translateY(-5px);}.page-https-playtime__feature-icon{width:100px;height:100px;object-fit:contain;margin-bottom:20px;max-width:100% !important;height:auto !important;box-sizing:border-box !important;}.page-https-playtime__feature-title{font-size:1.6em;color:#0056b3;margin-bottom:10px;}.page-https-playtime__feature-description{font-size:.95em;color:#666;}@media (max-width:768px){.page-https-playtime__why-choose-us{padding:40px 15px;}.page-https-playtime__features-grid{grid-template-columns:1fr;max-width:100% !important;padding:0 !important;margin:0 auto !important;box-sizing:border-box !important;}.page-https-playtime__feature-item{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding:20px !important;box-sizing:border-box !important;}.page-https-playtime__feature-description{word-wrap:break-word !important;overflow-wrap:break-word !important;}}.page-https-playtime__faq-section{padding:60px 20px;background-color:#f0f7ff;}.page-https-playtime__faq-container{max-width:800px;margin:0 auto;}.page-https-playtime__faq-item{background-color:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,.08);overflow:hidden;box-sizing:border-box;}.page-https-playtime__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#e6f0ff;color:#0056b3;font-weight:bold;font-size:1.1em;user-select:none;transition:background-color .3s ease;box-sizing:border-box;}.page-https-playtime__faq-question:hover{background-color:#d1e2ff;}.page-https-playtime__faq-question h3{margin:0;flex-grow:1;pointer-events:none;font-size:1.1em;color:#0056b3;}.page-https-playtime__faq-toggle{font-size:1.5em;line-height:1;margin-left:15px;pointer-events:none;transition:transform .3s ease;color:#0056b3;}.page-https-playtime__faq-item.active .page-https-playtime__faq-toggle{transform:rotate(45deg);}.page-https-playtime__faq-answer{max-height:0;overflow:hidden;padding:0 25px;background-color:#fff;color:#444;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0;box-sizing:border-box;}.page-https-playtime__faq-item.active .page-https-playtime__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}.page-https-playtime__faq-answer p{margin:0;font-size:.95em;word-wrap:break-word !important;overflow-wrap:break-word !important;}@media (max-width:768px){.page-https-playtime__faq-section{padding:40px 15px;}.page-https-playtime__faq-question{padding:15px 20px;font-size:1em;}.page-https-playtime__faq-question h3{font-size:1em;}.page-https-playtime__faq-answer{padding:0 20px;}.page-https-playtime__faq-item.active .page-https-playtime__faq-answer{padding:15px 20px !important;}.page-https-playtime__faq-item{max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}.page-https-playtime__faq-answer p{font-size:.9em;}}.page-https-playtime__cta-section{padding:60px 20px;text-align:center;background-color:#007bff;color:#fff;}.page-https-playtime__cta-section .page-https-playtime__section-title{color:#fff;margin-bottom:20px;}.page-https-playtime__cta-description{font-size:1.2em;max-width:800px;margin:0 auto 30px auto;text-shadow:1px 1px 2px rgba(0,0,0,.3);}.page-https-playtime__cta-actions{display:flex;gap:20px;justify-content:center;}.page-https-playtime__cta-actions .page-https-playtime__button--primary{background-color:#fff;color:#007bff;border-color:#fff;}.page-https-playtime__cta-actions .page-https-playtime__button--primary:hover{background-color:#f0f0f0;color:#0056b3;}.page-https-playtime__cta-actions .page-https-playtime__button--secondary{color:#fff;border-color:#fff;}.page-https-playtime__cta-actions .page-https-playtime__button--secondary:hover{background-color:rgba(255,255,255,.1);}@media (max-width:768px){.page-https-playtime__cta-section{padding:40px 15px;}.page-https-playtime__cta-description{font-size:1em;}.page-https-playtime__cta-actions{flex-direction:column;align-items:center;}}.page-https-playtime__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000;}.page-https-playtime__floating-button{display:block;padding:10px 20px;border-radius:50px;text-decoration:none;font-weight:bold;color:#fff;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:background-color .3s ease,transform .2s ease;min-width:100px;}.page-https-playtime__floating-button--register{background-color:#28a745;}.page-https-playtime__floating-button--register:hover{background-color:#218838;transform:translateY(-2px);}.page-https-playtime__floating-button--login{background-color:#ffc107;color:#333;}.page-https-playtime__floating-button--login:hover{background-color:#e0a800;transform:translateY(-2px);}@media (max-width:768px){.page-https-playtime__floating-buttons{bottom:15px;right:15px;gap:8px;}.page-https-playtime__floating-button{padding:8px 15px;font-size:.9em;min-width:80px;}}.page-https-playtime img{max-width:100%;height:auto;display:block;}.page-https-playtime section{width:100%;max-width:100%;box-sizing:border-box;}