:root{--accent:#0b74de;--muted:#666;--bg:#ffffff;--max:1100px;--radius:8px;--font-body:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:#111;font-family:var(--font-body);font-size:16px;line-height:1.7;font-weight:400}.container{max-width:var(--max);margin:0 auto;padding:20px}.site-header{background:#8b5200;padding:10px 0;border-bottom:3px solid #ffd700;position:sticky;top:0;z-index:1000}.brand-link{color:currentColor}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand img.logo{height:48px;width:auto;display:block}.menu-toggle{display:none;font-size:24px;background:transparent;border:none;color:#fff;cursor:pointer;padding:6px;line-height:1}.nav-wrapper{gap:20px}.main-nav,.nav-wrapper{display:flex;align-items:center}.main-nav{gap:14px}.main-nav a{color:#fff;text-decoration:none;font-weight:600;padding:6px 8px;transition:color .16s ease}.main-nav a:hover{color:#ffd700}.header-buttons{display:flex;gap:10px;align-items:center}.btn{padding:8px 16px;border-radius:6px;text-align:center;transition:background .16s ease,transform .12s ease}.btn-cta,.login-btn,.register-btn{background:#0b5b4a;color:#fff;border:2px solid rgba(255,255,255,.06);box-shadow:none}.btn-cta:hover,.login-btn:hover,.register-btn:hover{background:#0e7a63;transform:translateY(-1px)}.btn-outline{border:2px solid rgba(255,255,255,.08)}@media (max-width:900px){.menu-toggle{display:block}.nav-wrapper{display:none;flex-direction:column;gap:12px;background:#8b5200;position:absolute;top:64px;left:0;right:0;padding:18px;border-top:2px solid #ffd700;z-index:900}.nav-wrapper.open{display:flex}.main-nav{flex-direction:column;align-items:stretch;gap:12px}.main-nav a{padding:10px 8px;display:block;border-radius:6px}.header-buttons{flex-direction:column;width:100%}.header-buttons .btn{width:100%;text-align:center}}.hero-banner{position:relative;width:100%;min-height:520px;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.7)),url(/images/hero-background.png) 50%/cover no-repeat;border-bottom:4px solid #f2b500;box-sizing:border-box;overflow:hidden}.hero-content{align-items:center;flex-wrap:wrap;gap:0;color:#fff;width:100%}.hero-content,.hero-left{display:flex;justify-content:center}.hero-left{flex:0 0 50%;padding:40px 4vw;flex-direction:column;min-height:500px}.hero-left h1{font-size:48px;font-weight:900;color:#f2b500;line-height:1.2;margin-bottom:6px}.hero-left h1 span{color:#fff;font-size:34px;display:block}.hero-left h2{color:#ffd700;font-size:28px;font-weight:700;margin-top:8px}.hero-points{margin:20px 0;list-style:none;padding:0;font-weight:600;line-height:1.8;font-size:20px}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px}.hero-buttons,.hero-tags{margin-top:20px}.hero-tags span{background:#fff;color:#000;font-weight:700;padding:6px 10px;border-radius:4px;font-size:13px}.hero-right{flex:0 0 50%;display:flex;justify-content:center;align-items:center;min-height:500px}.hero-image{width:100%;height:auto;max-width:700px;border-radius:0;border:none;display:block;object-fit:cover}@media (max-width:1024px){.hero-content{flex-direction:column}.hero-left,.hero-right{width:100%;padding:40px 5vw;min-height:auto}.hero-left h1{font-size:34px}.hero-left h1 span{font-size:26px}.hero-left h2{font-size:22px}.hero-points{font-size:14px}.hero-buttons,.hero-tags{justify-content:center}}@media (max-width:480px){.hero-left h1{font-size:30px}.hero-left h1 span{font-size:22px}.hero-left h2{font-size:18px}.hero-points{font-size:20px}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;text-align:center}}.welcome-section{background:#f2b400;color:#111;padding:46px 0}.welcome-inner{max-width:1200px;margin:0 auto;display:flex;gap:32px;align-items:center;padding:0 5vw;box-sizing:border-box}.welcome-content{flex:1 1 55%}.welcome-content h2{font-size:34px;margin:0 0 14px;color:#111;font-weight:800}.welcome-content p{line-height:1.7;margin:12px 0;color:#1a1200;max-width:75ch;text-align:justify}.welcome-cta-row{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}.btn-outline{border:2px solid rgba(0,0,0,.08);padding:10px 14px;text-decoration:none}.welcome-media{flex:0 0 40%;display:flex;justify-content:center;align-items:center}.welcome-media img{width:100%;height:auto;max-width:460px;border-radius:6px;box-shadow:0 8px 30px rgba(0,0,0,.18);border:6px solid rgba(0,0,0,.06);object-fit:cover}@media (max-width:900px){.welcome-inner{flex-direction:column-reverse;text-align:left;gap:18px}.welcome-content{width:100%;padding:0}.welcome-media{width:100%}.welcome-content h2{font-size:28px}}.features-section{background:#000;padding:56px 0;color:#fff}.features-title{font-size:28px;color:#ffd54f;margin-bottom:26px;text-align:left;font-weight:700;padding-left:20px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0 20px;max-width:1400px;margin:0 auto}.feature-card{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border-radius:14px;padding:26px;border:1px solid rgba(255,213,79,.06);box-shadow:0 10px 30px rgba(0,0,0,.45),inset 0 0 18px rgba(242,181,0,.04);transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .28s;display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-height:260px}.feature-card:focus,.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.6),0 0 40px rgba(242,181,0,.12);outline:none}.feature-icon{width:70px;height:70px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0b5b4a,#094a3f);box-shadow:0 6px 18px rgba(11,91,74,.25)}.feature-card h3{font-size:20px;color:#ffd54f;margin:0;font-weight:700}.feature-card p{color:#dcdcdc;margin:0;line-height:1.6;font-size:14.5px}@media (max-width:1100px){.features-grid{grid-template-columns:repeat(2,1fr);gap:18px;padding:0 18px}.features-title{text-align:center;padding-left:0}}@media (max-width:700px){.features-grid{grid-template-columns:1fr;padding:0 12px}.feature-card{min-height:180px}.features-title{font-size:22px}}.site-footer{background:#1c1c1c;color:#fff;font-family:Poppins,sans-serif;padding-top:40px;border-top:3px solid #f2b500}.footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:20px 0 40px;gap:100px}.footer-col{flex:1 1 300px;min-width:240px}.footer-logo-img{width:200px;height:auto}.footer-links h4,.footer-partners h4{color:#f2b500;font-size:16px;margin-bottom:10px;font-weight:600}.footer-partners p a{color:#ddd;text-decoration:none}.footer-partners p a:hover{color:#f2b500}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{margin-bottom:6px}.footer-links ul li a{color:#ddd;text-decoration:none;font-size:14px;transition:color .3s}.footer-links ul li a:hover{color:#f2b500}.footer-bottom{background:#111;border-top:1px solid #333;padding:15px 0;text-align:center}.footer-bottom-grid{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:13.5px;color:#ccc}.footer-bottom-links a{color:#f2b500;text-decoration:none;font-weight:500}.footer-bottom-links a:hover{text-decoration:underline}@media (max-width:1024px){.footer-main{flex-direction:column;text-align:center;gap:20px}.footer-col{flex:1 1 100%}.footer-bottom-grid{flex-direction:column;gap:10px;text-align:center}}.id-info-section{background:#f2b400;padding:60px 0;color:#111}.id-info-inner{display:flex;text-align:justify}.id-info-text{flex:1;width:50%;text-align:justify}.id-info-text h2{font-size:32px;margin-bottom:14px;font-weight:800;color:#111}.id-info-text h3{font-size:20px;margin-top:20px;margin-bottom:8px;color:#0b5b4a;font-weight:700}.id-info-text p{font-size:16px;color:#1a1200;line-height:1.8;margin-bottom:12px;max-width:95%}.id-info-text a.brand-link{color:#004d40;text-decoration:none}.id-info-text a.brand-link:hover{text-decoration:underline}.welcome-cta-row{margin-top:20px}.btn.btn-primary{background:#004d40;border-radius:6px;font-weight:600;transition:background .3s ease}.btn.btn-primary:hover{background:#00695c}.id-info-media{flex:1;width:50%;text-align:center}.id-info-image{width:100%;height:auto;max-width:500px;border-radius:8px;box-shadow:0 6px 25px rgba(0,0,0,.25);border:5px solid rgba(0,0,0,.08)}@media (max-width:992px){.id-info-inner{flex-direction:column;text-align:left}.id-info-media,.id-info-text{width:100%}.id-info-image{max-width:100%}}.process-wrapper{background:#16695d;padding:64px 0;color:#111;position:relative;overflow:hidden}.process-inner{max-width:1200px;margin:0 auto;padding:0 5vw;flex-direction:column;gap:54px}.process-inner,.process-row{box-sizing:border-box;display:flex}.process-row{align-items:center;justify-content:space-between;gap:28px;width:100%;animation:fadeUp .6s ease both}.process-media{flex:1 1 50%;display:flex;align-items:center;justify-content:center}.process-img{width:100%;max-width:520px;height:auto;border-radius:10px;border:6px solid rgba(0,0,0,.06);box-shadow:0 14px 40px rgba(0,0,0,.28);object-fit:cover}.process-card{background:linear-gradient(rgb(251 210 18),rgb(248 209 18));border:1px solid rgb(22 105 93);border-radius:12px;flex:50%;padding:28px;box-shadow:0 12px 30px rgba(0,0,0,.32)}.process-card h2{font-size:28px;margin:0 0 10px;color:#0b3f2f;font-weight:800}.process-card .lead{margin:0 0 18px;color:rgba(20,20,20,.9);font-size:15.5px;line-height:1.75}.process-list{margin:0 0 18px;padding-left:18px;color:rgba(10,10,10,.95)}.process-list li{margin:10px 0;line-height:1.7;font-size:15px}.process-cta{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap}.btn-primary{box-shadow:0 6px 18px rgba(11,91,74,.22)}.btn-outline{color:#111;border:2px solid rgba(0,0,0,.06)}.btn-outline:hover{transform:translateY(-3px)}.signup-row{flex-direction:row}.login-row{flex-direction:row-reverse}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.process-row{flex-direction:column;text-align:left;gap:18px}.process-card,.process-media{width:100%;flex:none}.process-img{max-width:100%}}@media (max-width:420px){.process-card{padding:20px}.process-card h2{font-size:22px}.process-card .lead,.process-list li{font-size:15px}}.placebet-section{background:#0b0b0b;color:#fff;padding:80px 5vw;border-top:3px solid #f2b500}.placebet-section h2{color:#f2b500;font-size:32px;text-align:center;margin-bottom:10px}.placebet-section .lead{text-align:center;color:#ccc;font-size:16px;margin-bottom:40px;line-height:1.6}.steps-grid{gap:18px;max-width:900px;margin:0 auto}.step-card{display:flex;align-items:flex-start;gap:16px;background:#111;border:1px solid #2c2c2c;border-radius:10px;padding:20px 24px;box-shadow:0 0 15px rgba(242,181,0,.1);transition:all .3s ease}.step-card:hover{border-color:#f2b500;transform:translateY(-2px);box-shadow:0 0 25px rgba(242,181,0,.25)}.step-num{background:#f2b500;font-weight:800;border-radius:6px;flex-shrink:0}.step-card h3{margin:0 0 6px;font-size:18px;color:#070707}.step-card p{margin:0;color:black;line-height:1.6;font-size:15px}@media (max-width:768px){.placebet-section{padding:60px 20px}.step-card{align-items:flex-start}.step-num{width:28px;height:28px;font-size:16px}}.payments-section{background:linear-gradient(180deg,#f2b500,#f2b500 30%,#0b0b0b 0);padding:56px 0 80px;color:#fff}.payments-inner{max-width:1200px;margin:0 auto;padding:0 5vw;box-sizing:border-box}.payments-head{padding:18px 0 24px;text-align:left}.payments-head h2{font-size:28px;color:#111;font-weight:800;margin:0 0 8px}.payments-lead{margin:0;color:#222;max-width:1000px;font-size:15.5px;line-height:1.7}.payments-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:186px}.payments-col h3{color:#ffd24d;font-size:30px;margin-bottom:14px;font-weight:700}.method-list{display:flex;flex-direction:column;gap:14px}.method-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border-radius:12px;padding:16px 18px;box-shadow:0 10px 28px rgba(0,0,0,.6),inset 0 0 18px rgba(0,0,0,.45);border:1px solid rgba(242,181,0,.06)}.method-body{flex:1;padding-right:12px;text-align:left}.method-body h4{margin:0 0 6px;color:#fff;font-size:16px;font-weight:700}.method-body p{margin:0;color:#ddd;font-size:14px;line-height:1.6}.method-icon{width:84px;height:64px;display:flex;align-items:center;justify-content:center}.method-icon img{max-width:64px;max-height:48px;object-fit:contain}.payments-cta{margin-top:18px;display:flex;gap:12px}.btn.btn-primary{background:#0b5b4a;color:#fff;padding:10px 18px;border-radius:8px}.btn.btn-primary:hover{background:#08634f}.payments-icons-row{margin-top:40px;justify-content:center;gap:28px;padding:28px 0 0}.icon-item,.payments-icons-row{display:flex;align-items:center}.icon-item{flex-direction:column;gap:10px;color:#fff}.icon-item img{width:150px;height:auto;display:block;border-radius:80PX}.icon-item span{font-weight:700;color:#ffd24d;FONT-SIZE:20px}.icon-divider{width:2px;height:54px;background:linear-gradient(180deg,#ffd24d,transparent)}@media (max-width:980px){.payments-grid{grid-template-columns:1fr}.payments-head,.payments-lead{text-align:center}.payments-lead{color:#111}.payments-col{text-align:center}.method-card{flex-direction:column;align-items:flex-start;text-align:left}.method-icon{align-self:flex-end}.payments-cta{justify-content:center}.payments-icons-row{flex-direction:column;gap:18px;padding-top:22px}.icon-divider{display:none}}@media (max-width:420px){.method-body p{font-size:13.5px}.method-body h4{font-size:15px}}.addfunds-section{background:none;padding:80px 5vw;position:relative;color:#000;overflow:hidden}.addfunds-section:before{content:"";position:absolute;inset:0;opacity:.08;z-index:0}.addfunds-section h2{font-size:36px;font-weight:800;color:black;text-shadow:0 3px 10px rgba(0,0,0,.4)}.addfunds-section .lead,.addfunds-section h2{position:relative;z-index:1;text-align:center}.addfunds-section .lead{color:#1a1200;font-weight:600;max-width:800px;margin:10px auto 50px;font-size:16.5px;line-height:1.7}.steps-wrapper{display:grid;gap:16px;position:relative;z-index:1;max-width:900px;margin:0 auto}.funds-step-card{display:flex;align-items:flex-start;gap:18px;background:rgba(255,255,255,.08);border-radius:14px;padding:18px 24px;backdrop-filter:blur(6px);box-shadow:0 4px 18px rgba(0,0,0,.2);border:1px solid rgba(255,215,0,.2);transition:all .3s ease}.funds-step-card:hover{transform:translateY(-3px);box-shadow:0 8px 26px rgba(255,215,0,.3);border-color:#ffd700}.funds-step-num{background:linear-gradient(145deg,#ffeb3b,#f2b500);color:#000;font-weight:900;font-size:20px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;box-shadow:0 0 10px rgba(255,235,59,.5)}.funds-step-text h3{font-size:18px;color:black;margin:0 0 4px;font-weight:700}.funds-step-text p{font-size:15px;color:black;line-height:1.6;margin:0}.funds-cta{margin-top:40px;text-align:center}.btn-primary{background:#0b5b4a;padding:12px 28px;border-radius:10px;font-size:16px;display:inline-block;transition:all .3s}.btn-primary:hover{background:#087d60;transform:scale(1.05);box-shadow:0 0 20px rgba(11,91,74,.5)}@media (max-width:768px){.addfunds-section{padding:60px 20px}.addfunds-section h2{font-size:28px}.funds-step-card{flex-direction:column;align-items:flex-start}.funds-step-num{width:34px;height:34px;font-size:16px}}.online-betting-section{background:#0b0b0b;color:#fff;padding:64px 0;border-top:6px solid #f2b500}.online-betting-section .container{max-width:1200px;margin:0 auto;padding:0 5vw;box-sizing:border-box}.ob-row{display:grid;grid-template-columns:1fr 520px;align-items:center;margin-bottom:56px}.ob-row-reverse{grid-template-columns:520px 1fr}.ob-text h2{color:#ffd24d;font-size:28px;margin:0 0 12px;font-weight:800;text-shadow:0 2px 6px rgba(0,0,0,.4)}.ob-text .ob-lead{color:#d6d6d6;font-size:16px;margin-bottom:12px;line-height:1.7}.ob-text p{color:#cfcfcf;line-height:1.7;margin-bottom:14px}.ob-media{display:flex;align-items:center;justify-content:center}.ob-media img{width:100%;max-width:520px;height:auto;border-radius:8px;box-shadow:0 18px 40px rgba(0,0,0,.6);border:4px solid rgba(242,178,0,.06);object-fit:cover}.btn-primary{box-shadow:0 8px 22px rgba(242,178,0,.16)}.btn-primary:hover{transform:translateY(-3px)}.btn-outline{border:2px solid rgba(255,210,77,.16)}@media (max-width:980px){.ob-row,.ob-row-reverse{gap:18px}.ob-row,.ob-row-reverse{grid-template-columns:1fr}.ob-media img{max-width:100%}.ob-text h2{font-size:24px;text-align:left}}@media (max-width:420px){.online-betting-section{padding:40px 16px}.ob-text .ob-lead,.ob-text p{font-size:15px}.ob-text h2{font-size:20px}}.withdraw-section{background:linear-gradient(180deg,rgba(3,37,65,.98),rgba(0,0,0,.95) 65%);color:#fff;padding:72px 5vw;border-top:3px solid rgba(0,120,200,.9);position:relative;overflow:hidden}.withdraw-section:before{content:"";position:absolute;inset:0;opacity:.03;z-index:0}.withdraw-section .container{max-width:1100px;margin:0 auto;padding:0;box-sizing:border-box;position:relative;z-index:1}.withdraw-section h2{color:#ffd24d;font-size:32px;font-weight:800;text-align:center;margin:0 0 10px;text-shadow:0 3px 12px rgba(0,0,0,.5)}.withdraw-section .lead{color:#cfe9ff;max-width:900px;margin:8px auto 30px;text-align:center;font-size:16px;line-height:1.6}.withdraw-steps{display:grid;gap:16px;max-width:920px;margin:0 auto}.withdraw-card{display:flex;gap:18px;align-items:flex-start;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border-radius:12px;padding:18px 20px;border:1px solid rgba(0,140,220,.06);box-shadow:0 8px 28px rgba(0,0,0,.6);transition:transform .22s ease,box-shadow .22s ease,border-color .22s;backdrop-filter:blur(4px)}.withdraw-card:hover{transform:translateY(-4px);border-color:rgba(0,160,255,.2);box-shadow:0 18px 48px rgba(0,110,180,.25)}.withdraw-num{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#00a6ff,#006cad);color:#fff;font-weight:900;border-radius:50%;box-shadow:0 6px 18px rgba(0,110,180,.35);font-size:16px}.withdraw-text h3{margin:0 0 6px;color:#fff;font-size:18px;font-weight:700}.withdraw-text p{margin:0;color:#d6eefd;font-size:15px;line-height:1.6}.withdraw-cta{text-align:center;margin-top:28px}.btn.btn-outline{background:transparent;color:#00c3ff;border:2px solid rgba(0,195,255,.18);padding:10px 18px;border-radius:10px;font-weight:700;text-decoration:none;transition:background .18s ease,transform .16s ease}.btn.btn-outline:hover{background:rgba(0,195,255,.06);transform:translateY(-3px)}@media (max-width:900px){.withdraw-section{padding:48px 18px}.withdraw-section h2{font-size:26px}.withdraw-card{flex-direction:column;align-items:flex-start}.withdraw-num{width:36px;height:36px;font-size:14px}}@media (max-width:420px){.withdraw-text p{font-size:14px}.withdraw-text h3{font-size:16px}.btn.btn-outline{padding:10px 14px}}.sports-games-section{background:#0b5b4a;color:#fff;padding:80px 5vw;border-top:3px solid #f2b500;position:relative;overflow:hidden}.sports-games-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,215,0,.06),transparent 75%);z-index:0}.sports-games-section .container{position:relative;z-index:1;max-width:1100px;margin:0 auto}.sports-games-section h2{color:#ffd24d;text-align:center;font-size:32px;font-weight:800;margin-bottom:10px}.sports-games-section .lead{text-align:center;max-width:850px;margin:0 auto 40px;color:#ccc;font-size:16px;line-height:1.7}.games-grid{display:flex;flex-direction:column;gap:28px}.game-card{display:flex;align-items:center;gap:28px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid rgba(255,215,0,.08);border-radius:10px;padding:22px 28px;box-shadow:0 8px 28px rgba(0,0,0,.6);transition:all .25s ease}.game-card:hover{transform:translateY(-5px);border-color:rgba(255,215,0,.3);box-shadow:0 15px 40px rgba(255,200,0,.25)}.game-card.reverse{flex-direction:row-reverse}.game-image{flex:0 0 180px;display:flex;align-items:center;justify-content:center}.game-image img{width:140px;height:auto;border-radius:70px;filter:drop-shadow(0 0 25px rgba(255,215,0,.25));transition:transform .25s ease}.game-card:hover .game-image img{transform:scale(1.05)}.game-content{flex:1}.game-content h3{font-size:20px;font-weight:700;color:#ffd24d;margin:0 0 6px}.game-content p{font-size:18px;color:#e6e6e6;line-height:1.7}@media (max-width:900px){.game-card,.game-card.reverse{flex-direction:column;text-align:center}.game-image{flex:0}.game-content h3{margin-top:10px}}.casino-section{background:#000;color:#fff;padding:72px 5vw;border-top:4px solid #f2b500;position:relative;overflow:hidden}.casino-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(242,178,0,.03),transparent 40%);z-index:0}.casino-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.casino-section h2{color:#ffd24d;text-align:center;font-size:32px;font-weight:800;margin-bottom:12px}.casino-lead{color:#d6d6d6;text-align:center;max-width:900px;margin:0 auto 34px;line-height:1.7;font-size:16px}.casino-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-bottom:28px}.casino-card{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(255,215,0,.06);border-radius:8px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s;box-shadow:0 8px 30px rgba(0,0,0,.6);flex-direction:column;align-items:stretch}.casino-card,.casino-image{overflow:hidden;display:flex}.casino-image{width:100%;aspect-ratio:16/9;background:#111;align-items:center;justify-content:center}.casino-image img{width:100%;height:100%;object-fit:cover;display:block;transform-origin:center;transition:transform .35s ease;filter:drop-shadow(0 10px 30px rgba(0,0,0,.6))}.casino-card:hover .casino-image img{transform:scale(1.03)}.casino-content{padding:18px;display:flex;flex-direction:column;gap:10px}.casino-content h3{color:#ffd24d;font-size:18px;margin:0;font-weight:800}.casino-content p{color:#e6e6e6;font-size:14.5px;line-height:1.6;margin:0}.casino-note{text-align:center;color:#cfcfcf;margin-top:10px;font-size:15px}.casino-ctas{margin-top:18px;display:flex;gap:12px;justify-content:center;align-items:center}.btn{padding:10px 18px;transition:transform .18s ease,box-shadow .18s ease}.btn-primary{color:#0b0b0b;box-shadow:0 12px 30px rgba(242,178,0,.12)}.btn-primary:hover{transform:translateY(-4px)}.btn-outline{padding:8px 16px}.casino-card:hover{transform:translateY(-6px);border-color:rgba(255,215,0,.22);box-shadow:0 22px 50px rgba(255,200,0,.12)}@media (max-width:1100px){.casino-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.casino-section{padding:44px 18px}.casino-grid{grid-template-columns:1fr;gap:18px}.casino-content h3{font-size:17px}.casino-lead{font-size:15px}}.bonus-care-section{background:#000;color:#fff;padding:64px 5vw;border-top:3px solid #f2b500}.bonus-care-section .container{max-width:1100px;margin:0 auto}.bonus-row,.care-row{display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center;margin-bottom:48px}.bonus-text h2,.care-text h2{color:#ffd24d;font-weight:800;margin:0 0 10px;font-size:28px}.bonus-text .lead,.care-text .lead{color:#d6d6d6;margin:0 0 16px;line-height:1.7;max-width:680px}.bonus-text h3{color:#fff;font-size:18px;margin:12px 0}.bonus-list,.care-list{color:#e8e8e8;line-height:1.7;margin:10px 0 18px 18px;font-size:15px}.bonus-list li,.care-list li{margin:8px 0}.bonus-image img,.care-image img{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 36px rgba(0,0,0,.6);border:3px solid rgba(242,178,0,.06)}.care-row{grid-template-columns:420px 1fr}.bonus-text .btn,.care-ctas .btn{margin-top:6px}.care-ctas{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background:#f2b500;color:#000;padding:10px 16px;border-radius:8px;font-weight:700;text-decoration:none}.btn-outline{border:2px solid rgba(255,210,77,.12);padding:8px 14px;font-weight:700}@media (max-width:980px){.bonus-row,.care-row{text-align:center}.bonus-row,.care-row{grid-template-columns:1fr}.bonus-image,.care-image{order:2}.bonus-text,.care-text{order:1}.bonus-text .lead,.care-text .lead{margin:0 auto 18px;max-width:100%}}.faq-section{background:#000;color:#fff;padding:56px 5vw;border-top:3px solid #f2b500}.faq-section .container{max-width:1000px;margin:0 auto;position:relative}.faq-section h2{color:#ffd24d;font-size:30px;font-weight:800;margin-bottom:18px}.faq-list details{background:#0b0b0b;border:1px solid rgba(242,178,0,.18);border-radius:12px;padding:12px 18px;margin-bottom:12px;box-shadow:0 8px 22px rgba(0,0,0,.6);overflow:hidden;transition:box-shadow .22s ease,transform .18s ease,border-color .18s ease}.faq-list details[open]{border-color:rgba(242,178,0,.38);box-shadow:0 18px 45px rgba(242,178,0,.06);transform:translateY(-4px)}.faq-list summary{list-style:none;display:flex;align-items:center;gap:12px;cursor:pointer;font-weight:700;font-size:16px;padding:6px 0;outline:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:before{content:"+";display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:rgba(242,178,0,.08);color:#ffd24d;font-weight:900;margin-right:8px;border:1px solid rgba(255,215,0,.06)}.faq-list details[open] summary:before{content:"−";background:rgba(242,178,0,.18);color:#000}.faq-answer{margin-top:10px;color:#ddd;line-height:1.75;font-size:15px;padding-left:46px}@media (max-width:760px){.faq-section{padding:40px 18px}.faq-section h2{font-size:24px}.faq-list summary{font-size:15px}.faq-answer{padding-left:40px;font-size:14px}}.blog-hero{padding:36px 5vw;background:linear-gradient(180deg,#0b0b0b,#000);color:#fff;text-align:center;border-top:4px solid #f2b500}.blog-hero h1{color:#ffd24d;font-size:32px;margin:0 0 8px}.blog-hero .lead{color:#dcdcdc;margin-bottom:18px}.blog-grid-section{padding:28px 5vw 80px;background:#000}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.blog-card{background:transparent;border-radius:10px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.blog-card .card-link{display:block;color:inherit;text-decoration:none}.blog-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.7)}.card-body{padding:14px 12px;background:linear-gradient(180deg,rgba(10,10,10,.6),rgba(0,0,0,.6))}.card-title{color:#fff;font-size:18px;margin:6px 0;font-weight:800}.card-meta{color:#cfcfcf;font-size:13px;margin-bottom:8px}.card-excerpt{color:#ddd;font-size:14px;line-height:1.6;margin-bottom:10px}.read-more{display:inline-block;font-weight:700;color:#ffd24d;margin-top:6px}@media (max-width:1100px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.blog-grid{grid-template-columns:1fr}.blog-hero h1{font-size:26px}}.post-hero{background:linear-gradient(90deg,rgba(11,8,0,.85),rgba(20,12,0,.95));border-top:4px solid #f2b500;padding:36px 0;color:#fff}.post-hero-inner{gap:20px;display:grid;padding:38px;align-items:start}.post-hero-text{padding-right:6px}.post-tags{margin-bottom:8px}.post-tags .tag{display:inline-block;background:rgba(242,178,0,.08);color:#ffd24d;padding:6px 10px;border-radius:16px;font-weight:700;margin-right:8px;font-size:13px}.post-title{color:#ffd24d;font-size:34px;margin:8px 0 6px;line-height:1.05;font-weight:800}.post-meta-row{color:#cfcfcf;margin-bottom:12px;display:flex;gap:8px;align-items:center}.post-excerpt{color:#e8e8e8;max-width:70ch;margin-top:8px;font-size:16px}.post-hero-media{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.6)}.post-body-grid{display:grid;grid-template-columns:1fr 320px;gap:36px}.post-article{color:#000;line-height:1.85}.post-article h2,.post-article h3{color:#000000;margin-top:20px}.in-article-figure{margin:22px 0;border-radius:8px;overflow:hidden}.post-cta{margin-top:22px}.btn{padding:10px 16px}.btn-primary{background:#0b6f55;border:2px solid rgba(0,0,0,.08)}.btn-outline{color:#ffd24d;border:2px solid rgba(242,178,0,.12)}.post-sidebar{position:relative;top:0}.author-card{display:flex;gap:12px;align-items:flex-start;padding:14px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.12));border:1px solid rgba(242,178,0,.08);border-radius:10px;margin-bottom:16px}.author-info strong{color:#ffd24d;display:block;font-size:16px}.author-role{color:#cfcfcf;font-size:13px;margin-bottom:8px}.author-desc{color:#ddd;font-size:14px}.sidebar-card{background:#0b0b0b;border:1px solid rgba(242,178,0,.06);padding:14px;border-radius:10px;margin-bottom:16px}.sidebar-card h4{color:#ffd24d;margin-bottom:8px}.sidebar-links{list-style:none;margin:0;padding:0}.sidebar-links li{margin-bottom:8px}.sidebar-links a{color:#eee;text-decoration:none}.share-row{display:flex;gap:8px;flex-wrap:wrap}.share-pill{background:rgba(242,178,0,.06);color:#ffd24d;padding:8px 12px;border-radius:999px;text-decoration:none;font-weight:700}@media (max-width:1060px){.post-hero-inner{grid-template-columns:1fr;text-align:center}.post-hero-media{order:-1}.post-body-grid{grid-template-columns:1fr}.post-hero-text{padding:0}.post-title{font-size:28px}}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;text-align:center}.prose thead{background-color:#f8fafc;font-weight:600}.prose td,.prose th{border:1px solid #e5e7eb;padding:.75rem}.prose tr:nth-child(2n){background-color:#f9fafb}.prose tr:hover{background-color:#f3f4f6;transition:background .2s ease}.article-content li{margin-left:35px}.login-wrapper{justify-content:center;position:relative;padding:2rem}.login-logo{position:absolute;top:10px;left:50%;transform:translateX(-50%)}.login-logo-img{height:80px}.login-card{border-radius:10px;padding:2.5rem 2rem;box-shadow:0 10px 40px rgba(2,10,10,.18)}.login-title{font-weight:700;color:#8a4f02;font-size:1.6rem;margin-bottom:1.5rem}.login-title span{color:#d8a400}.login-form{gap:.9rem}.input-wrap input{padding:.75rem 2.8rem .75rem 1rem;border:1px solid #ddd;border-radius:8px;color:#222;transition:.15s ease}.input-wrap input:focus{box-shadow:0 0 0 3px rgba(138,79,2,.15)}.input-wrap i{color:#555}.btn{width:100%;padding:.9rem;border-radius:10px;font-weight:600;color:white;font-size:15px;transition:.25s ease}.btn-primary{background-color:#8a4f02}.btn-primary:hover{background-color:#6c3f01}.btn-secondary{background-color:#9a5d0e}.btn-secondary:hover{background-color:#804904}.login-note{margin-top:.8rem;font-size:13px;color:#555;text-align:left}.link{color:#d8a400;text-decoration:underline}@media (max-width:480px){.login-card{padding:2rem 1.5rem}.login-title{font-size:1.4rem}}.login-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#8d4e00,#7a5c2f 28%,#2b6b5a 65%,#0f6b63);padding:3rem 1rem 4rem;font-family:Poppins,sans-serif;color:#111}.login-logo{margin-bottom:12px;text-align:center}.login-logo-img{height:60px;width:auto;user-select:none}.login-card{width:100%;max-width:420px;margin-top:20px;background:rgba(255,255,255,.98);border-radius:8px;padding:1.25rem;box-shadow:0 10px 30px rgba(2,10,10,.18);text-align:center}.login-small-title{font-size:1rem;letter-spacing:.06em;color:#1b1b1b;margin:.6rem 0 1rem;font-weight:700}.login-form{display:flex;flex-direction:column;gap:.7rem}.login-input{padding:.7rem .9rem;border-radius:8px;border:1px solid #ddd;font-size:15px;outline:none}.login-input:focus{box-shadow:0 6px 22px rgba(138,79,2,.1);border-color:#8a4f02}.btn{border:none;border-radius:8px;padding:.7rem}.btn-primary{background:#8a4f02;color:#fff;width:100%}.btn-demo{background:#9a5d0e;color:#fff;width:100%;margin-top:.35rem}.recaptcha-note{font-size:13px;color:#555;margin-top:.6rem;text-align:left}.login-info-section{width:100%;background:#fff;margin-top:2.5rem;padding:2.25rem 1rem}.login-info-container{max-width:900px;margin:0 auto;color:#222;line-height:1.7}.login-info-container h2{text-align:center;color:#8a4f02;font-size:1.9rem;margin-bottom:.6rem}.login-info-container h3{color:#333;font-size:22px;margin-top:1rem;margin-bottom:.5rem}.login-info-container li,.login-info-container ol,.login-info-container p{color:#333}.login-info-section li{margin-left:35px}.partners{margin-top:1.4rem;text-align:center}.partners-list{margin-top:.4rem;color:#555}.partners-list a{color:#0f5f4f;text-decoration:none;margin:0 6px}.quick-links{margin-top:1rem;text-align:center}.quick-links-list{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.quick-links-list a{color:#0f5f4f;text-decoration:none;padding:2px 6px}.login-info-footer{text-align:center;color:#777;margin-top:1rem}@media (max-width:640px){.login-card{margin:15px 6px}.login-info-section{padding:1.5rem .8rem;margin-top:1.5rem}.login-info-container h2{font-size:1.6rem}}.register-card{max-width:520px;padding:2.25rem}.register-title{font-weight:700;color:#8a4f02;font-size:1.5rem;margin-bottom:1rem;text-align:center}.register-title span{color:#d8a400}.register-form{display:flex;flex-direction:column;gap:.9rem;align-items:stretch}.input-wrap{position:relative}.input-wrap input{width:100%;padding:.85rem 3rem .85rem 1rem;border-radius:9px;border:1px solid #e2e2e2;background:#fff;font-size:15px;transition:transform .12s ease,box-shadow .15s ease,border-color .12s ease;outline:none;-webkit-appearance:none}.input-wrap input:focus{transform:translateY(-2px);box-shadow:0 12px 30px rgba(2,10,10,.06);border-color:#8a4f02}.input-wrap i{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b6b6b;font-size:14px}.register-btn{padding:.95rem;border-radius:12px;border:none;font-weight:800;color:#fff;cursor:pointer;box-shadow:0 8px 28px rgba(138,79,2,.18);transition:transform .12s ease,box-shadow .15s ease,opacity .12s ease}.register-btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(138,79,2,.22);opacity:.98}.small-note{text-align:center;margin-top:.6rem;font-size:14px;color:#333}.small-note .link{color:#0f5f4f;font-weight:700}.register-tnc{font-size:13px;color:#666;margin-top:.4rem;text-align:center}.register-trust{margin-top:1.6rem;width:100%;max-width:680px}.trust-grid{gap:18px;justify-content:center;flex-wrap:wrap}.trust-grid,.trust-item{display:flex;align-items:center}.trust-item{gap:8px;background:rgba(255,255,255,.06);padding:10px 14px;border-radius:10px;color:#fff;font-weight:600;font-size:14px;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.04)}.trust-item i{color:#ffd88a;font-size:20px}@media (max-width:640px){.register-card{padding:1.6rem 1.2rem;margin:0 8px}.register-title{font-size:1.25rem}.trust-grid{gap:12px}}.bonuses-section{position:relative;background:linear-gradient(180deg,#8d4e00,#2b6b5a 60%,#0f6b63);color:#fff;padding:5rem 1rem;overflow:hidden;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.bonuses-shine{position:absolute;inset:0;background:radial-gradient(circle at 85% 10%,rgba(255,193,7,.12),transparent 20%);pointer-events:none}.site-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.bonuses-hero{text-align:center;margin-bottom:3.5rem}.hero-title{font-size:clamp(1.8rem,3.2vw,2.8rem);color:#ffd96c;font-weight:800;margin:0 0 .6rem;text-shadow:0 6px 18px rgba(0,0,0,.35)}.hero-sub{max-width:900px;margin:0 auto;color:#e6e6e6;font-size:1rem;line-height:1.6}.bonuses-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.25rem;align-items:start}@media (min-width:720px){.bonuses-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1080px){.bonuses-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.bonus-card{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(0,0,0,.06));border-radius:14px;overflow:hidden;border:1px solid rgba(255,220,120,.06);box-shadow:0 10px 30px rgba(2,10,10,.25);transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .22s ease;min-height:380px}.bonus-card:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(2,10,10,.35)}.card-media{position:relative;width:100%;height:180px;border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden;background:#000;border-top-left-radius:14px;border-top-right-radius:14px}.image-cover{object-fit:cover;object-position:center}@media (min-width:768px){.card-media{height:200px}}@media (min-width:1024px){.card-media{height:220px}}.card-body{padding:1.25rem 1.25rem 1.6rem;display:flex;flex-direction:column;gap:.8rem;flex:1}.card-title{color:#ffd96c;font-size:1.15rem;margin:0;font-weight:700}.card-text{color:#e5e5e5;font-size:.95rem;line-height:1.6;margin:0;flex:1}.card-cta{margin-top:.6rem}.btn{display:inline-block;padding:.56rem .95rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:.95rem;border:0;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.btn-cta{background:linear-gradient(90deg,#ffd96c,#f0b33b 60%);color:#0a0a0a;box-shadow:0 8px 22px rgba(240,179,59,.16)}.btn-cta:hover{transform:translateY(-3px);opacity:.98}.btn-outline{background:transparent;border:1px solid rgba(255,220,120,.14);color:#ffd96c;padding:.5rem .9rem}.bonuses-terms{margin-top:3rem;text-align:center}.terms-title{color:#ffd96c;font-size:1.5rem;margin-bottom:1rem}.terms-box{max-width:900px;margin:0 auto;background:rgba(0,0,0,.28);border-radius:12px;padding:1.25rem;border:1px solid rgba(255,220,120,.04)}.terms-list{list-style:disc;list-style-position:inside;color:#e6e6e6;text-align:left;margin:0;padding-left:.5rem}.terms-list li{margin:.55rem 0;font-size:.98rem}.support-row{margin-top:1.25rem}.support-text{color:#ddd;font-size:1rem}.terms-link{color:#ffd96c;text-decoration:underline}@media (max-width:540px){.card-media{height:150px}.bonus-card{min-height:unset}.hero-sub{font-size:.95rem}}.blog-container{max-width:1200px;margin:0 auto;padding:2.5rem 1rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:#e9e9e9}.blog-header{text-align:left;margin-bottom:1.5rem}.blog-title{color:#272727;font-size:2rem;font-weight:800;margin:0 0 .25rem}.blog-sub{color:#252525;margin:0 0 1.25rem}.posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:680px){.posts-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.post-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,rgba(12,12,12,.96),rgba(10,10,10,.88));border:1px solid rgba(255,200,60,.04);box-shadow:0 18px 45px rgba(3,6,6,.35);transition:transform .22s ease,box-shadow .22s ease}.post-card:hover{transform:translateY(-8px);box-shadow:0 34px 80px rgba(6,12,12,.45)}.post-thumb{position:relative;width:100%;height:366px;background:#111;overflow:hidden}.post-category{position:absolute;top:12px;z-index:6;display:inline-block;background:#ffd84a;color:#08120b;font-weight:700;font-size:12px;padding:6px 10px;border-radius:999px;box-shadow:0 6px 18px rgba(0,0,0,.35)}.post-image{object-fit:cover;object-position:center;transition:transform .5s ease}.post-card:hover .post-image{transform:scale(1.06)}.post-content{padding:1.25rem;display:flex;flex-direction:column;gap:.8rem;min-height:230px}.post-title{font-size:1.05rem;color:#ffffff;margin:0 0 .4rem;font-weight:700;line-height:1.25}.post-meta{justify-content:space-between;font-size:12px;margin-bottom:6px}.meta-left,.post-meta{display:flex;align-items:center;gap:8px;color:#bdbdbd}.meta-author{color:#d4d4d4}.meta-time{color:#bdbdbd}.meta-sep{opacity:.45}.post-excerpt{color:#d7d7d7;font-size:.93rem;line-height:1.55;margin:0;flex:1 1 auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.post-tags{margin-top:.6rem;display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:rgba(255,255,255,.03);color:#030303;font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.03)}.post-cta{margin-top:.6rem;display:flex;justify-content:flex-start}.btn-read{display:inline-block;padding:10px 20px;border-radius:10px;background:transparent;color:#0a6c66;font-weight:700;border:1px solid rgb(255 255 255);box-shadow:inset 0 -2px 0 rgba(0,0,0,.12);transition:background .14s ease,transform .12s ease;text-decoration:none}.btn-read:hover{background:linear-gradient(90deg,rgba(255,216,74,.12),rgba(255,200,60,.08));transform:translateY(-3px)}@media (max-width:540px){.post-thumb{height:160px}.post-content{padding:1rem}.post-title{font-size:1rem}.post-excerpt{-webkit-line-clamp:3}}.app-download-hero{background:linear-gradient(90deg,#041420,#0f6b63);color:#fff;padding:72px 5vw;border-bottom:4px solid #f2b500;overflow:visible;box-sizing:border-box;min-height:520px}.app-download-hero .inner{max-width:1280px;margin:0 auto;display:flex;gap:48px;align-items:center;justify-content:space-between;flex-wrap:nowrap}.app-download-hero .copy{flex:1 1 58%;max-width:720px;padding-right:6px}.app-download-hero h1{color:#ffd24d;font-size:clamp(1.8rem,3.6vw,3.6rem);line-height:1.02;margin:0 0 12px;font-weight:800;letter-spacing:-.5px}.app-download-hero .lead{color:rgba(255,255,255,.92);margin:0 0 18px;font-size:clamp(1rem,1.6vw,1.15rem);max-width:62ch}.app-download-hero .cta-row{display:flex;gap:14px;margin-top:18px;flex-wrap:wrap}.app-download-hero .btn{display:inline-block;padding:12px 18px;border-radius:10px;font-weight:700;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease;text-align:center;min-width:170px}.app-download-hero .btn-primary{background:linear-gradient(90deg,#ffd96c,#f0b33b 60%);color:#0b0b0b;box-shadow:0 10px 30px rgba(240,179,59,.12)}.app-download-hero .btn-primary:hover{transform:translateY(-3px)}.app-download-hero .btn-outline{background:transparent;color:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.08)}.app-download-hero .btn-outline:hover{background:rgba(255,255,255,.04);transform:translateY(-2px)}.app-download-hero .sub-note{margin-top:14px;color:rgba(255,255,255,.85);font-size:14px}.app-download-hero .device-preview{flex:0 0 38%;max-width:420px;width:38%;position:relative;height:auto;aspect-ratio:9/16;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(2,10,10,.55),inset 0 6px 18px rgba(242,181,0,.06);background:#081e1a}.app-download-hero .device-preview .next-image{object-fit:contain}@media (max-width:1024px){.app-download-hero{padding:60px 4vw;min-height:auto}.app-download-hero .inner{flex-direction:column;gap:28px;align-items:center;text-align:center}.app-download-hero .copy{max-width:760px;width:100%;padding-right:0}.app-download-hero .device-preview{width:320px;max-width:86%;aspect-ratio:9/16}}@media (max-width:480px){.app-download-hero{padding:40px 4vw}.app-download-hero h1{font-size:26px}.app-download-hero .lead{font-size:15px}.app-download-hero .btn{min-width:140px;padding:10px 14px}.app-download-hero .device-preview{width:260px;max-width:86%;aspect-ratio:9/16;border-radius:14px}}.app-download-features{padding:64px 5vw;max-width:1200px;margin:0 auto;text-align:center}.app-download-features h2{font-size:clamp(1.8rem,2.6vw,2.5rem);color:#0b5b4a;font-weight:800;margin-bottom:12px}.app-download-features .intro{color:#555;font-size:1.05rem;max-width:70ch;margin:0 auto 40px;line-height:1.6}.app-download-features .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.app-feature{background:#ffffff;border-radius:14px;padding:20px;display:flex;align-items:flex-start;gap:14px;border:1px solid rgba(11,91,74,.08);box-shadow:0 8px 24px rgba(11,91,74,.08);transition:transform .2s ease,box-shadow .2s ease}.app-feature:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(11,91,74,.12)}.app-feature .icon{flex-shrink:0;width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#0b5b4a,#0f6b63);display:flex;align-items:center;justify-content:center}.app-feature h4{font-size:1.1rem;color:#0b5b4a;margin-bottom:6px;font-weight:700}.app-feature p{color:#666;font-size:.95rem;line-height:1.5}.app-download-steps{background:#f8f9f7;padding:64px 5vw}.app-download-steps .inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:36px;align-items:start}.app-steps-list{background:#ffffff;border-radius:16px;padding:32px;box-shadow:0 8px 22px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.06)}.app-steps-list h2{font-size:clamp(1.6rem,2.4vw,2rem);color:#0b5b4a;font-weight:800;margin-bottom:8px}.app-steps-list p{color:#555;margin-bottom:16px}.app-steps-list ol{list-style:decimal inside;color:#333;line-height:1.7;margin-bottom:24px}.app-steps-list li{margin-bottom:10px}.app-steps-list .funds-cta{margin-top:18px}.btn.btn-primary{font-weight:700;padding:12px 22px;border-radius:10px;text-decoration:none;display:inline-block;box-shadow:0 8px 22px rgba(242,181,0,.18);transition:transform .2s ease,box-shadow .2s ease}.btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(242,181,0,.3)}.app-download-steps .sidebar{text-align:center}.app-download-steps .sidebar img{max-width:100%;border-radius:12px;box-shadow:0 12px 30px rgba(11,91,74,.2)}.app-download-cta{background:linear-gradient(90deg,#0b5b4a,#0f6b63);color:#fff;max-width:1200px;margin:60px auto 80px;border-radius:14px;padding:28px 36px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px}.app-download-cta p{font-weight:700;font-size:1.05rem;margin:0}.app-download-cta .actions{display:flex;gap:14px}.app-download-cta .btn.btn-cta{background:linear-gradient(90deg,#f2b500,#ffd24d);color:#0b5b4a;padding:12px 24px;border-radius:10px;font-weight:700;text-decoration:none;box-shadow:0 8px 22px rgba(242,181,0,.2);transition:transform .2s ease,box-shadow .2s ease}.app-download-cta .btn.btn-cta:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(242,181,0,.3)}@media (max-width:992px){.app-download-features .grid{grid-template-columns:repeat(2,1fr)}.app-download-steps .inner{grid-template-columns:1fr;text-align:center}.app-download-cta{flex-direction:column;text-align:center;padding:36px 20px}}@media (max-width:600px){.app-download-features .grid{grid-template-columns:1fr}.app-feature{text-align:left}.app-feature .icon{width:48px;height:48px}.app-steps-list{padding:24px}.app-download-cta p{font-size:.95rem}.btn.btn-cta,.btn.btn-primary{width:78%;text-align:center}}.home-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-post-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e5e5;display:flex;flex-direction:column}.home-post-thumb,.thumb-wrap{position:relative;width:100%}.thumb-wrap{aspect-ratio:16/9}.home-post-body{padding:16px;display:flex;flex-direction:column;gap:10px}@media (max-width:1024px){.home-blog-grid{grid-template-columns:repeat(2,1fr);gap:20px}.home-post-body{padding:14px;gap:8px}.home-post-title{font-size:18px;line-height:1.3}.home-post-excerpt{font-size:14px}}@media (max-width:640px){.home-blog-grid{grid-template-columns:1fr;gap:16px}.home-post-card{border-radius:10px}.thumb-wrap{aspect-ratio:16/9}.home-post-body{padding:12px;gap:8px}.home-post-title{font-size:16px;line-height:1.25;margin:0}.home-post-meta{font-size:12px;opacity:.9;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.home-post-excerpt{font-size:14px;line-height:1.55}.home-post-tags{display:flex;flex-wrap:wrap;gap:6px}.home-post-tags .tag{font-size:12px;padding:2px 8px;border-radius:999px;background:#f3f4f6}.home-post-card .btn-read{display:inline-flex;justify-content:center;width:100%;padding:10px 12px;font-size:14px}}@media (max-width:360px){.home-post-title{font-size:15px}.home-post-excerpt{font-size:13px}}.cb99-hero{background:#080f28;color:#fff;padding:50px 0}.hero-box{display:flex;align-items:center;justify-content:space-between;gap:30px}.hero-left h1{font-size:42px;line-height:1.3}.hero-left h1 span{color:#00d2ff}.hero-sub{margin:15px 0 25px;font-size:18px}.btn-primary,.hero-cta .btn-primary{display:flex;align-items:center;gap:16px;margin-top:20px}.btn-outline{padding:12px 28px;border:2px solid #fff;color:#fff;margin-left:15px;border-radius:8px}.hero-img{border-radius:16px}.cb99-section{padding:13px 0}.cb99-two-col{display:flex;gap:40px;align-items:center}.cb99-text h2{margin-bottom:15px}.cb99-list li{margin:8px 0;font-size:16px}.cb99-img,.cb99-media{width:100%}.cb99-img{height:auto;display:block;max-width:100%;border-radius:12px}.cb99-section.dark{background:#f7f7f7}.cb99-grid{grid-template-columns:repeat(3,1fr);gap:24px}.benefit-card{padding:20px;border-radius:12px;background:#fff;border:1px solid #e2e2e2}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step-card{background:#f9fafb;padding:20px;border-radius:12px;border:1px solid #e4e4e4}.step-num{background:#00d2ff;padding:6px 12px}.faq details{background:#fafafa;padding:15px;border-radius:8px;margin:10px 0;border:1px solid #e1e1e1}.faq summary{cursor:pointer;font-weight:600}.cb99-final{padding:70px 0;background:#080f28;color:#fff;text-align:center}.final-box h2{font-size:32px}.final-box p{margin-top:10px;font-size:18px}.btn-primary.big{margin-top:20px;padding:16px 40px;font-size:20px}.steps-detailed{grid-template-columns:repeat(2,1fr);gap:28px;margin-top:30px}.step-block{background:#f7f9fc;padding:22px;border-radius:12px;border:1px solid #e4e7eb}.step-block h3{margin:8px 0 6px;font-size:20px;font-weight:600}.step-block p{font-size:15px;line-height:1.6}.step-num{color:#f9fafb;background:#0b5b4a;border-radius:50%;width:36px;height:36px;font-size:18px;display:flex}.lead{margin-top:10px;font-size:17px;opacity:.9}.success-msg{margin-top:24px;font-size:18px;color:#0b8e2a;font-weight:600}@media (max-width:1024px){.container{padding-left:16px;padding-right:16px}.hero-box{gap:24px}.hero-left h1{font-size:34px;line-height:1.25}.cb99-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.cb99-two-col{gap:24px}.hero-img{width:320px}}@media (max-width:640px){.cb99-hero{padding:32px 0}.hero-box{flex-direction:column;align-items:center;text-align:center;gap:20px}.hero-left h1{font-size:28px;line-height:1.2}.hero-sub{font-size:16px;margin:10px 0 18px}.hero-cta{display:flex;flex-direction:column;gap:12px;width:100%;max-width:420px;margin:0 auto}.btn-outline,.btn-primary{display:inline-flex;justify-content:center;width:100%;margin-left:0;padding:12px 18px}.cb99-section{padding:40px 0}.cb99-two-col{flex-direction:column;align-items:flex-start}.cb99-text h2{font-size:22px}.cb99-grid,.steps-detailed,.steps-grid{grid-template-columns:1fr;gap:16px}.benefit-card,.step-block,.step-card{padding:16px}.step-num{width:32px;height:32px;font-size:16px}.faq details{padding:12px;margin:8px 0}.faq summary{font-size:16px}.final-box h2{font-size:24px}.final-box p{font-size:16px}.btn-primary.big{width:100%;padding:14px 20px;font-size:18px}}@media (max-width:360px){.hero-left h1{font-size:24px}.hero-sub{font-size:15px}}.hero-tags a{transition:all .3s ease}.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hero-tags a{display:inline-block;padding:8px 16px;background:#ffffff15;border:1px solid #ffffff30;backdrop-filter:blur(4px);color:#fff;border-radius:30px;font-size:14px;transition:.3s;text-decoration:none}.hero-tags a:hover{background:#ffb700;color:#000;border-color:#ffb700;box-shadow:0 4px 15px rgba(255,183,0,.4)}.cb99-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.benefit-card{border:1px solid #23242a;border-radius:16px;padding:18px}.benefit-card h3{font-size:18px;margin:8px 0}.benefit-card .muted{opacity:.8}.icon-wrap{height:36px}.icon-wrap img{height:36px;width:auto}.steps-detailed{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:14px}.step-block{border:1px solid #23242a;border-radius:16px;padding:16px;position:relative}.step-num{position:absolute;top:-10px;left:-10px;background:#ffb700;color:#000;font-weight:700;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px}.note-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:14px}.note{border:1px solid #23242a;border-radius:12px;padding:14px}.table-wrap{overflow:auto;margin-top:10px}.cb99-table{width:100%;border-collapse:separate;border-spacing:0;min-width:720px}.cb99-table td,.cb99-table th{border:1px solid #23242a;padding:10px}.cb99-table th{background:#f0c11c;text-align:left}.cb99-list.wide li{margin-bottom:8px}.center{text-align:center}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.muted{opacity:.85}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_d5a796{font-family:Poppins,Poppins Fallback;font-style:normal}