/* style.css - Versi Terupdate untuk Bless Nails & Lash */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #FAF7F2;
}

/* Typography */
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

h1 { font-size: 4.5rem; }
h2 { font-size: 3rem; text-align: center; margin-bottom: 2.5rem; color: #333; }

/* ==================== NAVBAR ==================== */
.navbar {
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 85px;
  width: auto;
  transition: all 0.3s ease;
}

.logo img:hover {
  height: 90px;
}

.nav-menu a {
  margin: 0 1.3rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #E8B923;
}

.wa-button {
  background: #E8B923;
  color: white;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wa-button:hover {
  background: #d4a017;
  transform: translateY(-2px);
}

/* ==================== HERO ==================== */
.hero {
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), 
              url('hero.jpg') center/cover no-repeat;   /* Ganti dengan gambar hero kamu */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.subtitle {
  font-size: 2.3rem;
  margin: 1rem 0 0.5rem;
}

.location {
  font-size: 1.35rem;
  margin-bottom: 3rem;
  opacity: 0.95;
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary {
  background: #E8B923;
  color: #222;
}

.btn-primary:hover {
  background: #f5c94a;
  transform: translateY(-3px);
}

.btn-secondary {
  border: 2px solid white;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-secondary:hover {
  background: white;
  color: #333;
}

/* ==================== SECTIONS ==================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.welcome {
  padding: 110px 0;
  background: white;
  text-align: center;
}

.welcome p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.22rem;
  color: #555;
}

/* Services */
.services {
  padding: 110px 0;
  background: #F5F0E8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2.2rem;
}

.service-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-12px);
}

.service-image {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-content {
  padding: 2.2rem;
}

.service-content h3 {
  color: #E8B923;
  margin-bottom: 1.3rem;
  font-size: 1.85rem;
}

.service-content ul li {
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #444;
}

/* Contact */
.contact {
  padding: 100px 0;
  background: #2C2C2C;
  color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

.contact-info h3 {
  color: #E8B923;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

.contact-details p {
  margin-top: 1rem;
}

/* Social Media Links */
.instagram, .tiktok {
  font-size: 1.6rem;
}

.instagram a, .tiktok a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.instagram a:hover {
  color: #E4405F;
}

.tiktok a:hover {
  color: #FF2D55;
}

.wa-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.8rem;
  color: #25D366;
  text-decoration: none;
  margin-bottom: 1rem;
}

/* Map */
.map-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Footer */
footer {
  background: #1a1a1a;
  color: #aaa;
  text-align: center;
  padding: 2.2rem 0;
  font-size: 0.95rem;
}

/* Floating WhatsApp */
.floating-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #25D366;
  color: white;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  z-index: 999;
  transition: transform 0.3s;
}

.floating-wa:hover {
  transform: scale(1.12);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .map-container iframe {
    height: 320px;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 3.2rem; }
  .subtitle { font-size: 1.8rem; }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .btn {
    width: 85%;
    max-width: 320px;
    padding: 16px 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .service-image {
    height: 260px;
  }

  .logo img {
    height: 70px;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 2.6rem; }
  .subtitle { font-size: 1.5rem; }
}