/* Custom shared styles for Brillx mirror landing pages */
.social-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;height:3rem;padding:0 1.25rem;border-radius:.85rem;border:1px solid #e26700;color:#cfd3dc;background:transparent;font-weight:600;transition:all .2s ease}
.social-btn:hover{background:#e26700;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px rgba(226,103,0,.35)}
.social-btn svg{width:22px;height:22px;flex-shrink:0}
.lang-card{display:flex;align-items:center;gap:.55rem;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(226,103,0,.45);background:rgba(255,255,255,.03);color:#cfd3dc;font-weight:500;font-size:.9rem;transition:all .2s ease}
.lang-card:hover{background:#e26700;color:#fff;border-color:#e26700;transform:translateY(-2px)}
.lang-card .flag{font-size:1.1rem;line-height:1}
.info-card{background:rgba(255,255,255,.03);border:1px solid rgba(226,103,0,.25);border-radius:1rem;padding:1.25rem 1.5rem}
.info-card h2{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.65rem}
.info-card p,.info-card li{color:#cfd3dc;line-height:1.55}
.info-card ul{list-style:disc;padding-left:1.25rem}
.info-card ul li+li{margin-top:.35rem}
.faq-item{border-top:1px solid rgba(226,103,0,.2);padding-top:.85rem;margin-top:.85rem}
.faq-item:first-child{border-top:0;padding-top:0;margin-top:0}
.faq-q{color:#fff;font-weight:600;margin-bottom:.25rem}


/* Game category cards */
.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.game-grid{grid-template-columns:repeat(4,1fr)}}
.game-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;border-radius:1rem;border:1px solid rgba(226,103,0,.3);background:linear-gradient(160deg,rgba(226,103,0,.08) 0%,rgba(255,255,255,.02) 100%);transition:all .25s ease;overflow:hidden}
.game-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(226,103,0,.18),transparent 60%);opacity:0;transition:opacity .25s ease}
.game-card:hover{transform:translateY(-4px);border-color:#e26700;box-shadow:0 10px 30px rgba(226,103,0,.25)}
.game-card:hover::before{opacity:1}
.game-card .icon-wrap{position:relative;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(226,103,0,.15);color:#e26700;margin-bottom:.85rem}
.game-card .icon-wrap svg{width:30px;height:30px}
.game-card h3{position:relative;color:#fff;font-size:1.05rem;font-weight:600;margin-bottom:.35rem}
.game-card p{position:relative;color:#cfd3dc;font-size:.85rem;line-height:1.4;margin-bottom:1rem;flex-grow:1}
.game-card .btn-mini{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1rem;border-radius:999px;background:#e26700;color:#fff;font-size:.85rem;font-weight:600;transition:background .2s ease}
.game-card .btn-mini:hover{background:#b85400}

/* Feature highlights */
.feat-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.85rem}
@media(min-width:640px){.feat-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feat-grid{grid-template-columns:repeat(3,1fr)}}
.feat-card{display:flex;align-items:flex-start;gap:.9rem;padding:1.1rem;border-radius:.85rem;border:1px solid rgba(226,103,0,.2);background:rgba(255,255,255,.02);transition:all .2s ease}
.feat-card:hover{border-color:rgba(226,103,0,.55);background:rgba(226,103,0,.06)}
.feat-card .feat-ico{flex-shrink:0;width:42px;height:42px;border-radius:.6rem;display:flex;align-items:center;justify-content:center;background:rgba(226,103,0,.15);color:#e26700}
.feat-card .feat-ico svg{width:22px;height:22px}
.feat-card h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.2rem}
.feat-card p{color:#cfd3dc;font-size:.85rem;line-height:1.4}

/* CTA banner */
.cta-banner{position:relative;border-radius:1.25rem;padding:1.75rem;background:linear-gradient(135deg,rgba(226,103,0,.18) 0%,rgba(226,103,0,.04) 100%);border:1px solid rgba(226,103,0,.4);text-align:center;overflow:hidden}
.cta-banner::after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(226,103,0,.35),transparent 70%);top:-80px;right:-60px;pointer-events:none}
.cta-banner h3{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:.4rem;position:relative}
.cta-banner p{color:#cfd3dc;margin-bottom:1.1rem;position:relative}
.cta-banner .btn-cta{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:.75rem;background:#e26700;color:#fff;font-weight:700;font-size:1.05rem;transition:all .2s ease}
.cta-banner .btn-cta:hover{background:#b85400;transform:translateY(-2px);box-shadow:0 8px 20px rgba(226,103,0,.4)}


/* Provider logos cloud */
.provider-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1rem}
.provider-pill{display:inline-flex;align-items:center;padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(226,103,0,.25);background:rgba(255,255,255,.03);color:#cfd3dc;font-size:.82rem;font-weight:500;transition:all .2s ease}
.provider-pill:hover{background:rgba(226,103,0,.18);border-color:#e26700;color:#fff;transform:translateY(-1px)}

/* Payment methods strip */
.pay-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem}
.pay-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1rem;border-radius:.7rem;border:1px solid rgba(226,103,0,.3);background:rgba(255,255,255,.02);color:#cfd3dc;font-size:.82rem;font-weight:600}
.pay-pill svg{width:18px;height:18px;color:#e26700}

/* License box */
.license-box{font-size:.78rem;color:#8a8f9a;border:1px dashed rgba(226,103,0,.3);border-radius:.6rem;padding:.85rem 1rem;margin-top:1rem;line-height:1.5}
.license-box strong{color:#cfd3dc}

/* Breadcrumbs */
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;color:#8a8f9a;font-size:.85rem;padding:.5rem 0}
.crumbs a{color:#cfd3dc;transition:color .15s ease}
.crumbs a:hover{color:#e26700}
.crumbs .sep{opacity:.6}


/* Footer mega-content layout */
.mega-footer{margin-top:3rem;padding:2.5rem 0 2rem;border-top:1px solid rgba(226,103,0,.18);background:linear-gradient(180deg,transparent 0%,rgba(226,103,0,.04) 50%,transparent 100%)}
.mega-footer .mf-inner{max-width:1100px;margin:0 auto;padding:0 1.25rem}
.mega-footer h2{color:#fff;font-size:1.45rem;font-weight:700;margin:2rem 0 .85rem;padding-bottom:.5rem;border-bottom:1px solid rgba(226,103,0,.25)}
.mega-footer h3{color:#fff;font-size:1.1rem;font-weight:600;margin:1.5rem 0 .55rem}
.mega-footer h4{color:#e26700;font-size:.95rem;font-weight:600;margin:1.1rem 0 .35rem;text-transform:uppercase;letter-spacing:.04em}
.mega-footer p{color:#cfd3dc;line-height:1.65;margin-bottom:.85rem}
.mega-footer ul,.mega-footer ol{color:#cfd3dc;line-height:1.65;padding-left:1.4rem;margin-bottom:.85rem}
.mega-footer ul li,.mega-footer ol li{margin-bottom:.4rem}
.mega-footer ul{list-style:disc}
.mega-footer ol{list-style:decimal}
.mega-footer table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem;color:#cfd3dc}
.mega-footer th,.mega-footer td{padding:.65rem .75rem;border-bottom:1px solid rgba(226,103,0,.15);text-align:left}
.mega-footer th{color:#fff;background:rgba(226,103,0,.08);font-weight:600}
.mega-footer .mf-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1rem}
@media(min-width:768px){.mega-footer .mf-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.mega-footer .mf-grid.cols-3{grid-template-columns:repeat(3,1fr)}}
.mega-footer .mf-card{background:rgba(255,255,255,.03);border:1px solid rgba(226,103,0,.2);border-radius:.85rem;padding:1.1rem 1.25rem}
.mega-footer .mf-card h4{margin-top:0}
.mega-footer .accent{color:#ff9900;font-weight:700}
.mega-footer details{border:1px solid rgba(226,103,0,.2);border-radius:.65rem;padding:.75rem 1rem;margin-bottom:.55rem;background:rgba(255,255,255,.02);transition:border-color .2s ease}
.mega-footer details[open]{border-color:rgba(226,103,0,.6)}
.mega-footer summary{color:#fff;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.mega-footer summary::-webkit-details-marker{display:none}
.mega-footer summary::after{content:"+";color:#e26700;font-size:1.3rem;font-weight:300;transition:transform .2s ease}
.mega-footer details[open] summary::after{transform:rotate(45deg)}
.mega-footer details p{margin:.6rem 0 0}
.mega-footer .toc{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 2rem;padding:1rem;background:rgba(226,103,0,.06);border-radius:.85rem;border:1px solid rgba(226,103,0,.2)}
.mega-footer .toc a{padding:.35rem .8rem;border-radius:999px;background:rgba(255,255,255,.04);color:#cfd3dc;font-size:.82rem;border:1px solid rgba(226,103,0,.25);transition:all .15s ease}
.mega-footer .toc a:hover{background:#e26700;color:#fff;border-color:#e26700}
.mega-footer .legal{font-size:.8rem;color:#7d828c;border-top:1px solid rgba(226,103,0,.15);padding-top:1.25rem;margin-top:2rem;line-height:1.55}
.mega-footer .legal strong{color:#cfd3dc}
