/* =====================================================================
   Nayara Invitation — Homepage / Storefront
   Palet plum & gold dengan Playfair Display (desain v1 — dipilih user)
   ===================================================================== */

:root {
  --plum: #5B1F3D;
  --plum-dark: #3A1226;
  --plum-light: #7A3358;
  --gold: #C9A227;
  --gold-light: #E8CB72;
  --rose: #D88C9A;
  --cream: #FFFBF5;
  --sand: #F5ECDF;
  --ink: #2B1E27;
  --muted: #7A6F76;
  --line: rgba(91, 31, 61, 0.1);
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
.db-warning {
  background: #fff3cd; color: #664d03; text-align: center; padding: 10px 16px;
  font-size: 0.85rem; position: relative; z-index: 2000;
}
h1, h2, h3, h4, .font-heading { font-family: var(--font-heading); font-weight: 700; }
.text-plum { color: var(--plum) !important; }
.text-gold { color: var(--gold) !important; }
.bg-plum { background: var(--plum) !important; }
.bg-sand { background: var(--sand) !important; }
.eyebrow {
  font-size: 0.8rem; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 0.5rem; display: inline-block;
}
.section-title { font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--plum-dark); margin-bottom: 0.75rem; font-weight: 700; }
.section-subtitle { color: var(--muted); max-width: 640px; }
.btn-gold {
  background: var(--gold); border: none; color: #2B1E27; font-weight: 600;
  border-radius: 999px; padding: 0.75rem 1.9rem; transition: all .2s ease;
}
.btn-gold:hover { background: var(--gold-light); color: #2B1E27; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,162,39,.35); }
.btn-gold:disabled { opacity: .7; transform: none; box-shadow: none; }
.btn-outline-plum {
  border: 1.5px solid var(--plum); color: var(--plum); border-radius: 999px;
  padding: 0.7rem 1.8rem; font-weight: 600; background: transparent; transition: all .2s ease;
}
.btn-outline-plum:hover { background: var(--plum); color: #fff; }
.btn-outline-light-custom {
  border: 1.5px solid rgba(255,255,255,.6); color: #fff; border-radius: 999px;
  padding: 0.7rem 1.8rem; font-weight: 600; background: transparent; transition: all .2s ease;
}
.btn-outline-light-custom:hover { background: #fff; color: var(--plum); }

/* ---------- Topbar (link balik ke brand induk) ---------- */
.topbar-parent {
  background: var(--plum-dark); color: #d8c3cd; font-size: 0.76rem; padding: 6px 0; text-align: center;
}
.topbar-parent a { color: var(--gold-light); text-decoration: none; font-weight: 600; }
.topbar-parent a:hover { color: #fff; }

/* ---------- Navbar ---------- */
.navbar-nayara {
  padding: 14px 0; background: rgba(255,251,245,0.92); backdrop-filter: blur(8px);
  position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(91,31,61,0.08);
}
.navbar-brand-nayara { font-family: var(--font-heading); font-weight: 700; font-size: 1.4rem; color: var(--plum-dark) !important; }
.navbar-brand-nayara .dot { color: var(--gold); }
.navbar-nayara .nav-link { color: var(--ink); font-weight: 500; font-size: 0.95rem; margin: 0 8px; }
.navbar-nayara .nav-link:hover { color: var(--plum); }

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 60px 0 70px; overflow: hidden;
  background: radial-gradient(circle at 85% 10%, rgba(201,162,39,0.12), transparent 45%),
              radial-gradient(circle at 10% 90%, rgba(91,31,61,0.08), transparent 50%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff;
  border: 1px solid rgba(201,162,39,0.4); border-radius: 999px; padding: 6px 16px;
  font-size: 0.8rem; color: var(--plum); font-weight: 600; box-shadow: 0 4px 14px rgba(91,31,61,0.06);
}
.hero-title { font-size: clamp(2.2rem, 5vw, 3.4rem); color: var(--plum-dark); line-height: 1.15; }
.hero-title .accent { color: var(--gold); font-style: italic; }
.hero-lead { color: var(--muted); font-size: 1.08rem; max-width: 480px; }
.hero-mock {
  position: relative; max-width: 300px; margin: 0 auto;
  border-radius: 36px; background: linear-gradient(160deg, var(--plum), var(--plum-dark));
  padding: 14px; box-shadow: 0 30px 60px rgba(58,18,38,0.35);
}
.hero-mock-screen {
  background: var(--cream); border-radius: 24px; overflow: hidden; min-height: 480px;
  display: flex; flex-direction: column;
}
.hero-mock-header {
  background: linear-gradient(160deg, var(--plum-light), var(--plum));
  color: #fff; text-align: center; padding: 34px 16px 28px;
}
.hero-mock-header .g-icon { font-size: 1.6rem; color: var(--gold-light); }
.hero-mock-header .g-names { font-family: var(--font-heading); font-weight: 700; font-size: 1.3rem; margin: 6px 0; }
.hero-mock-header .g-date { font-size: 0.78rem; opacity: .85; letter-spacing: 1px; }
.hero-mock-body { padding: 18px 16px; flex: 1; }
.hero-mock-body .mock-line { height: 8px; border-radius: 4px; background: var(--sand); margin-bottom: 10px; }
.hero-mock-body .mock-line.short { width: 55%; }
.hero-mock-card {
  background: #fff; border: 1px solid var(--sand); border-radius: 12px; padding: 12px; margin-top: 14px;
  display: flex; align-items: center; gap: 10px; font-size: 0.78rem; color: var(--plum);
}
.hero-mock-card i { font-size: 1.1rem; color: var(--gold); }
.hero-float-chip {
  position: absolute; background: #fff; border-radius: 14px; padding: 10px 14px;
  box-shadow: 0 12px 28px rgba(58,18,38,0.18); font-size: 0.78rem; font-weight: 600; color: var(--plum-dark);
  display: flex; align-items: center; gap: 8px;
}
.hero-float-chip i { color: var(--gold); font-size: 1rem; }
.chip-1 { top: 8%; left: -8%; }
.chip-2 { bottom: 12%; right: -10%; }
@media (max-width: 991px) { .hero-float-chip { display: none; } }

/* ---------- Stats bar ---------- */
.stats-bar { background: var(--plum-dark); color: #fff; padding: 34px 0; }
.stat-num { font-family: var(--font-heading); font-weight: 700; font-size: 2.1rem; color: var(--gold-light); }
.stat-label { font-size: 0.8rem; color: #e6d9de; text-transform: uppercase; letter-spacing: 1px; }

/* ---------- Kategori acara ---------- */
.category-card {
  background: #fff; border-radius: 16px; padding: 1.6rem 1rem; text-align: center;
  border: 1px solid rgba(91,31,61,0.08); transition: all .25s ease; height: 100%;
}
.category-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(91,31,61,0.12); border-color: transparent; }
.category-icon {
  width: 56px; height: 56px; border-radius: 50%; background: var(--sand);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 12px;
  font-size: 1.4rem; color: var(--plum);
}
.category-card:hover .category-icon { background: var(--plum); color: var(--gold-light); }
.category-name { font-weight: 600; font-size: 0.92rem; color: var(--ink); }

/* ---------- Fitur ---------- */
.feature-card {
  background: #fff; border-radius: 18px; padding: 1.8rem; height: 100%;
  border: 1px solid rgba(91,31,61,0.07); transition: all .25s ease;
}
.feature-card:hover { box-shadow: 0 18px 40px rgba(91,31,61,0.1); transform: translateY(-4px); }
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(150deg, var(--plum), var(--plum-light));
  display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: 1.35rem; margin-bottom: 1rem;
}
.feature-card h5 { color: var(--plum-dark); font-weight: 700; font-size: 1.05rem; }
.feature-card p { color: var(--muted); font-size: 0.9rem; margin: 0; }

/* ---------- Galeri Template ---------- */
.tpl-card { border-radius: 18px; overflow: hidden; box-shadow: 0 14px 30px rgba(91,31,61,0.1); position: relative; background: #fff; height: 100%; }
.tpl-preview { height: 220px; position: relative; display: flex; align-items: center; justify-content: center; }
.tpl-preview .tpl-frame { width: 76%; height: 84%; border-radius: 14px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.35); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; padding: 12px; }
.tpl-frame .tpl-names { font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; }
.tpl-frame .tpl-cat { font-size: 0.65rem; letter-spacing: 1.5px; text-transform: uppercase; opacity: .85; margin-top: 4px; }
.tpl-badge { position: absolute; top: 12px; right: 12px; font-size: 0.68rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.tpl-badge.available { background: #DCF3E4; color: #1E7E34; }
.tpl-badge.soon { background: #F1E7EE; color: var(--plum); }
.tpl-info { padding: 1rem 1.2rem 1.3rem; }
.tpl-info h6 { color: var(--plum-dark); font-weight: 700; margin-bottom: 2px; }
.tpl-info small { color: var(--muted); }

/* ---------- Cara Kerja ---------- */
.step-card { text-align: center; padding: 1.5rem 1rem; position: relative; }
.step-num {
  width: 46px; height: 46px; border-radius: 50%; background: var(--plum); color: var(--gold-light);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700;
  margin: 0 auto 14px; font-size: 1.15rem;
}
.step-card h6 { color: var(--plum-dark); font-weight: 700; }
.step-card p { color: var(--muted); font-size: 0.88rem; }

/* ---------- Pricing ---------- */
.pricing-card {
  background: #fff; border-radius: 20px; padding: 2rem 1.7rem; height: 100%;
  border: 1.5px solid rgba(91,31,61,0.08); transition: all .25s ease; position: relative;
}
.pricing-card.featured { border-color: var(--gold); box-shadow: 0 20px 50px rgba(201,162,39,0.18); transform: scale(1.03); }
.pricing-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #2B1E27; font-size: 0.72rem; font-weight: 700;
  padding: 5px 16px; border-radius: 999px; white-space: nowrap;
}
.pricing-name { font-weight: 700; color: var(--plum-dark); font-size: 1.1rem; }
.pricing-price { font-family: var(--font-heading); font-weight: 700; font-size: 2.1rem; color: var(--plum); margin: 0.4rem 0 0.1rem; }
.pricing-price small { font-size: 0.9rem; color: var(--muted); font-family: var(--font-body); font-weight: 400; }
.pricing-desc { color: var(--muted); font-size: 0.85rem; margin-bottom: 1.2rem; }
.pricing-list { list-style: none; padding: 0; margin: 0 0 1.6rem; }
.pricing-list li { display: flex; gap: 10px; padding: 7px 0; font-size: 0.9rem; color: var(--ink); }
.pricing-list li i { color: #1E7E34; margin-top: 2px; }
.pricing-list li.disabled { color: #bbb; }
.pricing-list li.disabled i { color: #ddd; }

/* ---------- Form Order ---------- */
.order-card {
  background: #fff; border-radius: 20px; padding: 2rem; border: 1px solid rgba(91,31,61,0.08);
  box-shadow: 0 20px 50px rgba(91,31,61,0.1);
}
.order-card .form-label { font-weight: 600; font-size: 0.88rem; color: var(--ink); }
.order-card .form-control, .order-card .form-select {
  border-radius: 10px; border: 1px solid rgba(91,31,61,0.15); padding: 0.6rem 0.9rem;
}
.order-card .form-control:focus, .order-card .form-select:focus {
  border-color: var(--plum); box-shadow: 0 0 0 3px rgba(91,31,61,0.12);
}

/* ---------- Testimoni ---------- */
.testi-card { background: #fff; border-radius: 18px; padding: 1.6rem; height: 100%; border: 1px solid rgba(91,31,61,0.07); }
.testi-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 10px; }
.testi-text { color: var(--ink); font-size: 0.92rem; font-style: italic; margin-bottom: 1.2rem; }
.testi-person { display: flex; align-items: center; gap: 10px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--plum);
  color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem;
}
.testi-name { font-weight: 700; font-size: 0.88rem; color: var(--plum-dark); }
.testi-role { font-size: 0.76rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.accordion-item { border: none !important; border-bottom: 1px solid rgba(91,31,61,0.1) !important; background: transparent; }
.accordion-button { background: transparent; font-weight: 600; color: var(--plum-dark); padding: 1.1rem 0; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--plum); background: transparent; }
.accordion-button::after { filter: hue-rotate(280deg); }
.accordion-body { color: var(--muted); padding: 0 0 1.2rem; font-size: 0.92rem; }

/* ---------- CTA ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--plum-dark), var(--plum));
  border-radius: 28px; padding: 3rem 2rem; color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(201,162,39,0.18), transparent 40%);
}

/* ---------- Footer ---------- */
.footer-nayara { background: #1c1420; color: #cbb9c4; padding: 60px 0 24px; }
.footer-nayara h6 { color: #fff; font-weight: 700; margin-bottom: 1rem; font-size: 0.95rem; }
.footer-nayara a { color: #cbb9c4; text-decoration: none; font-size: 0.88rem; }
.footer-nayara a:hover { color: var(--gold-light); }
.footer-brand { font-family: var(--font-heading); font-weight: 700; color: #fff; font-size: 1.3rem; }
.footer-social {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center; color: #fff; margin-right: 8px;
}
.footer-divider { border-color: rgba(255,255,255,0.1); }
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 1500; width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25); text-decoration: none;
}

/* ---------- Halaman pendukung (privacy/terms/about/blog) ---------- */
.page-hero { background: var(--plum-dark); color: #fff; padding: 70px 0 50px; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.page-hero p { color: #d8c3cd; }
.content-page { padding: 50px 0 70px; }
.content-page h2 { font-size: 1.3rem; color: var(--plum-dark); margin-top: 2rem; margin-bottom: 0.75rem; }
.content-page p, .content-page li { color: var(--muted); line-height: 1.8; }
.blog-card { background: #fff; border-radius: 16px; padding: 1.6rem; border: 1px solid rgba(91,31,61,0.08); height: 100%; }
.blog-card .badge-cat { background: var(--sand); color: var(--plum); font-size: 0.72rem; padding: 4px 10px; border-radius: 999px; font-weight: 600; }
.blog-card h5 { color: var(--plum-dark); margin: 0.75rem 0 0.5rem; font-weight: 700; }
