*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Segoe UI,sans-serif;
}

body{
    background:#f4f5f7;
    color:#222;
    padding-top:0;
}

/* =========================
TOPBAR
========================= */

.topbar{

height:68px;

background:#ff2d8d;

display:flex;

align-items:center;

justify-content:space-between;

padding:0 18px;

color:#fff;

}

.brand{

display:flex;

align-items:center;

gap:12px;

}

.brand img{

width:48px;

height:48px;

}

.brand-text{

font-size:24px;

font-weight:700;

}

.header-actions{

display:flex;

gap:20px;

}

.icon-btn{

font-size:28px;

text-decoration:none;

color:white;

}



/* =========================
NAVBAR
========================= */

.navbar{

background:white;

display:flex;

justify-content:space-around;

align-items:center;

height:70px;

box-shadow:0 3px 10px rgba(0,0,0,.08);

position:sticky;

top:0;

z-index:999;

}

.nav-item{

flex:1;

text-align:center;

text-decoration:none;

color:#444;

padding:10px 0;

transition:.2s;

cursor:pointer;

}

.nav-item:hover{

background:#ffe3ef;

}

.nav-item div{

font-size:28px;

margin-bottom:4px;

}

.nav-item span{

font-size:14px;

font-weight:700;

}



/* =========================
MORE
========================= */

.more-menu{

display:none;

position:absolute;

right:15px;

top:140px;

background:white;

width:230px;

border-radius:14px;

box-shadow:0 10px 30px rgba(0,0,0,.18);

overflow:hidden;

z-index:99999;

}

.more-menu.show{

display:block;

}

.more-menu a{

display:block;

padding:15px;

text-decoration:none;

color:#333;

font-size:15px;

}

.more-menu a:hover{

background:#f8f8f8;

}

.brand{
display:flex;
align-items:center;
gap:10px;
color:white;
font-weight:700;
}

.brand img{
width:120px;
height:120px;
border-radius:50%;
object-fit:cover;
}

.menu-btn{
font-size:28px;
color:white;
text-decoration:none;
}

/* BANNER */

.banner{
height:220px;
margin:15px;
border-radius:20px;
background:linear-gradient(135deg,#ff2d8d,#ff78ba);
display:flex;
align-items:flex-end;
padding:25px;
color:white;
}

.banner-content h2{
font-size:28px;
margin-bottom:10px;
}

.banner-content p{
margin-bottom:15px;
}

.btn-banner{
display:inline-block;
background:white;
color:#ff2d8d;
padding:12px 20px;
border-radius:30px;
font-weight:bold;
text-decoration:none;
}

/* MENU */

.kategori{
display:flex;
gap:10px;
overflow-x:auto;
padding:0 15px 15px;
}

.kategori a{
background:white;
padding:12px 18px;
border-radius:15px;
text-decoration:none;
color:#222;
font-weight:600;
white-space:nowrap;
box-shadow:0 3px 10px rgba(0,0,0,.08);
}

/* JUDUL */

.judul-section{
padding:0 15px;
margin-bottom:15px;
font-size:24px;
}

/* PRODUK */

.produk-grid{
padding:0 15px 20px;
display:grid;
grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
gap:15px;
}

.produk{
display:block;
background:white;
border-radius:15px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,.08);
text-decoration:none;
color:#222;
transition:.2s;
}

.produk:hover{
transform:translateY(-3px);
}

.produk img{
width:100%;
height:180px;
object-fit:cover;
}

.isi{
padding:15px;
}

.isi h3{
font-size:18px;
margin-bottom:10px;
}

.harga{
font-size:22px;
font-weight:700;
color:#ff2d8d;
margin-bottom:12px;
}

.btn-detail{
display:block;
text-align:center;
background:#ff2d8d;
color:white;
padding:10px;
border-radius:10px;
text-decoration:none;
}

/* FOOTER */

.footer{
    margin-top:40px;
    background:#111;
    color:#ccc;
    text-align:center;
    padding:25px 15px;
    border-top:3px solid #ff2d8d;
}

.footer-content p{
    margin:6px 0;
}

.footer-links{
    margin:12px 0;
}

.footer-links a{
    color:#ff2d8d;
    text-decoration:none;
    font-weight:600;
    margin:0 8px;
}

.footer-links a:hover{
    text-decoration:underline;
}

.copyright{
    font-size:13px;
    color:#888;
    margin-top:12px;
}
/* MOBILE */

@media(max-width:768px){

.banner{
height:180px;
}

.banner-content h2{
font-size:22px;
}

.produk-grid{
grid-template-columns:repeat(2,1fr);
}

.brand span{
font-size:14px;
}

}

@media(max-width:480px){

.produk-grid{
grid-template-columns:1fr 1fr;
}

.produk img{
height:140px;
}

.harga{
font-size:18px;
}

}

/* MENU HAMBURGER */

.menu-btn{
font-size:28px;
cursor:pointer;
user-select:none;
color:white;
}

.menu-popup{
position:fixed;
top:70px;
right:15px;
width:240px;
background:#fff;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
display:none;
overflow:hidden;
z-index:9999;
}

.menu-popup a{
display:block;
padding:14px 18px;
color:#222;
text-decoration:none;
border-bottom:1px solid #eee;
}

.menu-popup a:hover{
background:#fff0f7;
}

.menu-popup.show{
display:block;
}

}

/* TOMBOL CARI */

.header-actions{
display:flex;
align-items:center;
gap:12px;
}

.search-btn{
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.2);
border-radius:50%;
text-decoration:none;
font-size:18px;
color:white;
}

.search-btn:hover{
background:rgba(255,255,255,.35);
}

.brand{
display:flex;
align-items:center;
gap:10px;
}

.brand img{
width:120px;
height:120px;
object-fit:contain;
}

.header-actions{
display:flex;
align-items:center;
gap:10px;
}

.search-btn,
.menu-btn{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.15);
color:white;
text-decoration:none;
font-size:20px;
cursor:pointer;
}

.slider-container{
    position:relative;
    max-width:1200px;
    margin:15px auto;
    overflow:hidden;
    border-radius:20px;
}

.slider-track{
display:flex;
transition:transform .5s ease;
}

.slider-track img{
width:100%;
flex-shrink:0;
height:320px;
object-fit:cover;
}

.prev,
.next{
position:absolute;
top:50%;
transform:translateY(-50%);
border:none;
background:rgba(0,0,0,.4);
color:white;
width:40px;
height:40px;
border-radius:50%;
cursor:pointer;
z-index:5;
}

.prev{
left:10px;
}

.next{
right:10px;
}

.dots{
position:absolute;
bottom:12px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:8px;
}

.dot{
width:10px;
height:10px;
border-radius:50%;
background:rgba(255,255,255,.5);
}

.dot.active{
background:white;
}

@media(max-width:768px){

.slider-track img{
height:170px;
}

.prev,
.next{
width:34px;
height:34px;
}

}

.rekber-buttons{
display:flex;
gap:12px;
justify-content:center;
flex-wrap:wrap;
margin-top:20px;
}

.btn-banner{
display:inline-block;
padding:14px 24px;
border-radius:12px;
text-decoration:none;
font-weight:bold;
transition:.3s;
}

.btn-fb{
background:#1877F2;
color:white;
}

.btn-wa-banner{
background:#25D366;
color:white;
}

.btn-banner:hover{
transform:translateY(-2px);
}

@media(max-width:768px){

.rekber-buttons{
flex-direction:column;
}

.btn-banner{
width:100%;
text-align:center;
}

}

.rekber-wrapper{
position:relative;
display:inline-block;
}

.rekber-menu{
display:none;
position:absolute;
top:60px;
left:50%;
transform:translateX(-50%);
background:white;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
min-width:250px;
overflow:hidden;
z-index:9999;
}

.rekber-menu a{
display:block;
padding:15px;
text-decoration:none;
color:#222;
font-weight:600;
border-bottom:1px solid #eee;
}

.rekber-menu a:hover{
background:#fff5fa;
}

.rekber-menu.show{
display:block;
}

.brand-text{
font-size:26px;
font-weight:900;
letter-spacing:2px;
color:#fff;
text-transform:uppercase;
font-family:Arial,sans-serif;
text-shadow:
0 2px 4px rgba(0,0,0,.25),
0 4px 12px rgba(0,0,0,.15);
}

.note-rekber{
text-align:center;
margin-top:8px;
margin-bottom:20px;
font-size:14px;
font-style:italic;
color:#e91e63;
font-weight:600;
}

.brand-text{
font-size:24px;
font-weight:800;
letter-spacing:1px;
color:#fff;
text-transform:uppercase;
text-shadow:0 2px 8px rgba(0,0,0,.25);
}

.note-rekber{
text-align:center;
margin:10px 0 25px;
font-size:14px;
font-style:italic;
color:#e91e63;
font-weight:600;
}

.card-link{
display:block;
text-decoration:none;
color:inherit;
}

.btn-detail{
margin-top:15px;
padding:12px;
background:#ff2d8d;
color:#fff;
text-align:center;
border-radius:10px;
font-weight:bold;
}

.btn-detail:hover{
opacity:.9;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
gap:20px;
}

.card{
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.card img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.card-body{
padding:15px;
}

.harga{
font-size:22px;
font-weight:bold;
color:#ff2d8d;
margin-top:10px;
}

.deskripsi{
font-size:14px;
color:#666;
margin-top:10px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
gap:25px;
padding:20px;
align-items:stretch;
}

.card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);
display:flex;
flex-direction:column;
height:100%;
transition:.3s;
}

.card:hover{
transform:translateY(-5px);
}

.card img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.card-body{
padding:15px;
display:flex;
flex-direction:column;
flex:1;
}

.page-hero{
text-align:center;
padding:35px 20px;
margin:20px;
background:linear-gradient(135deg,#ff2d8d,#ff6db3);
border-radius:20px;
color:#fff;
}

.page-hero h1{
margin:0;
font-size:32px;
font-weight:800;
}

.page-hero p{
margin-top:10px;
opacity:.9;
}

.lapor-card{
max-width:700px;
margin:25px auto;
padding:30px;
background:#fff;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.lapor-header h2{
color:#ff2d8d;
font-size:28px;
margin-bottom:10px;
}

.lapor-card input,
.lapor-card textarea{
background:#fafafa;
border:2px solid #eee;
}

.lapor-card input:focus,
.lapor-card textarea:focus{
border-color:#ff2d8d;
}

.lapor-card button{
width:100%;
height:58px;
border:none;
border-radius:14px;
background:linear-gradient(135deg,#25D366,#1ebe5d);
color:#fff;
font-size:16px;
font-weight:700;
cursor:pointer;
transition:.3s;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
box-shadow:0 8px 20px rgba(37,211,102,.25);
}

.lapor-card button:hover{
transform:translateY(-3px);
box-shadow:0 12px 25px rgba(37,211,102,.35);
}

.lapor-card button:active{
transform:scale(.98);
}

.lapor-card button:hover{
transform:translateY(-2px);
}

.lapor-card input,
.lapor-card textarea{
width:100%;
padding:16px 18px;
background:#fff;
border:2px solid #e8e8e8;
border-radius:12px;
font-size:15px;
font-family:inherit;
box-sizing:border-box;
transition:.3s;
margin-bottom:15px;
}

.lapor-card input::placeholder,
.lapor-card textarea::placeholder{
color:#999;
}

.lapor-card input:focus,
.lapor-card textarea:focus{
outline:none;
border-color:#ff2d8d;
box-shadow:0 0 0 4px rgba(255,45,141,.12);
}

.lapor-card textarea{
min-height:180px;
resize:none;
}

.blacklist-box{
background:#fff;
padding:20px;
border-radius:15px;
}

.blacklist-list{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
gap:10px;
}

.id-item{
background:#fff5fa;
padding:12px;
border-radius:10px;
text-align:center;
font-weight:bold;
}

.contact-hero{
background:linear-gradient(135deg,#ff4fa3,#ff87c5);
padding:80px 30px;
border-radius:30px;
text-align:center;
color:white;
margin:20px;
box-shadow:0 20px 60px rgba(255,79,163,.35);
}

.contact-hero h1{
font-size:50px;
font-weight:900;
margin-bottom:15px;
}

.contact-hero p{
font-size:18px;
opacity:.95;
margin-bottom:30px;
}

.hero-btn{
display:inline-block;
padding:18px 40px;
background:white;
color:#ff4fa3;
font-weight:800;
border-radius:15px;
text-decoration:none;
font-size:18px;
}

.hero-btn:hover{
transform:translateY(-3px);
}

.trust-section{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin:40px 20px;
}

.trust-card{
background:white;
padding:30px;
border-radius:25px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.trust-card .icon{
font-size:40px;
margin-bottom:15px;
}

.contact-card{
max-width:800px;
margin:40px auto;
background:#fff;
padding:40px;
border-radius:25px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-avatar{
width:130px;
height:130px;
border-radius:50%;
object-fit:cover;
border:5px solid #ff4fa3;
margin-bottom:20px;
}

.contact-card h2{
font-size:32px;
margin-bottom:10px;
}

.contact-card p{
color:#666;
line-height:1.8;
margin-bottom:25px;
}

.contact-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.btn-wa,
.btn-fb{
padding:15px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
color:white;
}

.btn-wa{
background:#25D366;
}

.btn-fb{
background:#1877F2;
}

.info-grid{
max-width:1100px;
margin:40px auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
padding:0 20px;
}

.info-card{
background:white;
padding:25px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.info-card h3{
margin-bottom:10px;
color:#ff4fa3;
}

.info-card p{
color:#666;
}

.btn-ig{
background:linear-gradient(135deg,#833AB4,#FD1D1D,#FCAF45);
color:white;
padding:15px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.btn-tt{
background:#000;
color:white;
padding:15px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.btn-mail{
background:#EA4335;
color:white;
padding:15px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.btn-ig:hover,
.btn-tt:hover,
.btn-mail:hover{
transform:translateY(-3px);
}

.btn-kembali{
display:block;
margin-top:15px;
text-align:center;
padding:15px;
background:#6b7280;
color:white;
text-decoration:none;
border-radius:12px;
font-weight:bold;
}

.btn-kembali:hover{
background:#4b5563;
}

/* EVENT */

.event-grid{
max-width:1200px;
margin:30px auto;
padding:0 20px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:30px;
}

.event-card{
background:#fff;
border-radius:25px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.3s;
}

.event-card:hover{
transform:translateY(-8px);
}

.event-card img{
width:100%;
height:230px;
object-fit:cover;
display:block;
}

.event-body{
padding:25px;
}

.event-status{
display:inline-block;
padding:8px 16px;
border-radius:50px;
font-size:13px;
font-weight:700;
background:#f3f4f6;
margin-bottom:15px;
}

.event-status.live{
background:#ffe4e6;
color:#e11d48;
}

.event-body h3{
font-size:24px;
margin-bottom:12px;
}

.event-body p{
color:#666;
line-height:1.7;
margin-bottom:15px;
}

.event-date{
font-weight:700;
color:#ff2d8d;
margin-bottom:20px;
}

.event-btn{
display:block;
text-align:center;
padding:14px;
background:linear-gradient(135deg,#ff2d8d,#ff70b5);
color:white;
text-decoration:none;
border-radius:12px;
font-weight:700;
}

.event-btn:hover{
opacity:.9;
}

.judul{
text-align:center;
font-size:38px;
font-weight:900;
letter-spacing:2px;
margin:30px 0;
color:#ff2d8d;
text-transform:uppercase;
font-family:'Trebuchet MS',sans-serif;

text-shadow:
0 2px 0 #fff,
0 4px 10px rgba(255,45,141,.25);

position:relative;
}

.judul::after{
content:'';
display:block;
width:120px;
height:5px;
background:linear-gradient(90deg,#ff2d8d,#ff78ba);
margin:12px auto 0;
border-radius:20px;
}

.pagination{
display:flex;
justify-content:center;
align-items:center;
gap:15px;
margin:40px 0;
flex-wrap:wrap;
}

.pagination a{
padding:12px 20px;
background:#ff2d8d;
color:white;
text-decoration:none;
border-radius:12px;
font-weight:700;
}

.page-info{
font-weight:700;
color:#555;
}

.btn-fb{
display:block;
width:100%;
margin-top:12px;
padding:14px;
background:linear-gradient(135deg,#1877F2,#0d5ed7);
color:white;
text-align:center;
text-decoration:none;
font-weight:700;
border-radius:12px;
box-shadow:0 8px 20px rgba(24,119,242,.25);
transition:.3s;
}

.btn-fb:hover{
transform:translateY(-2px);
box-shadow:0 12px 25px rgba(24,119,242,.35);
}

.waktu-post{
font-size:12px;
color:#888;
margin-top:8px;
margin-bottom:10px;
}

.deskripsi{
font-size:14px;
line-height:1.6;
color:#666;

display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;

overflow:hidden;
min-height:68px;
}

.verified-wa{
display:inline-block;
background:#e8fff0;
color:#16a34a;
padding:5px 10px;
border-radius:20px;
font-size:12px;
font-weight:bold;
margin-bottom:10px;
}

.btn-wa{
margin-top:auto;
}

.pagination{
display:flex;
justify-content:center;
align-items:center;
gap:8px;
margin-top:30px;
flex-wrap:wrap;
}

.pagination a,
.pagination span{
padding:8px 14px;
border-radius:10px;
text-decoration:none;
background:#fff;
box-shadow:0 2px 8px rgba(0,0,0,.08);
font-weight:600;
}

.pagination a{
color:#ff2d8d;
}

.pagination a:hover{
transform:translateY(-2px);
}

.pagination .aktif{
background:#ff2d8d;
color:#fff;
}

.produk{
    position:relative;
}

.sold-badge{
    position:absolute;
    top:10px;
    left:10px;
    background:#dc2626;
    color:#fff;
    padding:8px 15px;
    border-radius:10px;
    font-size:13px;
    font-weight:bold;
    z-index:99;
}

.sold-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:30px;
    font-weight:900;
    z-index:10;
}

.btn-lihat-akun{
    display:block;
    text-align:center;
    padding:13px;
    background:#ff2d8d;
    color:#fff;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    letter-spacing:.3px;
    transition:.25s;
}

.btn-lihat-akun:hover{
    background:#e91e63;
    transform:translateY(-2px);
}

/* ========================= */
/* KHUSUS HALAMAN daftar-akun.php */
/* ========================= */

.container .daftar-grid{

display:grid !important;

grid-template-columns:repeat(auto-fit,minmax(380px,1fr)) !important;

gap:25px;

padding:20px 0;

width:100%;

}

.container .daftar-grid .card{

width:100%;

max-width:none;

margin:0;

display:flex;

flex-direction:column;

}

.container .daftar-grid .detail-image{

width:100%;

height:260px;

object-fit:cover;

display:block;

}

.container .daftar-grid .card-body{

padding:18px;

}

/* Tablet */

@media(max-width:1024px){

.container .daftar-grid{

grid-template-columns:repeat(2,1fr) !important;

}

}

/* HP tegak */

@media(max-width:768px){

.container .daftar-grid{

grid-template-columns:1fr !important;

}

}

/* HP miring */

@media(max-width:900px) and (orientation:landscape){

.container .daftar-grid{

grid-template-columns:1fr !important;

}

}

.badge-admin{
display:inline-block;
background:#ffd700;
color:#000;
padding:4px 10px;
border-radius:20px;
font-size:11px;
font-weight:bold;
margin-bottom:6px;
}

.badge-sematkan{
display:inline-block;
background:#ff2d8d;
color:#fff;
padding:4px 10px;
border-radius:20px;
font-size:11px;
font-weight:bold;
margin-bottom:6px;
margin-left:5px;
}

.btn-apk{
    display:block;
    width:max-content;
    margin:25px auto 30px auto;

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:white;
    padding:14px 30px;

    border-radius:14px;

    font-weight:700;
    font-size:15px;

    text-decoration:none;

    box-shadow:0 8px 20px rgba(37,99,235,.3);

    transition:.3s;
}

.warning-box{
    width:92%;
    max-width:900px;
    margin:20px auto;
    background:#fff4e5;
    border:2px solid #ff9800;
    border-left:8px solid #ff5722;
    border-radius:16px;
    padding:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.warning-title{
    font-size:20px;
    font-weight:700;
    color:#d84315;
    margin-bottom:12px;
}

.warning-box p{
    margin:10px 0;
    line-height:1.7;
    color:#444;
}

.warning-box b{
    color:#d32f2f;
}