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

body{
background:#f5f7fb;
color:#222;
line-height:1.6;
}

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


.logo{
height:90px;
display:block;
margin:0 auto;
}

.whatsapp-btn{
background:#25d366;
color:white;
padding:12px 20px;
border-radius:8px;
text-decoration:none;
font-weight:bold;
}

.hero{
padding:60px 0;
}

.hero-content{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:40px;
}

.hero-text{
flex:1;
}

.hero-text h1{
font-size:48px;
color:#001d5a;
margin-bottom:20px;
}

.hero-text p{
font-size:20px;
margin-bottom:25px;
}

.hero-image{
flex:1;
}

.hero-image img{
width:100%;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.section-title{
text-align:center;
margin:60px 0 30px;
color:#001d5a;
font-size:32px;
}

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:20px;
}

.gallery img{
width:100%;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,.1);
}

.tarif{
background:white;
padding:30px;
border-radius:12px;
margin-top:30px;
}

.tarif table{
width:100%;
border-collapse:collapse;
}

.tarif td{
padding:12px;
border-bottom:1px solid #ddd;
}

footer{
background:#001d5a;
color:white;
padding:40px 0;
margin-top:60px;
text-align:center;
  }
/* MOBILE RESPONSIVE */

@media screen and (max-width:768px){

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

.logo{
height:45px;
}

.hero{
padding:30px 0;
}

.hero-content{
flex-direction:column;
}

 .hero-text h1{
font-size:18px;
line-height:1.4;
text-align:center;
margin-bottom:15px;
 } 

.hero-image{
margin-top:20px;
}

.hero-image img{
max-width:320px;
width:100%;
display:block;
margin:auto;
}

.hero-text p{
font-size:15px;
line-height:1.6;
max-width:350px;
margin:0 auto 20px;
  }  

.hero-text p{
font-size:16px;
text-align:center;
}

.hero-text{
text-align:center;
}

.whatsapp-btn{
display:inline-block;
width:100%;
max-width:300px;
}

.section-title{
font-size:24px;
}

.gallery{
grid-template-columns:1fr;
}

.tarif{
padding:20px;
}

table{
font-size:14px;
}
  
}
  

.whatsapp-btn i{
margin-right:8px;
font-size:18px;
}
  
.floating-wa{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
background:red;
color:white;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;
text-decoration:none;
box-shadow:0 4px 12px rgba(0,0,0,.3);
z-index:999;
}

.floating-wa:hover{
transform:scale(1.1);
  }
.faq-box{
background:white;
padding:30px;
border-radius:12px;
}

.faq-box details{
border:1px solid #ddd;
border-radius:8px;
padding:15px;
margin-bottom:12px;
background:#fff;
}

.faq-box summary{
cursor:pointer;
font-weight:bold;
color:#001d5a;
}

.faq-box p,
.faq-box li{
margin-top:10px;
line-height:1.8;
}

.footer-links{
margin-top:20px;
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:20px;
}

.footer-links a{
color:white;
text-decoration:none;
font-weight:bold;
}

.footer-links a:hover{
text-decoration:underline;
  }

/* ===== BLOG ===== */

.blog-content{
    max-width:800px;
    margin:auto;
    line-height:1.8;
}

.blog-content h1{
    margin-bottom:20px;
}

.blog-content h2{
    margin-top:40px;
    margin-bottom:15px;
}

.blog-content p{
    margin-bottom:15px;
}

.blog-content ul{
    margin-left:20px;
    margin-bottom:20px;
}

.blog-content li{
    margin-bottom:10px;
  }

/* ===================================== */
/* HEADER & MENU JAYA WENTER */
/* ===================================== */

header{
background:#001d5a;
padding:15px 0;
}

header .container{
text-align:center;
}

.logo{
display:block;
margin:0 auto;
height:90px;
width:auto;
}

nav{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
gap:18px;
margin-top:15px;
}

nav a{
display:inline-block;
color:#ffffff;
text-decoration:none;
font-weight:600;
padding:8px 12px;
border-radius:6px;
transition:0.2s;
}

nav a:hover{
background:rgba(255,255,255,0.15);
}

/* MOBILE */

@media screen and (max-width:768px){

.logo{
height:70px;
}

nav{
gap:8px;
margin-top:12px;
}

nav a{
font-size:13px;
padding:6px 8px;
}

}

/* ========================= */
/* PILIHAN WARNA WENTER */
/* ========================= */

.warna-subtitle{
text-align:center;
margin-top:-15px;
margin-bottom:30px;
color:#666;
}

.warna-grid{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:25px;
margin-bottom:40px;
}

.warna-item{
background:white;
padding:20px;
border-radius:15px;
box-shadow:0 4px 12px rgba(0,0,0,.08);
text-align:center;
width:140px;
transition:.3s;
}

.warna-item:hover{
transform:translateY(-5px);
}

.warna-bulat{
width:70px;
height:70px;
border-radius:50%;
margin:0 auto 12px;
border:3px solid #eee;
}

.hitam{
background:#111111;
}

.biru{
background:#0d2d6c;
}

.hijau{
background:#1f4d2b;
}

.coklat{
background:#4a2c17;
}

.abu{
background:#555555;
}

.warna-item p{
font-weight:bold;
color:#333;
}

@media(max-width:768px){

.warna-grid{
gap:15px;
}

.warna-item{
width:120px;
padding:15px;
}

.warna-bulat{
width:55px;
height:55px;
}

}

/* ===================================== */
/* BLOG MODERN */
/* ===================================== */

.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:30px;
margin-top:40px;
}

.blog-card{
background:white;
border-radius:15px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,.08);
transition:.3s;
}

.blog-card:hover{
transform:translateY(-5px);
}

.blog-thumb{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.blog-card-content{
padding:25px;
}

.blog-card h2{
color:#001d5a;
font-size:24px;
margin-bottom:15px;
line-height:1.4;
}

.blog-card p{
color:#555;
margin-bottom:20px;
}

.blog-button{
display:inline-block;
background:#001d5a;
color:white;
text-decoration:none;
padding:10px 18px;
border-radius:8px;
font-weight:bold;
}

.blog-button:hover{
opacity:.9;
}

@media(max-width:768px){

.blog-thumb{
height:180px;
}

.blog-card h2{
font-size:20px;
}

}

