/* style/7clubslot.css */.page-7clubslot{font-family:'Arial',sans-serif;color:#333333;line-height:1.6;background-color:#f8f9fa;}.page-7clubslot__logo-carousel-section{padding:50px 20px 30px;background-color:#ffffff;text-align:center;}.page-7clubslot__logo-carousel{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;}.page-7clubslot__logo-item{width:80px;height:80px;flex-shrink:0;border-radius:10px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;}.page-7clubslot__logo-item img{width:100%;height:100%;object-fit:contain;}.page-7clubslot__hero-section{padding-top:0;position:relative;background-color:#ffffff;text-align:center;}.page-7clubslot__hero-image-container{width:100%;max-height:400px;overflow:hidden;}.page-7clubslot__hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.page-7clubslot__hero-content{padding:30px 20px 40px;}.page-7clubslot__hero-content h1{font-size:2.5rem;color:#2563eb;margin-bottom:15px;line-height:1.2;font-weight:700;}.page-7clubslot__hero-content p{font-size:1.1rem;color:#64748b;margin-bottom:25px;}.page-7clubslot__cta-button{display:inline-block;background-color:#2563eb;color:#ffffff;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1rem;transition:background-color 0.3s ease,transform 0.2s ease;border:none;cursor:pointer;}.page-7clubslot__cta-button:hover{background-color:#1e40af;transform:translateY(-2px);}.page-7clubslot__cta-button:active{transform:translateY(0);}.page-7clubslot__section{padding:40px 20px;max-width:1200px;margin:0 auto;background-color:#ffffff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.05);margin-bottom:30px;}.page-7clubslot__section h2{font-size:2rem;color:#2563eb;margin-bottom:25px;text-align:center;font-weight:600;}.page-7clubslot__section h3{font-size:1.5rem;color:#333333;margin-top:25px;margin-bottom:15px;font-weight:500;}.page-7clubslot__section p{margin-bottom:15px;color:#555555;}.page-7clubslot__section ul{list-style:none;padding-left:0;margin-bottom:20px;}.page-7clubslot__section li{margin-bottom:10px;padding-left:25px;position:relative;color:#555555;}.page-7clubslot__section li::before{content:'✔';color:#2563eb;position:absolute;left:0;}.page-7clubslot__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px;}.page-7clubslot__game-card{background-color:#f0f0f0;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.08);transition:transform 0.3s ease;text-align:center;}.page-7clubslot__game-card:hover{transform:translateY(-5px);}.page-7clubslot__game-card-image{width:100%;height:180px;overflow:hidden;position:relative;}.page-7clubslot__game-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.page-7clubslot__game-card-content{padding:15px;}.page-7clubslot__game-card-title{font-size:1.2rem;color:#333333;margin-bottom:10px;font-weight:600;}.page-7clubslot__game-card-text{font-size:0.95rem;color:#666666;margin-bottom:15px;}.page-7clubslot__button-group{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:30px;}.page-7clubslot__btn-secondary{display:inline-block;background-color:#ffffff;color:#2563eb;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1rem;transition:background-color 0.3s ease,color 0.3s ease,border-color 0.3s ease,transform 0.2s ease;border:2px solid #2563eb;cursor:pointer;}.page-7clubslot__btn-secondary:hover{background-color:#e0e7ff;color:#1e40af;border-color:#1e40af;transform:translateY(-2px);}.page-7clubslot__faq-section{background-color:#f0f7ff;}.page-7clubslot__faq-item{background-color:#ffffff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05);overflow:hidden;}.page-7clubslot__faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;font-size:1.1rem;font-weight:600;color:#333333;cursor:pointer;user-select:none;transition:background-color 0.3s ease;}.page-7clubslot__faq-question h3{margin:0;font-size:1.1rem;pointer-events:none;}.page-7clubslot__faq-question:hover{background-color:#f5f5f5;}.page-7clubslot__faq-item.active .page-7clubslot__faq-question{background-color:#e0e7ff;color:#2563eb;}.page-7clubslot__faq-toggle{font-size:1.5rem;font-weight:bold;color:#2563eb;pointer-events:none;transition:transform 0.3s ease;}.page-7clubslot__faq-item.active .page-7clubslot__faq-toggle{transform:rotate(45deg);}.page-7clubslot__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s ease,opacity 0.4s ease;color:#555555;}.page-7clubslot__faq-item.active .page-7clubslot__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1;}.page-7clubslot__floating-login{position:fixed;bottom:20px;right:20px;z-index:1000;background-color:#ffcc00;color:#333333;padding:12px 25px;border-radius:30px;box-shadow:0 4px 12px rgba(0,0,0,0.2);text-decoration:none;font-weight:bold;font-size:1rem;display:flex;align-items:center;gap:8px;transition:transform 0.3s ease,background-color 0.3s ease;}.page-7clubslot__floating-login:hover{transform:scale(1.05);background-color:#ffdb4d;}.page-7clubslot__floating-login img{width:24px;height:24px;}.page-7clubslot img{max-width:100%;height:auto;display:block;}.page-7clubslot__game-card-image img,.page-7clubslot__featured-game-image img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;}@media (max-width:768px){.page-7clubslot{font-size:16px;line-height:1.5;}.page-7clubslot__logo-carousel-section{padding:50px 15px 20px;}.page-7clubslot__logo-carousel{gap:15px;}.page-7clubslot__logo-item{width:80px !important;height:80px !important;max-width:80px !important;}.page-7clubslot__hero-section{padding-top:0 !important;}.page-7clubslot__hero-content{padding:20px 15px 30px;}.page-7clubslot__hero-content h1{font-size:2rem;}.page-7clubslot__hero-content p{font-size:1rem;}.page-7clubslot__cta-button{padding:12px 20px;font-size:1rem;width:100% !important;max-width:100% !important;box-sizing:border-box !important;white-space:normal !important;word-wrap:break-word !important;}.page-7clubslot__section{padding:30px 15px;margin-bottom:20px;}.page-7clubslot__section h2{font-size:1.7rem;margin-bottom:20px;}.page-7clubslot__section h3{font-size:1.3rem;margin-top:20px;margin-bottom:10px;}.page-7clubslot__games-grid{grid-template-columns:minmax(0,1fr);gap:20px;}.page-7clubslot__game-card-image{height:160px;}.page-7clubslot__game-card-title{font-size:1.1rem;}.page-7clubslot__game-card-text{font-size:0.9rem;}.page-7clubslot__button-group{flex-direction:column;gap:10px;}.page-7clubslot__btn-secondary{padding:12px 20px;font-size:1rem;width:100% !important;max-width:100% !important;box-sizing:border-box !important;white-space:normal !important;word-wrap:break-word !important;}.page-7clubslot__faq-question{padding:15px;font-size:1rem;}.page-7clubslot__faq-question h3{font-size:1rem;}.page-7clubslot__faq-answer{padding:15px !important;}.page-7clubslot__floating-login{bottom:15px;right:15px;padding:10px 20px;font-size:0.9rem;}.page-7clubslot__floating-login img{width:20px;height:20px;}.page-7clubslot img{max-width:100% !important;width:100% !important;height:auto !important;}.page-7clubslot__game-card-image img,.page-7clubslot__featured-game-image img{width:100% !important;height:100% !important;max-width:100% !important;object-fit:cover !important;object-position:center !important;}.page-7clubslot__section,.page-7clubslot__card,.page-7clubslot__container{max-width:100% !important;width:100% !important;box-sizing:border-box !important;padding-left:15px;padding-right:15px;}}