@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700&family=Inter&display=swap');

*{box-sizing:border-box}
body{margin:0;background:#050505;color:white;font-family:Inter}
.container{max-width:1200px;margin:auto;padding:0 25px}
section{padding:80px 0}
h1,h2,h3{font-family:Sora}
h1{font-size:58px}
h2{text-align:center;font-size:40px}
.gold,strong{color:#d4af37}
.hero-grid{display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:center}
.phoneXX{height:600px;border:2px solid #d4af37;border-radius:40px;display:flex;align-items:center;justify-content:center}
.phone{border:3px solid #d4af37;border-radius:40px;padding:15px}
.phone iframe{width:100%;aspect-ratio:9/16;border:0}
.phone-review{min-width:280px;height:400px}
.btn{display:inline-block;background:#d4af37;color:#000;padding:18px 40px;border-radius:50px;font-weight:bold}
.light{background:#f5f5f3;color:#111}
.dark{background:#111}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid>div,.card,.faq,{padding:30px;border-radius:25px;background:#151515;border:1px solid #333;text-align:center}
.light .grid>div{background:#fff}
.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.flow div{padding:30px;border:1px solid #d4af37;border-radius:20px;text-align:center}
.carousel-box{display:flex;align-items:center;gap:15px}
.carousel{display:flex;gap:20px;overflow:hidden;scroll-behavior:smooth}
.carousel div{min-width:260px;}
.video{min-width:260px;height:500px}
.arrow{width:50px;height:50px;border-radius:50%;border:0;background:#d4af37;font-size:30px}
.bonus-banner{width:100%;max-width:1200px;border-radius:20px;border:1px solid #d4af37;display:block;margin:auto auto 50px}
.bonus{background:#080808}
.center{text-align:center}
.offer{text-align:center;background:#111}
.offer h1{font-size:90px;color:#d4af37}
.faq{
background:#111;
border:1px solid rgba(212,175,55,.35);
border-radius:20px;
margin-bottom:15px;
overflow:hidden;
}

.faq button{
width:100%;
padding:25px;
background:none;
color:white;
border:0;
font-size:18px;
font-weight:700;
display:flex;
justify-content:space-between;
cursor:pointer;
}

.faq-content{
display:none;
padding:0 25px 25px;
color:#ccc;
line-height:1.7;
}

.faq.active .faq-content{
display:block;
}

input{display:block;width:80%;max-width:500px;margin:10px auto;padding:18px;background:#111;color:white}
@media(max-width:800px){.hero-grid,.grid,.flow{display:block}}

.video-thumb{
min-width:260px;
width:260px;
height:460px;
border-radius:25px;
overflow:hidden;
position:relative;
cursor:pointer;
background:#151515;
border:1px solid #333;
overflow:hidden;
}

.video-thumb img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.video-thumb p{
position:absolute;
bottom:0;
left:0;
right:0;
margin:0;
padding:15px;
background:linear-gradient(transparent,#000);
font-weight:bold;
}

.video-thumb .play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

    width:64px !important;
    height:64px !important;

    min-width:64px;
    max-width:64px;

    padding:0 !important;
    margin:0 !important;

    border-radius:50% !important;

    background:#d4af37;
    color:#000;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:26px;
    line-height:1;

    z-index:10;
}

.video-thumb .play::before{
    content:"";
}

.video-thumb .play{
    aspect-ratio:1 / 1;
}


.video-modal{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.85);
z-index:9999;
align-items:center;
justify-content:center;
}

.video-modal.active{
display:flex;
}

.video-popup{
width:360px;
max-width:90%;
}

.video-popup iframe{
width:100%;
height:640px;
border:0;
border-radius:25px;
}


/* TESTIMONI PHONE FIT */

.phone-review{
min-width:280px;
height:520px;
background:#050505;
border:8px solid #222;
border-radius:35px;
padding:15px;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}

.phone-screen{
width:100%;
height:100%;
border-radius:22px;
overflow:hidden;
background:#fff;
}

.phone-screen img{
width:100%;
height:100%;
object-fit:cover;
}

/* FAQ accordion fix */
.faq button span{
color:#d4af37;
font-size:24px;
}

.faq-content p{
margin:0;
text-align:left;
}

.faq button:after{
content:'+';
color:#d4af37;
font-size:24px;
}

.faq.active button:after{
content:'−';
}


/* FIX TARGET AUDIENCE + PROBLEM CARDS */

.light .grid > div,
section:not(.light) .grid > div {

    background:transparent;
    border:1px solid rgba(212,175,55,.45);
    border-radius:18px;

    padding:25px 20px;

    color:inherit;

    display:flex;
    align-items:center;

    font-size:18px;
    font-weight:600;

    transition:.3s;
}


.light .grid > div:hover,
section:not(.light) .grid > div:hover {

    border-color:#d4af37;

    transform:translateY(-5px);

    box-shadow:0 10px 30px rgba(212,175,55,.15);

}


/* Background putih section */

.light .grid > div{

    background:white;
    color:#111;

    border:1px solid #ddd;

}


/* Problem section */

section:not(.light) .grid > div{

    background:#111;

    color:white;

}


/* Icon spacing */

.grid > div:first-letter{

    margin-right:8px;

}


/* FIX BONUS CARD */

.bonus .grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}


.bonus .card{

background:#111;

border:1px solid rgba(212,175,55,.45);

border-radius:25px;

padding:35px 30px;

text-align:left;

display:block !important;

}


.bonus .card b{

display:inline-block;

color:#d4af37;

font-size:14px;

margin-bottom:20px;

}


.bonus .card h3{

font-size:24px;

line-height:1.3;

margin:10px 0 15px;

color:white;

}


.bonus .card p{

color:#ccc;

font-size:16px;

line-height:1.6;

min-height:80px;

}


.bonus .card strong{

display:block;

margin-top:20px;

color:#d4af37;

font-size:18px;

}


/* Hover premium */

.bonus .card:hover{

transform:translateY(-5px);

border-color:#d4af37;

box-shadow:0 15px 40px rgba(212,175,55,.15);

}


.order-section{

background:#050505;

padding:100px 20px;

}


.order-card{

max-width:600px;

margin:auto;

background:#111;

border:1px solid rgba(212,175,55,.5);

border-radius:30px;

padding:50px 40px;

text-align:center;

box-shadow:
0 20px 50px rgba(0,0,0,.5);

}


.order-card h2{

font-size:40px;

color:white;

}


.order-subtitle{

color:#ccc;

font-size:18px;

}


.price-box{

margin:35px 0;

}


.price-box span{

color:#d4af37;

}


.price-box h1{

font-size:90px;

color:#d4af37;

margin:10px;

}


.price-box p{

font-size:20px;

font-weight:bold;

}


.order-benefit{

background:#080808;

border-radius:20px;

padding:25px;

text-align:left;

margin:30px 0;

border:1px solid #333;

}


.order-benefit p{

color:#eee;

}


.order-card input{

width:100%;

padding:18px;

margin:8px 0;

background:#050505;

border:1px solid #555;

border-radius:12px;

color:white;

font-size:16px;

}


.order-card button{

width:100%;

padding:20px;

margin-top:20px;

background:#d4af37;

border:0;

border-radius:50px;

font-size:18px;

font-weight:bold;

cursor:pointer;

}


.secure{

margin-top:25px;

color:#aaa;

font-size:14px;

}



.phone-review{
    min-width:280px;
    height:auto;
    background:transparent;
    border:0;
    padding:0;
    display:block;
    text-align:center;
}


.phone-screen{
    width:280px;
    height:520px;
    margin:auto;

    background:#050505;

    border:8px solid #222;
    border-radius:35px;

    overflow:hidden;
}


.phone-screen img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.testimonial-title{

    margin-top:15px;

    color:white;

    font-size:17px;

    font-weight:700;

    text-align:center;

}



.hero{
    padding:100px 0;
    background:#050505;
}


.hero-grid{

    display:grid;
    grid-template-columns:1fr 420px;
    gap:70px;
    align-items:center;

}


.gold-badge{

    display:inline-block;

    padding:12px 25px;

    border:1px solid #d4af37;

    border-radius:50px;

    color:#d4af37;

    font-weight:700;

    margin-bottom:30px;

    background:rgba(212,175,55,.08);

}



.hero-content h1{

    font-size:58px;

    line-height:1.15;

    margin-bottom:25px;

}



.hero-content p{

    font-size:20px;

    color:#ccc;

    margin-bottom:35px;

}



.hero-image{

    display:flex;

    justify-content:center;

}



.hero-image img{

    width:100%;

    max-width:420px;

    height:auto;

    border-radius:35px;

    border:2px solid #d4af37;

    box-shadow:
    0 0 50px rgba(212,175,55,.25);

}

.btn{
    text-decoration:none;
}


.order-card form button{

width:100%;

padding:20px;

margin-top:20px;

background:#d4af37;

border:0;

border-radius:50px;

font-size:18px;

font-weight:bold;

cursor:pointer;

}


.order-card form button:hover{

transform:translateY(-3px);

}



/* Purchase Popup */

.purchase-popup{

position:fixed;
right:20px;
bottom:20px;

background:#FF6467;
color:white;

padding:15px 20px;

border-radius:8px;

font-size:14px;
font-weight:600;

z-index:999999;

display:flex;
align-items:center;
gap:20px;

opacity:0;
transform:translateY(30px);

transition:.4s;

}


.purchase-popup.show{

opacity:1;
transform:translateY(0);

}


.purchase-popup button{

background:none;
border:0;
color:white;
font-size:20px;
cursor:pointer;

}




.offer-bar{

background:
linear-gradient(
135deg,
#111827,
#7c2d12
);

color:white;

padding:15px 20px;

position:sticky;

top:0;

z-index:999;


}



.offer-container{

max-width:1200px;

margin:auto;

display:flex;

align-items:center;

justify-content:space-between;

gap:20px;

}



.offer-text{

font-size:16px;

line-height:1.5;

}


.offer-text strong{

color:#facc15;

font-size:20px;

}


.offer-text span{

color:#fed7aa;

font-size:14px;

}



.countdown{

display:flex;

gap:10px;

}



.countdown div{

background:white;

color:#111827;

border-radius:10px;

padding:8px 12px;

text-align:center;

min-width:60px;

}



.countdown strong{

display:block;

font-size:24px;

}



.countdown small{

font-size:11px;

}



.offer-btn{

background:#facc15;

color:#111827;

font-weight:800;

padding:14px 22px;

border-radius:50px;

white-space:nowrap;

text-decoration:none;

}


.offer-btn:hover{

transform:scale(1.05);

}



@media(max-width:768px){


.offer-container{

flex-direction:column;

text-align:center;

}


.countdown{

justify-content:center;

}


.countdown div{

min-width:55px;

}


.offer-btn{

width:100%;

}


}