html{background-color:#232626}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{background-color:#232626;color:#e8e8e8;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6}
a{color:#51bb2b;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.pg-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
#pg-header{background-color:#292d2e;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.4)}
.hd-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;height:64px}
.logo-box{flex-shrink:0;width:180px;height:40px}
.logo-box img{width:180px;height:40px;object-fit:contain}
.desk-nav{flex:1;margin-left:24px}
.nav-list{display:flex;align-items:center}
.nav-list li{position:relative}
.nav-list li a,.nav-list .nav-active{display:inline-flex;align-items:center;padding:8px 14px;color:#e8e8e8;font-size:0.95rem;border-radius:4px;white-space:nowrap}
.nav-list .nav-active{color:#51bb2b;font-weight:600;pointer-events:none;cursor:default}
.arr-dn{padding:8px 6px;cursor:pointer;color:#e8e8e8;font-size:0.7rem;transition:transform 0.2s;user-select:none}
.sub-nav{display:none;position:absolute;top:calc(100% + 5px);left:0;background-color:#292d2e;border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,0.5);z-index:200;white-space:nowrap}
.sub-nav li a{padding:8px 16px;color:#e8e8e8;display:block;font-size:0.9rem}
.has-sub::before{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:5px;background:transparent}
.hd-btns{display:flex;align-items:center;margin-left:auto}
.btn-in{padding:7px 16px;border:2px solid #51bb2b;color:#51bb2b;border-radius:5px;font-size:0.9rem;margin-right:10px}
.btn-up{padding:7px 16px;background-color:#51bb2b;color:#fff;border-radius:5px;font-size:0.9rem;font-weight:600}
.mob-tog{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;margin-left:auto}
.mob-tog span{display:block;width:24px;height:2px;background:#e8e8e8;border-radius:2px;margin-bottom:5px}
.mob-tog span:last-child{margin-bottom:0}
.mob-nav{display:none;position:fixed;inset:0;background-color:#292d2e;z-index:2000;overflow-y:auto}
.mob-nav.is-open{display:block}
.mob-nav-in{padding:16px}
.mob-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.mob-close{background:none;border:none;color:#e8e8e8;font-size:2rem;cursor:pointer;line-height:1}
.mob-list li{border-bottom:1px solid rgba(255,255,255,0.08)}
.mob-list li a{display:block;padding:14px 8px;color:#e8e8e8;font-size:1rem}
.mob-row{display:flex;align-items:center;justify-content:space-between}
.mob-row a{flex:1;padding:14px 8px;color:#e8e8e8;font-size:1rem}
.mob-arr{padding:14px 8px;cursor:pointer;color:#e8e8e8;font-size:0.7rem;transition:transform 0.2s;user-select:none}
.mob-sub{display:none;background-color:rgba(0,0,0,0.2)}
.mob-sub.is-open{display:block}
.mob-sub li a{padding:12px 24px;font-size:0.9rem}
.mob-auth{display:flex;flex-direction:column;margin-top:24px}
.mob-auth .btn-in{margin-right:0;margin-bottom:12px;text-align:center;padding:12px}
.mob-auth .btn-up{text-align:center;padding:12px}
.cas-hero{padding:70px 10px;background:linear-gradient(135deg,#0d1a0d 0%,#1a2a1a 40%,#0a1515 100%);position:relative;overflow:hidden}
.cas-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(81,187,43,0.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(81,187,43,0.07) 0%,transparent 50%)}
.cas-hero-in{max-width:1200px;margin:0 auto;padding:0 10px;position:relative;z-index:1}
.glass-card{background:rgba(255,255,255,0.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:40px 48px}
.glass-card h1{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:16px}
.glass-card p{font-size:1rem;color:#d0d4d4;margin-bottom:0;line-height:1.7}
.cta-wrap-left{text-align:left;margin-top:24px}
.cta-btn{display:inline-block;background-color:#51bb2b;color:#fff;padding:12px 28px;border-radius:6px;font-weight:600;font-size:0.95rem;text-align:center}
.cta-wrap{text-align:center;margin-top:28px}
.pg-band{padding:56px 10px}
.alt-band{background-color:#1e2222}
.pg-band h2{font-size:1.7rem;color:#fff;margin-bottom:20px}
.pg-band p{color:#d0d4d4;margin-bottom:14px;font-size:0.97rem}
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gm-card{background-color:#292d2e;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.gm-card img{width:100%;height:150px;object-fit:cover}
.gm-info{padding:12px;flex:1;display:flex;flex-direction:column;gap:4px}
.gm-title{font-size:0.95rem;font-weight:600;color:#fff}
.gm-prov{font-size:0.82rem;color:#9aa0a0}
.gm-rtp{font-size:0.82rem;color:#51bb2b;font-weight:600}
.gm-vol{font-size:0.78rem;font-weight:600;padding:2px 6px;border-radius:3px;display:inline-block;width:fit-content}
.vol-low{background-color:rgba(81,187,43,0.15);color:#51bb2b}
.vol-med{background-color:rgba(255,180,0,0.15);color:#ffb400}
.vol-high{background-color:rgba(255,80,80,0.15);color:#ff5050}
.gm-cta{margin-top:auto;padding:8px 14px;font-size:0.85rem}
#pg-footer{background-color:#292d2e;padding:48px 10px 0}
.ft-inner{max-width:1200px;margin:0 auto}
.ft-top{display:grid;grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));justify-content:center;gap:30px;margin-bottom:32px;text-align:center}
.ft-col h4{color:#51bb2b;font-size:0.9rem;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.05em}
.ft-col ul li{margin-bottom:8px}
.ft-col ul li a{color:#9aa0a0;font-size:0.88rem}
.ft-pay-col{min-width:200px}
.ft-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}
.ft-prov-row{text-align:center;margin-bottom:32px}
.ft-prov-row h4{color:#51bb2b;font-size:0.9rem;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.05em}
.ft-btm{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 0}
.ft-btm-txt{flex:1}
.lic-txt{font-size:0.78rem;color:#6b7070;line-height:1.5;margin-bottom:8px}
.age-txt{font-size:0.78rem;color:#6b7070}
.ft-trust{display:flex;align-items:center;gap:12px;flex-shrink:0}
@media (min-width:1081px){
.has-sub:hover .sub-nav{display:block}
.has-sub:hover .arr-dn{transform:rotate(180deg)}
.nav-list li a:hover{color:#51bb2b}
.sub-nav li a:hover{color:#51bb2b;background-color:rgba(81,187,43,0.08)}
.btn-in:hover{background-color:#51bb2b;color:#fff}
.btn-up:hover{background-color:#3fa020}
.cta-btn:hover{background-color:#3fa020;color:#fff}
.gm-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.4)}
}
@media (max-width:1080px){
.desk-nav{display:none}
.hd-btns{display:none}
.mob-tog{display:flex}
.glass-card{padding:28px 20px}
.glass-card h1{font-size:1.8rem}
}
@media (max-width:1200px){
.cards-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1024px){
.cards-grid{grid-template-columns:repeat(3,1fr)}
.ft-top{gap:20px}
}
@media (max-width:768px){
.cards-grid{grid-template-columns:repeat(2,1fr)}
.ft-top{flex-direction:column;align-items:center}
.ft-btm{flex-direction:column}
.ft-trust{align-self:flex-start}
}
@media (max-width:480px){
.cards-grid{grid-template-columns:1fr}
.glass-card h1{font-size:1.5rem}
.mob-nav{width:100%}
}
@media (max-width:320px){
.glass-card h1{font-size:1.3rem}
.cta-btn{padding:10px 16px;font-size:0.85rem}
}
