/* style/c7clubs.css */:root{--primary-color:#2563eb;--secondary-color:#64748b;--text-dark:#333333;--text-light:#ffffff;--bg-light:#ffffff;--border-light:#e0e0e0;}.page-c7clubs{font-family:'Arial',sans-serif;color:var(--text-dark);line-height:1.6;background:var(--bg-light);}.page-c7clubs__container{max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box;}.page-c7clubs__section{padding:40px 20px;margin-bottom:20px;background:var(--bg-light);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}.page-c7clubs__section--dark{background:var(--primary-color);color:var(--text-light);}.page-c7clubs__title{font-size:2.5em;color:var(--primary-color);text-align:center;margin-bottom:20px;font-weight:700;}.page-c7clubs__title--light{color:var(--text-light);}.page-c7clubs__subtitle{font-size:1.2em;text-align:center;color:var(--secondary-color);margin-bottom:30px;}.page-c7clubs__text-block{font-size:1em;line-height:1.7;margin-bottom:20px;}.page-c7clubs__text-block p{margin-bottom:15px;}.page-c7clubs__button{display:inline-block;padding:12px 25px;border-radius:50px;text-decoration:none;font-weight:bold;font-size:1em;text-align:center;transition:background-color 0.3s ease,color 0.3s ease,transform 0.2s ease;cursor:pointer;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;}.page-c7clubs__button--primary{background:var(--primary-color);color:var(--text-light);border:2px solid var(--primary-color);}.page-c7clubs__button--primary:hover{background:#1e4cba;border-color:#1e4cba;transform:translateY(-2px);}.page-c7clubs__button--secondary{background:var(--text-light);color:var(--primary-color);border:2px solid var(--primary-color);}.page-c7clubs__button--secondary:hover{background:var(--primary-color);color:var(--text-light);transform:translateY(-2px);}.page-c7clubs__button-group{display:flex;justify-content:center;gap:15px;margin-top:30px;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;}.page-c7clubs__hero-section{position:relative;width:100%;padding-top:0;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;}.page-c7clubs__hero-image-wrapper{width:100%;overflow:hidden;border-radius:8px;margin-bottom:20px;}.page-c7clubs__hero-image{width:100%;height:auto;display:block;object-fit:cover;object-position:center;border-radius:8px;}.page-c7clubs__hero-content{text-align:center;padding:0 20px;max-width:800px;}.page-c7clubs__hero-title{font-size:3em;color:var(--primary-color);margin-bottom:15px;line-height:1.2;font-weight:800;}.page-c7clubs__hero-description{font-size:1.2em;color:var(--secondary-color);margin-bottom:25px;}.page-c7clubs__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px;}.page-c7clubs__game-card{background:var(--bg-light);border:1px solid var(--border-light);border-radius:10px;overflow:hidden;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;}.page-c7clubs__game-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15);}.page-c7clubs__game-card-image-wrapper{width:100%;height:200px;overflow:hidden;position:relative;aspect-ratio:16/9;}.page-c7clubs__game-card-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center;}.page-c7clubs__game-card-content{padding:20px;}.page-c7clubs__game-card-title{font-size:1.3em;color:var(--primary-color);margin-bottom:10px;font-weight:700;}.page-c7clubs__game-card-description{font-size:0.95em;color:var(--text-dark);margin-bottom:15px;}.page-c7clubs__features-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;}.page-c7clubs__feature-item{background:#f8f9fa;border-left:5px solid var(--primary-color);padding:20px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);}.page-c7clubs__feature-item h3{font-size:1.2em;color:var(--primary-color);margin-bottom:10px;}.page-c7clubs__faq-section{background:#f8f9fa;}.page-c7clubs__faq-item{margin-bottom:10px;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;background:var(--bg-light);}.page-c7clubs__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;font-size:1.1em;font-weight:bold;color:var(--primary-color);cursor:pointer;user-select:none;background:#f0f2f5;transition:background-color 0.3s ease;}.page-c7clubs__faq-question:hover{background:#e2e6eb;}.page-c7clubs__faq-question h3{margin:0;pointer-events:none;}.page-c7clubs__faq-toggle{font-size:1.5em;line-height:1;pointer-events:none;}.page-c7clubs__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;}.page-c7clubs__faq-item.active .page-c7clubs__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1;}.page-c7clubs__cta-section{text-align:center;background:var(--primary-color);color:var(--text-light);padding:50px 20px;border-radius:8px;margin-bottom:20px;}.page-c7clubs__cta-title{font-size:2em;margin-bottom:15px;}.page-c7clubs__cta-description{font-size:1.1em;margin-bottom:30px;}.page-c7clubs__logo-carousel-section{padding:50px 20px 30px;background:#f0f2f5;margin-bottom:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}.page-c7clubs__logo-carousel{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;}.page-c7clubs__logo-item{width:80px;height:80px;display:flex;justify-content:center;align-items:center;background:var(--bg-light);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,0.1);overflow:hidden;}.page-c7clubs__logo-item img{width:80%;height:80%;object-fit:contain;}.page-c7clubs img{max-width:100%;height:auto;display:block;}.page-c7clubs__game-card-image img,.page-c7clubs__featured-game-image img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;}@media (max-width:1024px){.page-c7clubs__title{font-size:2em;}.page-c7clubs__hero-title{font-size:2.5em;}.page-c7clubs__hero-description{font-size:1.1em;}.page-c7clubs__games-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}.page-c7clubs__button{padding:10px 20px;font-size:0.95em;}.page-c7clubs__button-group{gap:10px;}}@media (max-width:768px){.page-c7clubs__logo-carousel-section{padding:50px 15px 20px;}.page-c7clubs__logo-carousel{gap:15px;}.page-c7clubs__logo-item{width:80px !important;height:80px !important;max-width:80px !important;}.page-c7clubs__hero-section{padding-top:0 !important;}.page-c7clubs__hero-title{font-size:2em;}.page-c7clubs__hero-description{font-size:1em;}.page-c7clubs__title{font-size:1.8em;}.page-c7clubs__subtitle{font-size:1em;}.page-c7clubs__section{padding:30px 15px;margin-bottom:15px;}.page-c7clubs__container{padding:10px;}.page-c7clubs__games-grid{grid-template-columns:minmax(0,1fr);gap:20px;}.page-c7clubs__game-card-image-wrapper{height:180px;}.page-c7clubs__game-card-content{padding:15px;}.page-c7clubs__game-card-title{font-size:1.2em;}.page-c7clubs__game-card-description{font-size:0.9em;}.page-c7clubs__features-list{grid-template-columns:minmax(0,1fr);}.page-c7clubs__feature-item{padding:15px;}.page-c7clubs__feature-item h3{font-size:1.1em;}.page-c7clubs__faq-question{padding:12px 15px;font-size:1em;}.page-c7clubs__faq-answer{padding:15px !important;}.page-c7clubs__cta-section{padding:40px 15px;}.page-c7clubs__cta-title{font-size:1.8em;}.page-c7clubs__cta-description{font-size:1em;}.page-c7clubs__button{max-width:100% !important;width:100% !important;box-sizing:border-box !important;white-space:normal !important;word-wrap:break-word !important;padding-left:15px;padding-right:15px;}.page-c7clubs__button-group{max-width:100% !important;width:100% !important;box-sizing:border-box !important;padding-left:15px;padding-right:15px;flex-direction:column !important;gap:10px;}.page-c7clubs img{max-width:100% !important;width:100% !important;height:auto !important;}.page-c7clubs__game-card-image img,.page-c7clubs__featured-game-image img{width:100% !important;height:100% !important;max-width:100% !important;object-fit:cover !important;object-position:center !important;}.page-c7clubs__container,.page-c7clubs__section,.page-c7clubs__hero-section,.page-c7clubs__cta-section,.page-c7clubs__logo-carousel-section{max-width:100% !important;width:100% !important;box-sizing:border-box !important;padding-left:15px;padding-right:15px;}.page-c7clubs ul,.page-c7clubs ol{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-c7clubs li{width:100% !important;max-width:100% !important;box-sizing:border-box !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;margin-left:0 !important;margin-right:0 !important;padding-left:15px;padding-right:15px;}}