
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#050505;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

header{
position:fixed;
width:100%;
top:0;
background:#000;
z-index:999;
padding:20px 0;
border-bottom:1px solid rgba(255,255,255,.1);
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo-area{
display:flex;
align-items:center;
gap:15px;
}

.logo-area img{
width:70px;
border-radius:10px;
transition:.3s;
}

.logo-area img:hover{
transform:scale(1.05);
}

.logo-area h1{
color:white;
font-size:28px;
}

nav{
display:flex;
gap:30px;
}

nav a{
color:white;
text-decoration:none;
font-weight:600;
}

.header-wa{
background:#005eff;
padding:14px 25px;
border-radius:10px;
color:white;
text-decoration:none;
font-weight:600;
}

.hero{
display:flex;
justify-content:space-between;
align-items:center;
padding:180px 8% 100px;
min-height:100vh;
background:#050505;
color:white;
}

.hero-left{
max-width:700px;
}

.subtitle{
font-size:22px;
color:#005eff;
margin-bottom:20px;
font-weight:bold;
}

.hero h2{
font-size:95px;
line-height:1;
font-weight:900;
margin-bottom:25px;
}

.hero h2 span{
display:block;
color:#005eff;
}

.desc{
font-size:22px;
line-height:1.7;
color:#ccc;
margin-bottom:35px;
}

.hero-check{
display:flex;
flex-wrap:wrap;
gap:25px;
margin-bottom:35px;
}

.hero-btns{
display:flex;
gap:20px;
}

.btn-primary{
background:#005eff;
padding:18px 35px;
border-radius:12px;
text-decoration:none;
color:white;
font-weight:bold;
}

.btn-outline{
border:2px solid white;
padding:18px 35px;
border-radius:12px;
text-decoration:none;
color:white;
font-weight:bold;
}

.hero-right img{
width:650px;
border-radius:20px;
animation:float 4s ease-in-out infinite;
}

@keyframes float{
0%{transform:translateY(0px);}
50%{transform:translateY(-12px);}
100%{transform:translateY(0px);}
}

.produk-section{
background:#f5f5f5;
padding:100px 8%;
}

.produk-section h2{
font-size:55px;
margin-bottom:40px;
}

.produk-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.produk-card{
background:white;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.1);
transition:.4s;
}

.produk-card:hover{
transform:translateY(-10px);
}

.produk-card img{
width:100%;
height:300px;
object-fit:cover;
}

.produk-card h3{
padding:20px 20px 10px;
}

.produk-card p{
padding:0 20px 20px;
color:#005eff;
font-weight:bold;
}

.wa-float{
position:fixed;
bottom:25px;
right:25px;
width:70px;
height:70px;
background:#25D366;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:35px;
text-decoration:none;
color:white;
box-shadow:0 10px 20px rgba(0,0,0,.3);
z-index:999;
}

.contact-section{
padding:100px 8%;
background:#050505;
color:white;
text-align:center;
}

.contact-section h2{
font-size:55px;
margin-bottom:20px;
}

.contact-desc{
color:#ccc;
font-size:20px;
margin-bottom:50px;
}

.contact-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.contact-card{
background:#111;
padding:40px 30px;
border-radius:18px;
border:1px solid rgba(255,255,255,.08);

transition:.3s;
}

.contact-card:hover{
transform:translateY(-10px);
border-color:#005eff;
}

.contact-card h3{
font-size:28px;
margin-bottom:15px;
}

.contact-card p{
margin-bottom:20px;
color:#ccc;
}

.contact-card a{
display:inline-block;
padding:14px 25px;
background:#005eff;
color:white;
text-decoration:none;
border-radius:10px;
font-weight:600;
}
@media(max-width:900px){

header{
padding:15px 0;
}

.navbar{
flex-direction:column;
gap:15px;
}

.logo-area{
flex-direction:column;
text-align:center;
gap:10px;
}

.logo-area h1{
font-size:22px;
}

nav{
flex-wrap:wrap;
justify-content:center;
gap:18px;
}

nav a{
font-size:14px;
}

.header-wa{
padding:12px 20px;
font-size:14px;
}

.hero{
flex-direction:column;
text-align:center;
gap:40px;

/* INI YANG MEMPERBAIKI */
padding:260px 8% 80px;
}

.hero-left{
max-width:100%;
}

.hero h2{
font-size:48px;
line-height:1.1;
}

.subtitle{
font-size:18px;
}

.desc{
font-size:18px;
}

.hero-check{
justify-content:center;
gap:15px;
}

.hero-btns{
flex-direction:column;
align-items:center;
}

.btn-primary,
.btn-outline{
width:100%;
max-width:300px;
}

.hero-right{
width:100%;
display:flex;
justify-content:center;
}

.hero-right img{
width:100%;
max-width:420px;
height:auto;
object-fit:contain;
}

}

.alamat-section{
padding:100px 8%;
background:#0b0b0b;
text-align:center;
color:white;
display:flex;
justify-content:center;
align-items:center;
}

.alamat-section .container{
width:100%;
max-width:800px;
margin:auto;
}

.alamat-section h2{
font-size:48px;
margin-bottom:25px;
color:white;
}

.alamat-section p{
font-size:20px;
line-height:1.9;
color:#d1d1d1;
margin-bottom:35px;
}

.alamat-section .btn-primary{
display:inline-block;
}

