.page-22bet-cyprus{font-family:'Arial',sans-serif;color:#e0e0e0;background-color:#1a1a2e}.page-22bet-cyprus__hero-section{position:relative;width:100%;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--header-offset, 122px) + 20px) 20px 60px;background-size:cover;background-position:center}.page-22bet-cyprus__hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:1}.page-22bet-cyprus__hero-content{position:relative;z-index:2;max-width:900px;color:#fff}.page-22bet-cyprus__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.page-22bet-cyprus__hero-subtitle{font-size:1.5em;margin-bottom:30px;color:#f0f0f0}.page-22bet-cyprus__hero-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.page-22bet-cyprus__btn{display:inline-block;padding:15px 30px;background-color:#e74c3c;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1em;font-weight:bold;transition:background-color .3s ease,transform .3s ease;border:none;cursor:pointer}.page-22bet-cyprus__btn:hover{background-color:#c0392b;transform:translateY(-3px)}.page-22bet-cyprus__section{padding:60px 20px;background-color:#161625;margin-bottom:20px;border-radius:10px}.page-22bet-cyprus__section-title{font-size:2.5em;color:#e74c3c;text-align:center;margin-bottom:40px;text-transform:uppercase}.page-22bet-cyprus__text-content{font-size:1.1em;line-height:1.8;max-width:1200px;margin:0 auto;text-align:justify}.page-22bet-cyprus__text-content p{margin-bottom:15px}.page-22bet-cyprus__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-22bet-cyprus__card{background-color:#2a2a4a;padding:25px;border-radius:10px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:280px}.page-22bet-cyprus__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.3)}.page-22bet-cyprus__card-icon{width:80px;height:80px;margin-bottom:20px;display:block;margin-left:auto;margin-right:auto;border-radius:50%;object-fit:cover}.page-22bet-cyprus__card-title{font-size:1.5em;color:#fff;margin-bottom:15px;text-transform:capitalize}.page-22bet-cyprus__card-description{font-size:.95em;color:#ccc;line-height:1.6}.page-22bet-cyprus__list{list-style:none;padding:0;margin:0}.page-22bet-cyprus__list-item{background-color:#2a2a4a;margin-bottom:15px;padding:20px;border-radius:8px;display:flex;align-items:center;gap:20px}.page-22bet-cyprus__list-item-icon{width:50px;height:50px;flex-shrink:0;border-radius:50%;object-fit:cover}.page-22bet-cyprus__list-item-content{flex-grow:1}.page-22bet-cyprus__list-item-title{font-size:1.3em;color:#fff;margin-bottom:5px}.page-22bet-cyprus__list-item-description{font-size:.95em;color:#ccc}.page-22bet-cyprus__game-providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding-top:20px}.page-22bet-cyprus__provider-logo{width:100%;height:auto;max-width:100px;object-fit:contain;margin:0 auto;display:block}.page-22bet-cyprus__payment-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding-top:20px}.page-22bet-cyprus__payment-logo{height:40px;width:auto;max-width:100px;object-fit:contain}.page-22bet-cyprus__social-media-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding-top:20px}.page-22bet-cyprus__social-icon{width:40px;height:40px;object-fit:contain}.page-22bet-cyprus__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-22bet-cyprus__blog-card{background-color:#2a2a4a;border-radius:10px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.page-22bet-cyprus__blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.3)}.page-22bet-cyprus__blog-card-image{width:100%;height:200px;object-fit:cover}.page-22bet-cyprus__blog-card-content{padding:20px}.page-22bet-cyprus__blog-card-title{font-size:1.3em;color:#fff;margin-bottom:10px}.page-22bet-cyprus__blog-card-description{font-size:.95em;color:#ccc;margin-bottom:15px;line-height:1.6}.page-22bet-cyprus__blog-card-link{display:inline-block;color:#e74c3c;text-decoration:none;font-weight:bold}.page-22bet-cyprus__blog-card-link:hover{text-decoration:underline}.page-22bet-cyprus__faq-section{max-width:900px;margin:0 auto}.page-22bet-cyprus__faq-item{background-color:#2a2a4a;margin-bottom:15px;border-radius:8px;overflow:hidden}.page-22bet-cyprus__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#34495e;color:#fff;font-size:1.2em;font-weight:bold;user-select:none;transition:background-color .3s ease}.page-22bet-cyprus__faq-question:hover{background-color:#465e75}.page-22bet-cyprus__faq-question h3{margin:0;pointer-events:none}.page-22bet-cyprus__faq-toggle{font-size:1.5em;line-height:1;pointer-events:none;transition:transform .3s ease}.page-22bet-cyprus__faq-item.active .page-22bet-cyprus__faq-toggle{transform:rotate(45deg)}.page-22bet-cyprus__faq-answer{max-height:0;overflow:hidden;padding:0 25px;background-color:#2a2a4a;color:#ccc;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-22bet-cyprus__faq-item.active .page-22bet-cyprus__faq-answer{max-height:2000px!important;padding:20px 25px!important;opacity:1}.page-22bet-cyprus__floating-buttons{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:15px}.page-22bet-cyprus__floating-btn{width:60px;height:60px;border-radius:50%;background-color:#e74c3c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9em;font-weight:bold;text-align:center;text-decoration:none;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:background-color .3s ease,transform .3s ease}.page-22bet-cyprus__floating-btn:hover{background-color:#c0392b;transform:scale(1.05)}.page-22bet-cyprus__floating-btn.login{background-color:#3498db}.page-22bet-cyprus__floating-btn.login:hover{background-color:#2980b9}@media (max-width:1024px){.page-22bet-cyprus__hero-title{font-size:3em}.page-22bet-cyprus__hero-subtitle{font-size:1.3em}.page-22bet-cyprus__section-title{font-size:2em}}@media (max-width:768px){.page-22bet-cyprus__hero-section{min-height:500px;padding-top:calc(var(--header-offset, 122px) + 10px)}.page-22bet-cyprus__hero-title{font-size:2.5em}.page-22bet-cyprus__hero-subtitle{font-size:1.2em}.page-22bet-cyprus__hero-cta-buttons{flex-direction:column;gap:15px}.page-22bet-cyprus__btn{width:80%;margin:0 auto;padding:12px 20px;font-size:1em}.page-22bet-cyprus__section{padding:40px 15px}.page-22bet-cyprus__section-title{font-size:1.8em}.page-22bet-cyprus__text-content{font-size:1em}.page-22bet-cyprus__grid{grid-template-columns:1fr}.page-22bet-cyprus__card{min-height:auto}.page-22bet-cyprus__list-item{flex-direction:column;align-items:flex-start}.page-22bet-cyprus__list-item-icon{margin-bottom:10px}.page-22bet-cyprus__game-providers-grid,.page-22bet-cyprus__payment-logos,.page-22bet-cyprus__social-media-links{gap:15px}.page-22bet-cyprus__provider-logo,.page-22bet-cyprus__payment-logo,.page-22bet-cyprus__social-icon{max-width:80px;height:auto}.page-22bet-cyprus__blog-grid{grid-template-columns:1fr}.page-22bet-cyprus__blog-card-image{height:180px}.page-22bet-cyprus__blog-card-title{font-size:1.2em}.page-22bet-cyprus__faq-question{padding:15px 20px;font-size:1.1em}.page-22bet-cyprus__faq-answer{padding:15px 20px!important}.page-22bet-cyprus__floating-buttons{bottom:15px;right:15px;gap:10px}.page-22bet-cyprus__floating-btn{width:50px;height:50px;font-size:.8em}.page-22bet-cyprus__list-item{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.page-22bet-cyprus__list-item-content{word-break:break-word!important}.page-22bet-cyprus__list{width:100%!important;max-width:100%!important;padding:0!important;margin-left:0!important;margin-right:0!important}}