/* ===== ViNail — Tema Gold Pink ===== */
:root {
  --gold: #d4af37;
  --gold-light: #f3d98b;
  --gold-deep: #b08a1f;
  --pink: #e8a0b4;
  --pink-deep: #d4768f;
  --pink-light: #fbeef3;
  --cream: #fff8f4;
  --text: #4a3a42;
  --text-dark: #2e2226;
  --white: #ffffff;
  --shadow: 0 20px 40px rgba(212, 175, 55, 0.18);
  --radius: 22px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--cream) 0%, #fffdfb 40%, #fdf3f6 100%);
  overflow-x: hidden;
  line-height: 1.7;
}

h1, h2, h3, .brand-text { font-family: 'Playfair Display', serif; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 248, 244, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text-dark); font-size: 1.6rem; }
.brand-icon { font-size: 1.6rem; }
.brand b { color: var(--gold-deep); }
.nav-links { display: flex; gap: 28px; }
.nav-links a { text-decoration: none; color: var(--text); font-size: 0.95rem; font-weight: 500; position: relative; transition: color 0.3s; }
.nav-links a::after {
  content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--pink)); transition: width 0.3s; border-radius: 2px;
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--pink-deep); }

.btn {
  padding: 12px 26px; border-radius: 50px; text-decoration: none;
  font-weight: 600; font-size: 0.95rem; display: inline-block; border: none; cursor: pointer; transition: all 0.3s;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: #fff; box-shadow: 0 8px 20px rgba(212, 175, 55, 0.35);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(212, 175, 55, 0.45); }
.btn-outline {
  background: transparent; color: var(--pink-deep);
  border: 2px solid var(--pink); 
}
.btn-outline:hover { background: var(--pink-light); }
.nav-cta { padding: 10px 22px; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { width: 26px; height: 3px; background: var(--text-dark); border-radius: 3px; transition: 0.3s; }

/* ===== HERO ===== */
.hero { position: relative; padding: 150px 0 80px; overflow: hidden; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5; z-index: 0; }
.blob1 { width: 420px; height: 420px; background: #fbd3e0; top: -80px; right: -60px; }
.blob2 { width: 360px; height: 360px; background: #f7e8a8; bottom: -60px; left: -40px; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }

.eyebrow {
  display: inline-block; background: linear-gradient(135deg, var(--gold-light), var(--pink-light));
  color: var(--gold-deep); padding: 6px 16px; border-radius: 50px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 1px; margin-bottom: 16px;
}
.hero h1 { font-size: 3.1rem; line-height: 1.15; color: var(--text-dark); margin-bottom: 18px; }
.gold-text { background: linear-gradient(135deg, var(--gold-deep), var(--gold), var(--pink-deep)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 1.05rem; margin-bottom: 28px; max-width: 480px; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 36px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 1.7rem; color: var(--gold-deep); font-family: 'Playfair Display', serif; }
.hero-stats span { font-size: 0.85rem; color: #8a7a82; }

/* ===== GAMBAR KUKU ===== */
.nails-display { display: flex; justify-content: center; align-items: center; gap: 26px; padding: 20px; }
.nail {
  --c1: #e8a0b4; --c2: #ffeef3;
  width: 84px; height: 190px;
  background: linear-gradient(180deg, var(--c1) 0%, var(--c2) 100%);
  border-radius: 42px 42px 14px 14px;
  box-shadow: inset 0 -14px 18px rgba(0,0,0,0.08), 0 16px 28px rgba(212, 175, 55, 0.28);
  position: relative;
  border: 3px solid rgba(255,255,255,0.7);
}
.nail::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  top: -6px; width: 54px; height: 14px; border-radius: 30px;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,0.4));
  box-shadow: inset 0 -3px 5px rgba(0,0,0,0.1);
}
.nail-top { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 56px; height: 74px; border-radius: 30px 30px 12px 12px; background: rgba(255,255,255,0.35); }
.nail-body { position: absolute; inset: 0; border-radius: inherit; }

.hero-badge {
  position: absolute; bottom: 10px; left: 4%;
  background: var(--white); padding: 14px 20px; border-radius: 18px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow);
}
.hero-badge span { font-size: 1.8rem; }
.hero-badge p { font-size: 0.8rem; margin: 0; color: #8a7a82; }
.hero-badge b { color: var(--pink-deep); font-size: 0.95rem; }

.float { animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-14px); } }

/* ===== TENTANG ===== */
.about { padding: 90px 0; position: relative; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-visual { position: relative; }
.about-frame {
  width: 340px; height: 380px;
  background: linear-gradient(160deg, #fbe3ea, #f8ecc8);
  border-radius: 40px 40px 40px 90px;
  box-shadow: var(--shadow);
  position: relative;
}
.nail-cluster { position: absolute; top: 0; left: 36px; display: flex; gap: 20px; }
.about-text h2 { font-size: 2.4rem; color: var(--text-dark); margin-bottom: 18px; }
.about-text p { margin-bottom: 20px; }
.about-list { list-style: none; }
.about-list li { padding: 8px 0; font-size: 1rem; }
.about-list span { color: var(--gold-deep); font-weight: 700; margin-right: 10px; }

/* ===== SECTION HEAD ===== */
.section-head { text-align: center; margin-bottom: 50px; }
.section-head h2 { font-size: 2.4rem; color: var(--text-dark); margin-bottom: 12px; }
.section-head p { color: #8a7a82; max-width: 520px; margin: 0 auto; }

/* ===== LAYANAN ===== */
.services { padding: 90px 0; background: linear-gradient(180deg, #fff8f4, #fdf1f5); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: var(--white); border-radius: var(--radius); padding: 32px 26px;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.12);
  text-align: center; transition: transform 0.3s, box-shadow 0.3s;
  border-top: 4px solid transparent;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-top-color: var(--gold); }
.service-card.featured { border-top-color: var(--pink); background: linear-gradient(180deg, #fff, #fff4f8); }
.svc-icon { font-size: 2.6rem; margin-bottom: 14px; }
.service-card h3 { font-size: 1.3rem; color: var(--text-dark); margin-bottom: 10px; }
.service-card p { font-size: 0.92rem; color: #8a7a82; margin-bottom: 16px; }
.price { color: var(--gold-deep); font-weight: 700; font-size: 0.95rem; }

/* ===== GALERI ===== */
.gallery { padding: 90px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gallery-card {
  background: #fff; border-radius: var(--radius); padding: 30px 26px 24px;
  box-shadow: 0 10px 28px rgba(212, 175, 55, 0.12);
  display: flex; flex-direction: column; align-items: center;
  transition: transform 0.3s; 
}
.gallery-card:hover { transform: translateY(-8px); }
.gallery-card .g-nail {
  width: 54px; height: 120px; border-radius: 26px 26px 10px 10px;
  background: linear-gradient(180deg, var(--c1), var(--c2));
  margin: 0 6px; box-shadow: inset 0 -10px 12px rgba(0,0,0,0.07), 0 8px 14px rgba(212,175,55,0.2);
  position: relative; display: inline-block;
}
.gallery-card .g-nail::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: -4px;
  width: 36px; height: 9px; border-radius: 20px; background: rgba(255,255,255,0.7);
}
.gallery-card > p { margin-top: 20px; font-weight: 700; color: var(--text-dark); }

/* ===== TESTIMONI ===== */
.testimonials { padding: 90px 0; background: linear-gradient(180deg, #fdf1f5, #fff8f4); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card {
  background: var(--white); border-radius: var(--radius); padding: 28px;
  box-shadow: 0 10px 28px rgba(212, 175, 55, 0.12);
}
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.testi-card p { font-size: 0.95rem; margin-bottom: 20px; font-style: italic; color: #6a5a62; }
.author { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 46px; height: 46px; border-radius: 50%; color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--pink-deep));
}
.author b { display: block; font-size: 0.95rem; color: var(--text-dark); }
.author span { font-size: 0.8rem; color: #8a7a82; }

/* ===== KONTAK ===== */
.contact { padding: 90px 0; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h2 { font-size: 2.4rem; color: var(--text-dark); margin-bottom: 24px; }
.contact-info ul { list-style: none; }
.contact-info li { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; font-size: 0.98rem; }
.ci { font-size: 1.3rem; }
.contact-info b { display: block; color: var(--text-dark); }
.socials { display: flex; gap: 14px; margin-top: 24px; }
.soc {
  width: 48px; height: 48px; border-radius: 50%; background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem; text-decoration: none;
  transition: transform 0.3s;
}
.soc:hover { transform: translateY(-4px); }

.contact-form {
  background: var(--white); border-radius: 26px; padding: 34px 30px;
  box-shadow: var(--shadow); border: 1px solid rgba(212,175,55,0.2);
}
.contact-form h3 { font-size: 1.5rem; color: var(--text-dark); margin-bottom: 20px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 13px 16px; border-radius: 12px; border: 1.5px solid #efd9e2;
  margin-bottom: 14px; font-family: 'Poppins', sans-serif; font-size: 0.95rem;
  background: #fffafc; color: var(--text); outline: none; transition: border-color 0.3s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .btn { width: 100%; }
.form-note { margin-top: 12px; font-size: 0.9rem; color: var(--gold-deep); text-align: center; }

/* ===== FOOTER ===== */
.footer { background: linear-gradient(135deg, #2e2226, #4a3a42); color: #e8dce2; text-align: center; padding: 40px 0; }
.footer b { color: var(--gold-light); }
.footer-nails { margin-top: 10px; letter-spacing: 8px; font-size: 1.2rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-inner, .about-inner, .contact-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; text-align: center; }
  .hero p { margin: 0 auto 28px; }
  .hero-actions, .hero-stats { justify-content: center; }
  .nails-display { order: -1; }
  .about-visual { display: flex; justify-content: center; }
  html { font-size: 15px; }
}
@media (max-width: 720px) {
  .nav-links {
    position: fixed; top: 72px; right: 0; flex-direction: column; gap: 0;
    background: rgba(255, 248, 244, 0.98); width: 220px; padding: 20px; border-radius: 0 0 0 20px;
    transform: translateX(100%); transition: transform 0.35s; box-shadow: -10px 10px 30px rgba(0,0,0,0.1);
  }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid #f3e0e8; }
  .nav-links.open { transform: translateX(0); }
  .hamburger { display: flex; }
  .nav-cta { display: none; }
  .services-grid, .gallery-grid, .testi-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 2.3rem; }
}
