/* =============================================
   FONT FACE
   ============================================= */
@font-face {
  font-family: 'Poltab';
  src: url('Poltab-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Poltab';
  src: url('Poltab-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'PoltabBlack';
  src: url('Poltab-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'RahilaArabic';
  src: url('Rahila Arabic.ttf') format('truetype');
  font-weight: normal;
}

/* Slide-in animations */
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-60px) translateY(-50%); }
  to   { opacity: 1; transform: translateX(0)     translateY(-50%); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =============================================
   HERO
   ============================================= */
.kontak-hero {
  position: relative;
  width: 100%;
  height: 56vw;
  min-height: 400px;
  max-height: 700px;
  background: #4caf50;
  overflow: hidden;
}

.kontak-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  display: block;
}

.kontak-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.2) 50%,
    rgba(0,0,0,0.0) 100%
  );
  z-index: 2;
}

.kontak-hero-text {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 38%;
  animation: slideInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.kontak-hero-text h1 {
  font-family: 'RahilaArabic', sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 14px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  animation: fadeInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.kontak-hero-text p {
  font-family: 'Poltab', sans-serif;
  font-size: clamp(0.7rem, 1.3vw, 0.88rem);
  color: #f0f0f0;
  line-height: 1.7;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  animation: fadeInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

/* Watermark besar di tengah */
.kontak-hero-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'RahilaArabic', sans-serif;
  font-size: clamp(5rem, 18vw, 14rem);
  color: rgba(255,255,255,0.12);
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}

/* =============================================
   SOSMED SECTION
   ============================================= */
.sosmed-section {
  background-color: #fde488;
  padding: 36px 48px 28px;
}

.sosmed-row-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sosmed-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #4caf50;
  border-radius: 20px;
  padding: 20px 28px;
  min-width: 120px;
  transition: opacity 0.2s;
}

.sosmed-item:hover { opacity: 0.85; }

/* Wrapper TikTok + WA tepat di bawahnya */
.sosmed-item-with-wa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.sosmed-icon-wrap {
  width: 56px;
  height: 56px;
}

.sosmed-icon-wrap svg {
  width: 100%;
  height: 100%;
}

.sosmed-item span {
  font-family: 'PoltabBlack', sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  color: #ffffff;
}

/* WA Button */
.wa-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #4caf50;
  border-radius: 50px;
  padding: 10px 22px 10px 12px;
  text-decoration: none;
  transition: opacity 0.2s;
  width: fit-content;
  margin-top: 26px;
  margin-bottom: 0;
}

.wa-button:hover { opacity: 0.85; }

.wa-button span {
  font-family: 'PoltabBlack', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
}

/* =============================================
   LOKASI + ULASAN
   ============================================= */
.info-section {
  background-color: #fde488;
  padding: 0 48px 40px;
}

.info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;   /* kedua kolom sama tinggi */
}

/* Maps di bawah, lebar sama dengan info-wrapper */
.maps-below {
  max-width: 1000px;
  margin: 20px auto 0;
  border-radius: 20px;
  overflow: hidden;
}

/* Lokasi Card */
.lokasi-card {
  background: #4caf50;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lokasi-card h2 {
  font-family: 'PoltabBlack', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fde488;
  margin-bottom: 20px;
  text-align: center;
}

.lokasi-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #2e7d32;
  border-radius: 50px;
  padding: 8px 24px;       /* langsing — padding vertikal kecil */
  margin-bottom: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
}

.lokasi-item:last-child { margin-bottom: 0; }
.lokasi-item:hover { opacity: 0.85; }

.lokasi-icon {
  font-size: 1.5rem;
}

.lokasi-item span {
  font-family: 'PoltabBlack', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffffff;
}

/* Ulasan Card */
.ulasan-card {
  background: #4caf50;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ulasan-card h2 {
  font-family: 'PoltabBlack', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fde488;
  text-align: center;
  margin-bottom: 4px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #ccc;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-name {
  font-family: 'PoltabBlack', sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  color: #222;
}

.review-sub {
  font-family: 'Poltab', sans-serif;
  font-size: 0.68rem;
  color: #777;
}

.review-more {
  color: #999;
  font-size: 1rem;
}

.review-stars {
  font-size: 0.8rem;
  color: #f4b400;
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-time {
  font-size: 0.68rem;
  color: #888;
}

.review-text {
  font-family: 'Poltab', sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #333;
}

.review-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-like {
  font-size: 0.75rem;
  color: #555;
}

.review-selengkapnya {
  font-size: 0.75rem;
  color: #1a73e8;
  font-weight: 600;
  cursor: pointer;
}

/* Maps card sejajar Lokasi Store */
.maps-card {
  border-radius: 20px;
  overflow: hidden;
  min-height: 240px;
}

.maps-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: none;
  border-radius: 20px;
}

/* Ulasan di bawah, full width sejajar info-wrapper */
.ulasan-below {
  max-width: 1000px;
  margin: 20px auto 0;
}

.ulasan-card {
  background: #4caf50;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ulasan-card h2 {
  font-family: 'PoltabBlack', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fde488;
  text-align: center;
  margin-bottom: 4px;
}

/* Ulasan dalam 2 kolom */
.ulasan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
  .kontak-hero {
    min-height: 260px;
    max-height: 380px;
  }

  .kontak-hero-text {
    max-width: 70%;
  }

  .sosmed-section,
  .info-section {
    padding: 28px 20px;
  }

  .sosmed-row-wrapper {
    gap: 14px;
  }

  .sosmed-item {
    padding: 16px 18px;
    min-width: 90px;
  }

  .info-wrapper {
    grid-template-columns: 1fr;
  }
}
