/* =====================================================
   Arcee Project Wedding Organizer - style.css (Final)
   Fonts: Playfair Display (Heading), Inter (Body)
   Theme: Black & White + Gold Gradient, Animated Rich
   ===================================================== */

/* FONT IMPORT (Offline Ready) */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf");
}

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

body {
  background: #fff;
  color: #222;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  line-height: 1.7;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-weight: 600;
}

p {
  color: #555;
}

/* ===== NAVBAR ===== */
.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.nav-bar.scrolled {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img {
  height: 40px;
  object-fit: contain;
}

/* Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: "Inter", sans-serif;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 3px;
  transition: color 0.25s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #1e40af;
  transition: width 0.25s ease;
}

.nav-links a:hover {
  color: #b3c3f5;
}

.nav-links a:hover::after {
  width: 100%;
}

/* CTA MARKETPLACE - MATCH EXPLORE PACKAGES */
.nav-links .nav-cta {
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #fff;
  font-weight: 600;
  transition: all 0.35s ease;
  box-shadow: 0 6px 18px rgba(30, 64, 175, 0.35);
}

.nav-links .nav-cta::after {
  display: none;
}

.nav-links .nav-cta:hover {
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.45);
}

/* Hamburger (mobile) */
.nav-toggle {
  display: none;
  width: 34px;
  height: 26px;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Toggle state */
.nav-toggle.open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* Responsive */
@media (max-width: 900px) {
  .nav-inner {
    padding: 10px 18px;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 64px;
    right: 16px;
    background: rgba(0, 0, 0, 0.96);
    padding: 16px 20px;
    border-radius: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-links.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links .nav-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* HERO SECTION */
.hero {
  position: relative;
  height: 100vh;
  background: url("../images/hero-wedding.jpg") center/cover no-repeat fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero .content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 2s ease forwards;
  animation-delay: 0.4s;
}

.hero h1 {
  font-size: 3rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.3;
}
.hero h1 span {
  background: linear-gradient(45deg, #3783d4, #2f54b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #eee; /* ==== HERO SECTION ==== */
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/background_utama.jpeg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Overlay Gelap di Atas Gambar */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* Konten di Tengah */
.hero .content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  padding: 20px;
  animation: fadeInUp 1.5s ease-out forwards;
  opacity: 0;
}

/* Animasi lembut saat muncul */
@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Judul */
.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero h1 span {
  color: #3a37d4; /* aksen gold */
}

/* Paragraf */
.hero p {
  font-family: "Inter", sans-serif;
  color: #eee;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Tombol */
.hero .buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.hero .btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Tombol Gold */
.hero .btn.gold {
  background-color: #1e40af;
  color: #fff;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.hero .btn.gold:hover {
  background: linear-gradient(90deg, #d4af37, #b8932b);
  transform: translateY(-3px);
}

.hero-buttons .btn-primary:hover {
  background-color: #d4af37;
  border-color: #d4af37;
  color: #fff;
}

/* Tombol Putih */
.hero .btn.white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.hero .btn.white:hover {
  background: #fff;
  color: #111;
  transform: translateY(-3px);
}

/* SECTION BASE */
section {
  padding: 100px 10%;
  text-align: center;
}
section h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #000;
}
section p {
  max-width: 700px;
  margin: 0 auto 50px auto;
  color: #444;
}
/* ===== PACKAGE HIGHLIGHT (VERSI LEBIH KECIL) ===== */
.package-highlight {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
  max-width: 1100px; /* batasi lebar total */
  margin-left: auto;
  margin-right: auto;
}

.highlight-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.15);
}

.highlight-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

/* Judul */
.highlight-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem 1.2rem 0.3rem;
  color: #1f2933;
}

/* Deskripsi */
.highlight-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 1.3rem 1.2rem;
  color: #4b5563;
}

/* Responsive */
@media (max-width: 768px) {
  .package-highlight {
    grid-template-columns: 1fr;
  }

  .highlight-img img {
    height: 170px;
  }
}

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

.card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  padding-bottom: 20px;
}
.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

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

.card h3 {
  margin: 20px 0 5px;
  font-size: 1.2rem;
}

.card .price {
  color: #d4af37;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.package-disclaimer {
  text-align: center;
  margin-top: 20px;
  color: #888;
}

/* ================= EVENT PACKAGE CUSTOM (FIX ICON TANPA STRIP) ================= */

/* card event: border biru, tanpa background aneh */
.card.event-package {
  border: 2px solid #1e40af;
}

/* PENTING: wrapper-nya transparan, jangan punya background */
.card.event-package .icon-wrapper {
  background: transparent !important;
}

/* icon di dalamnya yang dibikin bulat & biru soft */
.card.event-package .icon-wrapper i {
  background: rgba(30, 64, 175, 0.12);
  color: #1e40af;
}

/* Hover: cuma bulatan icon yang berubah, bukan full strip */
.card.event-package:hover {
  box-shadow: 0 10px 30px rgba(30, 64, 175, 0.25);
  transform: translateY(-6px);
}

.card.event-package:hover .icon-wrapper {
  background: transparent !important;
}

.card.event-package:hover .icon-wrapper i {
  background: #1e40af;
  color: #fff;
}

/* Harga event warna biru */
.card.event-package .price {
  color: #1e40af;
  font-weight: 600;
}

/* Checklist biru di event card */
.card.event-package ul li::before {
  color: #1e40af;
}

/* Override span / note biar nggak ikut gold */
.card.event-package ul li span,
.card.event-package .event-note {
  color: #1e40af !important;
  font-weight: 700;
}

/* text kecil */
.package-disclaimer small {
  font-size: 0.85rem;
  font-style: italic;
}

/* LIST STYLE WITH CHECK ICON */
.card ul {
  list-style: none;
  text-align: left;
  padding: 0 25px;
}

.card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #444;
  line-height: 1.5;
  font-size: 0.95rem;
}

.card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Highlight for Free Items */
.card ul li span {
  color: #d4af37;
  font-weight: 600;
}
/* ================= EVENT PACKAGE CUSTOM (BIRU) ================= */
.card.event-package .icon-wrapper {
  background: rgba(30, 64, 175, 0.12);
  color: #1e40af;
}

.card.event-package .icon-wrapper i {
  color: #1e40af;
}

/* Hover tetap biru, bukan gold */
.card.event-package:hover {
  box-shadow: 0 10px 30px rgba(30, 64, 175, 0.25);
}

/* Teks harga & note khusus event */
.card.event-package .price {
  color: #1e40af;
  font-weight: 600;
}

/* Override span agar tidak ikut GOLD */
.card.event-package ul li span,
.card.event-package .event-note {
  color: #1e40af !important;
  font-style: bold;
  font-weight: 700;
}

/* ICON WRAPPER ABOVE TITLE INI NYAMBUNG PACKAGE WO */
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.icon-wrapper i {
  font-size: 2.2rem;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  padding: 20px;
  transition: all 0.3s ease;
}

.card:hover .icon-wrapper i {
  transform: scale(1.15);
  color: #b8952f;
}

/* BADGE MOST POPULAR */
.card.popular {
  border: 2px solid #d4af37;
  position: relative;
}

.badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #d4af37;
  color: #fff;
  padding: 6px 14px;
  border-radius: 0 0 0 12px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* BADGE MOST POPULAR */
.card.popular-eo {
  border: 2px solid #1e40af;
  position: relative;
}

.badge-eo {
  position: absolute;
  top: 0;
  right: 0;
  background: #1e40af;
  color: #fff;
  padding: 6px 14px;
  border-radius: 0 0 0 12px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* WEDDING SERVICES SECTION */
.services {
  background: #fff;
  padding: 100px 10%;
  text-align: center;
}

.services h2 {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 10px;
}

.services p {
  max-width: 700px;
  margin: 0 auto 50px auto;
  color: #555;
}

/* GRID LAYOUT */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* CARD STYLE */
.service-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
}

/* ICON STYLE */
.service-card .icon {
  background: rgba(212, 175, 55, 0.1);
  color: #d4af37;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

/* TEXT STYLE */
.service-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
}

.service-card p {
  font-family: "Inter", sans-serif;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsif */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.6rem;
  }
  .hero p {
    font-size: 1rem;
  }
}

/* ICON WEDDING - GOLD ELEGANT */
.services.wedding .service-card .icon {
  background: linear-gradient(135deg, #ffffff);
  color: #d4af37;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.services.wedding .service-card:hover .icon {
  background: #d4af37;
  color: #ffffff;
}

@media (max-width: 600px) {
  .hero {
    padding: 0 20px;
  }
  .hero h1 {
    font-size: 2.1rem;
  }
  .hero p {
    font-size: 0.95rem;
  }
  .hero .buttons {
    flex-direction: column;
    gap: 10px;
  }
}

/* ICON KHUSUS EVENT (BIRU) */
.services-event .service-card .icon {
  background: rgba(30, 64, 175, 0.1); /* biru soft */
}

.services-event .service-card .icon i {
  color: #1e40af; /* biru elegan */
}

/* Optional hover effect biar lebih hidup */
.services-event .service-card:hover .icon {
  background: #1e40af;
}

.services-event .service-card:hover .icon i {
  color: #fff;
}

/* CLIENT REVIEWS SECTION */
.reviews {
  padding: 100px 10%;
  background: #fff;
  text-align: center;
}

.reviews h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 10px;
}

.reviews p {
  font-family: "Inter", sans-serif;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

/* GRID */
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

/* CARD */
.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  text-align: left;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(30, 64, 175, 0.15);
}

/* HEADER (AVATAR + NAME) */
.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(30, 64, 175, 0.15);
  color: #1e40af;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* NAME + DATE */
.review-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  color: #000;
  margin: 0;
}

.review-card .date {
  display: block;
  font-family: "Inter", sans-serif;
  color: #777;
  font-size: 0.9rem;
  margin-top: 2px;
}

/* STARS */
.review-card .stars {
  color: #1e40af;
  font-size: 1rem;
  margin: 8px 0 10px;
}

/* REVIEW TEXT */
.review-card p {
  font-family: "Inter", sans-serif;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: justify;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .review-card {
    padding: 25px 20px;
  }
  .avatar {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}

/* GALLERY SECTION */
.gallery {
  padding: 100px 10%;
  background: #fff;
  text-align: center;
}

.gallery h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 10px;
}

.gallery p {
  font-family: "Inter", sans-serif;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

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

/* =======================================
   GALLERY — EVENT (BLUE)
======================================= */
.gallery-eo .view-btn {
  background: #1e40af;
  color: white;
}

.gallery-eo .view-btn:hover {
  background: #152f80;
}

.gallery-eo .btn-view {
  border: 2px solid #1e40af;
  color: #1e40af;
}

.gallery-eo .btn-view:hover {
  background: #1e40af;
  color: white;
}
/* ITEM */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}

/* ===== CLIENT / CUSTOMER SECTION ===== */
.clients {
  padding: 80px 20px;
  background: #f8fafc;
}

.clients-header {
  text-align: center;
  margin-bottom: 50px;
}

.clients-header h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}

.clients-header p {
  font-size: 1rem;
  color: #475569;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Container logo */
.clients-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.clients-logos img {
  max-height: 80px;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: 0.3s ease;
}

.clients-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* OVERLAY BUTTON */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.view-btn {
  background: #d4af37;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.view-btn:hover {
  background: linear-gradient(90deg, #d4af37, #b58b25);
}

/* LIGHTBOX POPUP */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 60%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.35);
  animation: zoomIn 0.45s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close {
  position: absolute;
  top: 40px;
  right: 60px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: color 0.3s;
  cursor: pointer;
}

.close:hover {
  color: #d4af37;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .view-btn {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
  .close {
    right: 30px;
    top: 30px;
    font-size: 32px;
  }
}

/* BUTTON */
.vendor-btn {
  margin-top: 50px;
}

.btn-view {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  padding: 12px 28px;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-view:hover {
  background: #d4af37;
  color: #fff;
}

/* ABOUT */
.about {
  background: #f8f8f8;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.about-content img {
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.about-content .text {
  max-width: 500px;
  text-align: left;
}
/* ===== STATS EO (BIRU) ===== */
.stats-eo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.stats-eo div {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

/* Angka biru */
.stats-eo strong {
  font-size: 1.4rem;
  color: #1e40af;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.stats div {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.stats strong {
  color: #d4af37;
  font-size: 1.4rem;
}

/* BASE CARD 2 KOLOM */
.package-highlight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 60px 10% 0;
}

.highlight-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px 24px 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.highlight-img img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 18px;
}

/* AURA GOLD UNTUK WEDDING */

.highlight-wedding:hover {
  box-shadow: 0 20px 45px rgba(212, 175, 55, 0.35);
  transform: translateY(-6px);
}

/* AURA BIRU UNTUK EVENT */

.highlight-event:hover {
  box-shadow: 0 20px 45px rgba(30, 64, 175, 0.32);
  transform: translateY(-6px);
}

/* ==== CONTACT SECTION ==== */
.contact {
  background: linear-gradient(135deg, #fffdf8 0%, #f8f6f1 50%, #ffffff 100%);
  padding: 100px 20px;
  text-align: center;
  border-top: 1px solid #f2e6c9;
}

.contact h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.contact h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #1e40af;
  margin: 15px auto 40px;
  border-radius: 2px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact .info {
  flex: 1;
  min-width: 260px;
  text-align: left;
  font-family: "Inter", sans-serif;
  color: #444;
  line-height: 1.8;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.contact .info p strong {
  color: #1e40af;
  font-weight: 600;
}

.contact form {
  flex: 1;
  min-width: 300px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact form input:focus,
.contact form textarea:focus {
  outline: none;
  border-color: #1e40af;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
}

.contact form textarea {
  min-height: 130px;
  resize: none;
}

.contact form button {
  background-color: #1e40af;
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 30px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.contact form button:hover {
  background-color: #183490;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 30px;
  }

  .contact form,
  .contact .info {
    width: 100%;
  }
}

/* ==== FOOTER ==== */
.footer {
  background-color: #111;
  color: #ddd;
  padding: 70px 20px 40px;
  font-family: "Inter", sans-serif;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 1px;
  transition: transform 0.3s ease;
}

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

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer h3,
.footer h4 {
  color: #fff;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-about p {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  background: #222;
  border-radius: 50%;
  text-align: center;
  color: #1e40af;
  font-size: 1rem;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: #1e40af;
  color: #111;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #1e40af;
}

.footer-contact p {
  color: #ccc;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact i {
  color: #1e40af;
}

.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 0.95rem;
  color: #bbb;
}

.footer-bottom i {
  color: #1e40af;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-contact p {
    justify-content: center;
  }

  .social-icons a {
    margin: 0 5px;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero h1 {
    font-size: 2.3rem;
  }
  section {
    padding: 70px 5%;
  }
  .about-content img {
    width: 100%;
    max-width: 350px;
  }
}

/* YOUTUBE */
.youtube-section {
  padding: 70px 8%;
  background: #faf9f7;
  text-align: center;
}

.youtube-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin-bottom: 10px;
}

.youtube-section p {
  color: #777;
  margin-bottom: 40px;
}

/* Grid 2x2 Desktop */
.youtube-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Card */
.youtube-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}

.youtube-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* IFRAME - ukuran lebih kecil & rapi */
.youtube-card iframe {
  width: 100%;
  height: 200px; /* INI KUNCI PENGECIL */
  border: none;
}

/* Tablet */
@media (max-width: 900px) {
  .youtube-grid {
    grid-template-columns: 1fr 1fr;
  }

  .youtube-card iframe {
    height: 180px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .youtube-grid {
    grid-template-columns: 1fr;
  }

  .youtube-card iframe {
    height: 170px;
  }
}
/* Paksa span event agar tidak ikut warna gold */
.services-event .event-note {
  color: #1e40af !important; /* biru elegan */
  font-weight: 600;
}

/* RESET STRIP / HEADER ANEH KHUSUS EVENT PACKAGE */
.card.event-package {
  border: 2px solid #1e40af;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Hilangkan efek strip dari pseudo element jika ada */
.card.event-package::before,
.card.event-package::after {
  display: none !important;
}

/* ICON EVENT - polos tanpa strip */
.card.event-package .icon-wrapper i {
  background: rgba(30, 64, 175, 0.08);
  color: #1e40af;
}

/* Hover baru aktif biru */
.card.event-package:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(30, 64, 175, 0.25);
}

/* Icon berubah saat hover */
.card.event-package:hover .icon-wrapper i {
  background: #1e40af;
  color: #fff;
}

/* Checklist tetap biru */
.card.event-package ul li::before {
  color: #1e40af;
}

/* Note fleksibel biru */
.card.event-package .event-note {
  color: #1e40af !important;
  font-weight: 600;
}

/* BUTTON EXPLORE PACKAGES - BIRU */
.hero .btn-primary,
.hero .explore-btn {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.35);
}

.hero .btn-primary:hover,
.hero .explore-btn:hover {
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(30, 64, 175, 0.5);
}
/* Scroll-to-top (blue) */
.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 99999;
  transition: transform 0.18s ease, opacity 0.18s ease;
  opacity: 0;
  pointer-events: none;
}

/* visible state */
.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
}

/* hover / active */
.scroll-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(30, 64, 175, 0.45);
}

/* focus for accessibility */
.scroll-top:focus {
  outline: 3px solid rgba(37, 99, 235, 0.22);
}

/* small screens slightly smaller */
@media (max-width: 480px) {
  .scroll-top {
    width: 46px;
    height: 46px;
    font-size: 18px;
    right: 16px;
    bottom: 16px;
  }
}

/* === FORCE OVERRIDE SCROLL-TOP BLUE === */
.scroll-top {
  background: linear-gradient(135deg, #1e40af, #2563eb) !important;
  box-shadow: 0 4px 15px rgba(30, 64, 175, 0.5) !important;
  color: #fff !important;
}

/* Hover tetap biru, anti berubah ke gold */
.scroll-top:hover {
  background: linear-gradient(135deg, #2563eb, #1e3a8a) !important;
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.6) !important;
  transform: translateY(-3px);
  color: #fff !important;
}
