:root{

--red:#ff003c;
--dark:#050505;
--card:#111;
--white:#fff;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#f5f5f5;
}

.topbar{

    background:#0c0c0c;

    border-top:2px solid #7a0000;

    border-bottom:1px solid #222;

    padding:10px 20px;

}

.topbar-menu{

    max-width:1200px;

    margin:auto;

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.topbar-menu a{

    color:#fff;

    text-decoration:none;

    font-size:12px;

    font-weight:700;

    transition:.3s;

}

.topbar-menu a:hover{

    color:#ffd700;

}

.language{

    display:flex;

    align-items:center;

    gap:8px;

    color:#fff;

    font-size:12px;

    font-weight:700;

    cursor:pointer;

}

.language img{

    width:18px;

    height:18px;

    border-radius:50%;

}

.header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px;
background:white;
}

.logo{
font-size:40px;
font-weight:bold;
color:var(--red);
}

.logo img{
    max-width:250px;
    height:auto;
    display:block;
}

.search{
display:flex;
}

.search input{
width:400px;
padding:12px;
}

.search button{
padding:12px 20px;
background:black;
color:white;
border:none;
}

.menu{
display:flex;
justify-content:center;
gap:25px;
padding:15px;
background:white;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
}

.menu a{
text-decoration:none;
color:#000;
font-weight:bold;
}

.cta{
display:flex;
justify-content:center;
gap:20px;
padding:30px;
}

.btn-daftar,
.btn-login{

position:relative;
overflow:hidden;

width:300px;
text-align:center;
padding:18px;
font-size:24px;
font-weight:bold;
text-decoration:none;
border-radius:15px;

background:linear-gradient(
90deg,
#ffd700,
#ffc400,
#c89b00
);

color:#000;

box-shadow:
0 0 10px rgba(255,196,0,.4),
0 0 20px rgba(255,196,0,.3);

}

.btn-daftar::before,
.btn-login::before{

content:"";

position:absolute;
top:0;
left:-100%;

width:50%;
height:100%;

background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,.9),
transparent
);

transform:skewX(-25deg);

animation:shine 3s infinite;

}

@keyframes shine{

0%{
left:-100%;
}

100%{
left:200%;
}

}

.product{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:100px 1fr 350px;
gap:20px;
padding:20px;
}

.thumbs img{
width:100%;
margin-bottom:10px;
}

.banner img{
width:100%;
}

.info{
background:white;
padding:20px;
}

.info h1{

    font-size:38px;

    line-height:1.3;

    margin-bottom:15px;

}

.info h2{

    margin-bottom:15px;

}

.link-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
margin-top:20px;
}

.link-grid a{

padding:12px;

border:1px solid #bbb;

text-decoration:none;

text-align:center;

color:#000;

font-weight:600;

background:#fff;

transition:.3s;

}

.link-grid a:hover{

background:#111;

color:#fff;

border-color:#111;

}

.seo-content{
    max-width:1200px;
    margin:auto;
    padding:40px;

    background:#000;

    border:1px solid rgba(255, 217, 0, 0.582);

    border-radius:20px;

    box-shadow:
    0 0 8px rgb(255, 217, 0);


    margin-top:30px;

    position:relative;
    overflow:visible;
}

.seo-content::before{

content:"";

position:absolute;

top:-8px;
left:-8px;
right:-8px;
bottom:-8px;

border:1px solid rgba(255,215,0,.15);

border-radius:25px;

pointer-events:none;

}

.seo-content::after{

content:"";

position:absolute;

top:-16px;
left:-16px;
right:-16px;
bottom:-16px;

border:1px solid rgba(255,215,0,.08);

border-radius:30px;

pointer-events:none;

}

.seo-content h2{

color:#ffd700;

font-size:30px;

font-weight:500;

margin-bottom:25px;

text-shadow:
0 0 4px rgb(255, 217, 0);

}

.seo-content h3{

color:#ffd700;

font-size:22px;
font-weight:500;

margin-bottom:25px;

text-shadow:
0 0 4px rgb(255, 217, 0);

}

.keunggulan{
    color:#fff;
    margin-top:20px;
    padding-left:25px;
}

.keunggulan li{
    margin-bottom:5px;
    line-height:1.8;
    font-size:19px;
}

.tips-title{
color:#ffd700;
font-size:24px;
font-weight:600;
margin-bottom:20px;
margin-top:30px;
}

.tips-list{
color:#fff;
padding-left:30px;
line-height:2;
font-size:16px;

}

.tips-list li{
margin-bottom:5px;
font-size:19px;

}

.seo-content p{
color:#fff;
line-height:1.9;
font-size:18px;

}

.faq-plazabola{

max-width:1200px;
margin:40px auto;
background:#000;
border-radius:20px;
padding:25px;
border:1px solid rgba(255,215,0,.25);
box-shadow:0 0 8px rgb(255, 217, 0);
}

.faq-box{
background:linear-gradient(
180deg,
#3b0000,
#220000
);

border:1px solid rgba(255,215,0,.35);
border-radius:18px;
padding:35px;

}

.faq-box h2{

text-align:center;

color:#ffd700;

font-size:34px;

font-weight:600;

margin-bottom:40px;

text-shadow:
0 0 5px rgba(255,215,0,.25);

}

.faq-item{

padding:20px;

border-bottom:1px solid rgba(255,215,0,.15);

transition:all .3s ease;

border-radius:10px;

}

.faq-item:hover{

transform:translateX(10px);

background:rgba(255,215,0,.05);

}

.faq-item:last-child{

border-bottom:none;

}

.faq-item h3{

color:#ffd700;

font-size:18px;

font-weight:600;

text-align:center;

margin-bottom:15px;

}

.faq-item p{

color:#fff;

line-height:1.9;

text-align:center;

font-size:16px;

}

.testimonial{
max-width:1200px;
margin:auto;
background:#000;
border-radius:20px;
font-size:12px;
padding:25px;
border:1px solid rgba(255, 217, 0, 0.582);
box-shadow:0 0 8px rgb(255, 217, 0);
}

.testimonial h2{
color:white;
padding:20px;
text-align:center;
}

.review-header{
display:flex;
align-items:center;
margin-bottom:15px;
}

.review-avatar{

width:60px;
height:60px;
overflow:hidden;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(
135deg,
#fff4b0,
#ffd700,
#c89b00
);

color:#000;

font-size:24px;
font-weight:bold;

border:2px solid rgba(255,215,0,.7);

box-shadow:
0 0 5px rgba(255,215,0,.25),
inset 0 1px 3px rgba(255,255,255,.5);

margin-right:15px;

transition:.3s ease;

}

.review-avatar img{

width:100%;

height:100%;

object-fit:cover;

}

.review-user h3{
color:#ffd700;
margin-bottom:5px;
font-size:18px;
}

.review-stars{
color:#ffd700;
letter-spacing:2px;
margin-bottom:4px;
}

.review-user span{
font-size:13px;
color:#ddd;
font-size:15px;
}

.card h4{
color:#ffd700;
margin-bottom:12px;
font-size:22px;
}

.card p{
color:#fff;
line-height:1.8;
font-size:15px;
}

.card{
background:linear-gradient(
180deg,
#3b0000,
#220000
);

border:1px solid rgba(255,215,0,.25);
padding:25px;
border-radius:15px;
margin-bottom:15px;
color:white;

transition:
transform .35s ease,
background .35s ease,
border-color .35s ease,
box-shadow .35s ease;
}

.card:hover{

    transform:
    translateY(-5px)
    scale(1.02);

    background:linear-gradient(
    180deg,
    #3b0000,
    #220000
    );

    border-color:#ffd90057;

    box-shadow:
    0 8px 20px rgba(255, 217, 0, 0.164);

}

.card h3{
    font-size:15px;
    color: #ffc400;
    margin-bottom:15px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
padding:40px;
background:white;
}

.seo-content h2{
    margin-bottom:25px;
    line-height:1.5;
}

.seo-content p{
    line-height:1.9;
    margin-bottom:25px;
}

.footer-shortcut{

max-width:1200px;

margin:50px auto 30px;

display:grid;

grid-template-columns:repeat(6,1fr);

gap:15px;

}

.shortcut-box{

background:#fff;

padding:20px;

text-align:center;

border:1px solid #eee;

transition:.3s;

cursor:pointer;

}

.shortcut-box:hover{

transform:translateY(-3px);

box-shadow:
0 5px 15px rgba(0,0,0,.08);

}

.shortcut-box span{

font-size:28px;

display:block;

margin-bottom:10px;

}

.shortcut-box p{

font-size:13px;

font-weight:600;

}

/* FOOTER */

.footer{

max-width:1200px;

margin:30px auto;

padding-top:30px;

border-top:1px solid #ddd;

}

.footer-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:40px;

}

.footer-grid h3{

font-size:18px;

margin-bottom:20px;

color:#000;

}

.footer-grid a{

display:block;

margin-bottom:12px;

text-decoration:none;

color:#333;

font-size:14px;

transition:.3s;

}

.footer-grid a:hover{

color:#ffc400;

}

.footer-divider{

height:1px;

background:#d8d8d8;

margin:18px 0;

}

.footer-copyright{

    max-width:1200px;

    margin:20px auto;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    padding:20px;

    border-top:1px solid #ddd;
}

.footer-dot{

width:18px;

height:18px;

border-radius:50%;

background:linear-gradient(
135deg,
#fff4b0,
#ffd700,
#c89b00
);

display:flex;

align-items:center;

justify-content:center;

font-size:10px;

color:#000;

font-weight:bold;

box-shadow:
0 0 4px rgba(255,215,0,.25);

}

.copyright-text{

font-size:15px;

color:#888;

letter-spacing:.5px;

}

@media(max-width:768px){

.footer-copyright{

flex-direction:column;

gap:10px;

text-align:center;

}

}

/* EMAIL */

.newsletter{

display:flex;

margin-bottom:20px;

}

.newsletter input{

flex:1;

padding:12px;

border:1px solid #ddd;

}

.newsletter button{

padding:12px 20px;

background:#000;

color:#fff;

border:none;

cursor:pointer;

}

/* =========================
   FOOTER ACCORDION
========================= */

.footer-accordion{
    max-width:1200px;
    margin:30px auto;
    background:#fff;
}

.acc-item{
    border-bottom:1px solid #ddd;
}

.acc-btn{

    width:100%;
    background:none;
    border:none;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 10px;

    font-size:18px;
    font-weight:700;

    cursor:pointer;

    color:#000;
}

.acc-btn span{
    font-size:28px;
    color:#666;
    transition:.3s;
}

.acc-content{

    max-height:0;
    overflow:hidden;

    transition:max-height .4s ease;

    display:flex;
    flex-direction:column;
}

.acc-content a{

    text-decoration:none;

    color:#222;

    text-align:center;

    padding:10px;

    transition:.3s;
}

.acc-content a:hover{
    color:#c89b00;
}

/* DESKTOP */
@media screen and (min-width:769px){

    .footer-accordion{
        display:none !important;
    }

    .footer-grid{
        display:grid !important;
    }

}

/* MOBILE */
@media screen and (max-width:768px){

    .footer-grid{
        display:none !important;
    }

    .footer-accordion{
        display:block !important;
    }

}

.menu-box{

    max-width:1200px;

    margin:30px auto;

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:12px;
}

.box-item{

    background:#fff;

    border:1px solid #ddd;

    text-decoration:none;

    color:#000;

    min-height:90px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    border-radius:8px;

    transition:.3s;
}

.box-item:hover{

    transform:translateY(-3px);

    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.brand{
    color:#b8860b;
    font-weight:700;
    font-size:16px;
    margin-bottom:10px;
}

.price{
    font-size:42px;
    font-weight:700;
}

.sub-info{
    color:#777;
    margin-bottom:15px;
}

.rating-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    margin-bottom:20px;
}

.stars{
    color:#ffb400;
}

.rating-row a{
    color:#2f6ae6;
    text-decoration:none;
}

.section-title{
    margin-bottom:15px;
}

.promo-box{
    background:#f5f5f5;
    border:1px solid #ddd;
    padding:15px;
    margin-top:20px;
    border-radius:8px;
}

.action-btn{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.btn-login-small,
.btn-daftar-small{
    flex:1;
    text-align:center;
    padding:14px;
    text-decoration:none;
    font-weight:bold;
}

.btn-login-small{
    background:#111;
    color:#fff;
}

.btn-daftar-small{
    background:#c89b00;
    color:#fff;
}

/* DESKTOP */
@media screen and (min-width:769px){

    .footer-accordion{
        display:none !important;
    }

}

/* MOBILE */
@media screen and (max-width:768px){

    .footer-grid{
        display:none !important;
    }

    .footer-accordion{
        display:block !important;
    }

}

@media screen and (min-width:769px){

    .footer-accordion{
        display:none !important;
        visibility:hidden;
        height:0;
        overflow:hidden;
        margin:0;
        padding:0;
    }

}

.product-title{

    font-size:32px;

    line-height:1.25;

    margin-bottom:15px;

    font-weight:700;
}

.info-box,
.shipping-box{

    display:flex;

    align-items:center;

    gap:15px;

    border:1px solid #ddd;

    background:#f7f7f7;

    padding:15px;

    margin-top:15px;
}

.info-icon,
.ship-icon{

    font-size:28px;

    min-width:35px;
}

.qty-box{

    margin-top:25px;
}

.qty-box label{

    display:block;

    margin-bottom:10px;

    font-weight:bold;
}

.qty-box input{

    width:100px;

    padding:10px;

    border:1px solid #ccc;
}

.action-btn{

    display:flex;

    gap:10px;

    margin-top:20px;
}

.btn-login-small,
.btn-daftar-small{

    flex:1;

    padding:14px;

    text-align:center;

    text-decoration:none;

    font-weight:bold;

    color:#fff;
}

.btn-login-small{

    background:#111;
}

.btn-daftar-small{

    background:#c89b00;
}

.extra-links{

    display:flex;

    flex-direction:column;

    gap:10px;

    margin-top:20px;
}

.extra-links a{

    color:#2f6ae6;

    text-decoration:none;

    font-size:14px;
}

.footer-newsletter{

    padding:25px;

    border-radius:8px;

}

.mobile-newsletter{
    display:none;
}

.newsletter-form{

    display:flex;

    margin:15px 0;

}

.newsletter-form input{

    flex:1;

    height:42px;

    border:1px solid #ddd;

    padding:0 12px;

}

.newsletter-form button{

    width:100px;

    background:#000;

    color:#fff;

    border:none;

    font-weight:bold;

}

.agree-box{

    display:flex;

    gap:10px;

    font-size:12px;

    margin-top:10px;

}

.social-icons{

    display:flex;

    gap:12px;

    margin-top:20px;

}

.social-icons a{

    width:40px;
    height:40px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    transition:.3s;

}

.social-icons a:hover{

    background:#c40000;

    box-shadow:
    0 0 10px #ff0000;

}