/*
 Theme Name: GeneratePress Child
 Theme URI: https://fallingpickaxe.casino
 Description: Child theme for GeneratePress
 Author: Alex
 Template: generatepress
 Version: 1.0
 Text Domain: generatepress-child
*/

/* Your custom CSS starts here */

/* ===========================
   FALLING PICKAXE HERO
=========================== */

.fp-hero{
position:relative;
background:#141414;
padding:70px 0;
overflow:hidden;
}

.fp-overlay{
position:absolute;
inset:0;
background:
linear-gradient(rgba(18,18,18,.82),rgba(18,18,18,.88)),
url("/wp-content/uploads/mine-bg.webp") center/cover no-repeat;
}

.fp-container{
position:relative;
z-index:2;
width:min(1280px,94%);
margin:auto;
display:grid;
grid-template-columns:520px 1fr;
gap:50px;
align-items:center;
}

.fp-badge{
display:inline-block;
background:#FFD54A;
color:#111;
padding:8px 16px;
border-radius:30px;
font-weight:700;
font-size:13px;
letter-spacing:.08em;
margin-bottom:18px;
}

.fp-rating{
font-size:24px;
color:#FFD54A;
margin-bottom:18px;
}

.fp-rating span{
font-size:16px;
color:#ddd;
margin-left:10px;
}

.fp-left h1{
font-size:58px;
line-height:1.05;
margin-bottom:24px;
color:#fff;
}

.fp-subtitle{
font-size:21px;
line-height:1.7;
color:#d7d7d7;
margin-bottom:35px;
}

.fp-buttons{
display:flex;
gap:16px;
margin-bottom:30px;
flex-wrap:wrap;
}

.fp-btn{
padding:17px 34px;
border-radius:10px;
font-weight:700;
text-decoration:none;
transition:.25s;
font-size:18px;
}

.fp-green{
background:#00C853;
color:#fff;
}

.fp-green:hover{
background:#00E676;
transform:translateY(-2px);
}

.fp-gold{
background:#FFD54A;
color:#111;
}

.fp-gold:hover{
background:#FFC107;
transform:translateY(-2px);
}

.fp-trust{
display:flex;
flex-wrap:wrap;
gap:16px;
margin-bottom:32px;
font-size:15px;
color:#cfcfcf;
}

.fp-trust div{
background:#232323;
padding:10px 16px;
border-radius:30px;
border:1px solid #333;
}

.fp-stats{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
}

.fp-stat{
background:#1d1d1d;
border:1px solid #303030;
border-radius:14px;
padding:18px;
}

.fp-stat span{
display:block;
font-size:14px;
color:#bdbdbd;
margin-bottom:8px;
}

.fp-stat strong{
font-size:22px;
color:#FFD54A;
}

.fp-demo-card{
background:#1b1b1b;
border:2px solid #FFD54A;
border-radius:18px;
overflow:hidden;
box-shadow:0 20px 45px rgba(0,0,0,.45);
}

.fp-demo-header{
padding:22px 28px;
background:#232323;
border-bottom:1px solid rgba(255,255,255,.08);
}

.fp-demo-header h3{
margin:0;
color:#fff;
font-size:28px;
}

.fp-demo-header p{
margin:6px 0 0;
color:#bdbdbd;
}

.fp-demo-card iframe{
width:100%;
height:760px;
border:0;
display:block;
background:#111;
}

/* Review */

#review{
width:min(900px,92%);
margin:70px auto;
}

#review p{
font-size:19px;
line-height:1.9;
margin-bottom:28px;
}

/* Mobile */

@media(max-width:1100px){

.fp-container{
grid-template-columns:1fr;
}

.fp-left h1{
font-size:46px;
}

.fp-demo-card iframe{
height:620px;
}

}

@media(max-width:768px){

.fp-hero{
padding:45px 0;
}

.fp-left h1{
font-size:34px;
}

.fp-subtitle{
font-size:18px;
}

.fp-buttons{
flex-direction:column;
}

.fp-btn{
width:100%;
text-align:center;
}

.fp-stats{
grid-template-columns:1fr;
}

.fp-demo-card iframe{
height:520px;
}

}