/* =========================================================
   MUTIARANI MAZAYA - Professional Promotional Theme
   Visual-only redesign. Existing PHP/database behavior is retained.
   ========================================================= */

:root {
  --primary: #c99a3d;
  --primary-soft: #e4c883;
  --accent: #b98224;
  --accent-bright: #f5e7bd;
  --brand-gold: #c99a3d;
  --brand-gold-dark: #9e701f;
  --brand-gold-soft: #f3e7c7;
  --brand-ink: #171714;
  --brand-ink-2: #23231f;
  --brand-emerald: #0d6b56;
  --brand-emerald-dark: #075342;
  --bg: #f7f5ef;
  --bg-soft: #fbfaf6;
  --card-bg: #ffffff;
  --border-subtle: #e9e4d8;
  --border-strong: #d8cfbc;
  --text-main: #1d211f;
  --text-muted: #6f756f;
  --white: #ffffff;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow-soft: 0 16px 45px rgba(37, 31, 20, 0.08);
  --shadow-card: 0 20px 55px rgba(29, 27, 20, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background:
    radial-gradient(circle at 0 0, rgba(201, 154, 61, 0.06), transparent 30%),
    #f7f5ef !important;
  color: var(--text-main) !important;
  line-height: 1.65;
  overflow-x: hidden;
}

body::selection {
  background: var(--brand-gold-soft);
  color: var(--brand-ink);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1240px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* ---------- Top information bar ---------- */
.site-topbar {
  position: relative;
  z-index: 55;
  background: var(--brand-ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  letter-spacing: 0.01em;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-message,
.topbar-links,
.topbar-links a,
.topbar-links span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar-links {
  gap: 12px;
}

.topbar-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  transition: color .2s ease;
}

.topbar-links a:hover {
  color: #fff;
}

.topbar-links i,
.topbar-message i {
  color: var(--brand-gold);
}

.topbar-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand-gold);
  box-shadow: 0 0 0 4px rgba(201, 154, 61, 0.14);
}

.topbar-separator {
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.18);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(216, 207, 188, 0.7) !important;
  backdrop-filter: blur(18px) saturate(140%);
  transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 12px 34px rgba(30, 27, 20, 0.08);
}

.header-inner {
  min-height: 78px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  gap: 20px !important;
}

.logo a {
  gap: 11px !important;
}

.logo-mark {
  width: 52px !important;
  height: 52px !important;
  border-radius: 16px !important;
  border: 1px solid #e9dfc8 !important;
  background: #fff !important;
  padding: 4px;
  box-shadow: 0 8px 26px rgba(33, 29, 20, 0.08);
}

.logo-mark img {
  object-fit: contain !important;
  border-radius: 11px;
}

.logo-main {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .11em !important;
  color: var(--brand-ink) !important;
  white-space: nowrap;
}

.logo-sub {
  margin-top: 2px;
  color: var(--brand-gold-dark) !important;
  font-size: 9.5px !important;
  font-weight: 700;
  letter-spacing: .23em;
}

.main-nav {
  align-items: center;
  gap: 2px !important;
  font-size: 12px !important;
}

.main-nav > a.nav-link,
.main-nav .nav-link {
  position: relative;
  padding: 10px 10px !important;
  border-radius: 11px !important;
  border: 0 !important;
  background: transparent !important;
  color: #555b56 !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
  transition: color .2s ease, background .2s ease !important;
}

.main-nav > a.nav-link:hover,
.main-nav .nav-link:hover {
  color: var(--brand-ink) !important;
  background: #f8f5ed !important;
}

.main-nav > a.nav-link.active,
.main-nav .nav-link.active {
  color: var(--brand-ink) !important;
  background: #f5edd9 !important;
}

.main-nav > a.nav-link.active::before,
.main-nav .nav-item > .nav-link.active::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-gold);
}

.nav-has-dropdown > .nav-link::after {
  border-color: currentColor !important;
  width: 6px !important;
  height: 6px !important;
  margin-left: 7px !important;
  opacity: .65;
}

.nav-dropdown {
  top: calc(100% + 12px) !important;
  min-width: 230px !important;
  border: 1px solid rgba(216, 207, 188, 0.78) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  padding: 8px !important;
  box-shadow: 0 24px 60px rgba(27, 24, 17, .15) !important;
  backdrop-filter: blur(16px);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 26px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid rgba(216, 207, 188, .78);
  border-top: 1px solid rgba(216, 207, 188, .78);
  transform: rotate(45deg);
}

.nav-dropdown a {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 11px !important;
  color: #4c514c !important;
  font-size: 12px !important;
  font-weight: 600;
}

.nav-dropdown a i {
  width: 17px;
  color: var(--brand-gold-dark);
}

.nav-dropdown a:hover {
  color: var(--brand-ink) !important;
  background: #faf6eb !important;
}

.header-cta {
  flex: 0 0 auto;
}

.btn-header-wa {
  min-height: 42px;
  gap: 8px;
  padding: 10px 16px !important;
  font-size: 11.5px !important;
}

.btn-header-wa i {
  font-size: 16px;
}

/* ---------- Buttons ---------- */
.btn {
  min-height: 42px;
  padding: 10px 18px !important;
  border-radius: 12px !important;
  font-family: inherit;
  font-weight: 750 !important;
  letter-spacing: -.01em;
  gap: 8px;
  border: 1px solid transparent !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease !important;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-emerald), var(--brand-emerald-dark)) !important;
  border-color: var(--brand-emerald) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(13, 107, 86, .2) !important;
}

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(13, 107, 86, .28) !important;
}

.btn-gold {
  background: linear-gradient(135deg, #d3a84d, #b98224) !important;
  border-color: #d4ad5d !important;
  color: #171714 !important;
  box-shadow: 0 14px 34px rgba(185, 130, 36, .25);
}

.btn-gold:hover {
  color: #111 !important;
  box-shadow: 0 18px 42px rgba(185, 130, 36, .34);
}

.btn-outline,
.btn.btn-outline.btn-small {
  background: #fff !important;
  color: #343832 !important;
  border: 1px solid #ddd5c5 !important;
  border-radius: 11px !important;
  padding: 9px 14px !important;
  text-decoration: none !important;
}

.btn-outline:hover,
.btn.btn-outline.btn-small:hover {
  color: var(--brand-ink) !important;
  background: #faf6eb !important;
  border-color: #c9a65b !important;
}

.btn-ghost-light {
  background: rgba(255, 255, 255, .09) !important;
  border: 1px solid rgba(255, 255, 255, .36) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.btn-ghost-light:hover {
  background: rgba(255, 255, 255, .16) !important;
  border-color: rgba(255, 255, 255, .65) !important;
}

.btn-small {
  min-height: 36px;
  font-size: 11.5px !important;
}

/* ---------- Homepage hero ---------- */
.promo-hero.hero {
  position: relative;
  padding: 28px 0 34px !important;
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 154, 61, .14), transparent 30%),
    linear-gradient(180deg, #f7f3e8 0%, #fbfaf6 100%) !important;
  color: var(--brand-ink) !important;
  overflow: visible;
}

.promo-hero::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  top: -150px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 154, 61, .14), transparent 67%);
  pointer-events: none;
}

.promo-hero-stage {
  position: relative;
  min-height: 610px;
  border-radius: 34px;
  overflow: hidden;
  background: var(--brand-ink);
  box-shadow: 0 34px 85px rgba(31, 27, 19, .2);
  isolation: isolate;
}

.promo-hero-media,
.promo-hero-overlay,
.promo-hero-media .hero-slider,
.promo-hero-media .slider-track,
.promo-hero-media .hero-slider-slide {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
}

.promo-hero-media .hero-slider {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #141411 !important;
}

.promo-hero-media .slider-track {
  display: flex !important;
  position: relative !important;
  inset: auto;
  height: 100%;
}

.promo-hero .hero-slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  padding: 0 !important;
  position: relative !important;
}

body .promo-hero .hero-slider-slide img {
  width: 100% !important;
  height: 100% !important;
  min-height: 610px;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(.92) contrast(1.02);
}

.promo-hero-overlay {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 12, 10, .93) 0%, rgba(11, 12, 10, .82) 36%, rgba(11, 12, 10, .32) 68%, rgba(11, 12, 10, .15) 100%),
    linear-gradient(0deg, rgba(10, 11, 9, .72) 0%, rgba(10, 11, 9, .03) 46%, rgba(10, 11, 9, .24) 100%);
}

.promo-hero-content {
  position: relative;
  z-index: 5;
  width: min(650px, 63%);
  min-height: 610px;
  padding: 80px 70px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

.promo-hero .hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 10px !important;
  padding: 7px 12px 7px 8px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .09) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 10.5px !important;
  font-weight: 700;
  letter-spacing: .12em !important;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand-gold);
  color: #171714;
  font-size: 12px;
}

.promo-hero .hero-title {
  margin: 22px 0 17px !important;
  max-width: 640px;
  color: #fff !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.038em !important;
  text-wrap: balance;
}

.promo-hero .hero-title span {
  color: #e7c978;
}

.promo-hero .hero-subtitle {
  max-width: 580px !important;
  margin: 0 0 25px !important;
  color: rgba(255, 255, 255, .79) !important;
  font-size: 14px !important;
  line-height: 1.75;
}

.promo-hero .hero-subtitle strong {
  color: #fff;
  font-weight: 800;
}

.promo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.promo-hero-actions .btn {
  min-height: 48px;
  padding: 12px 18px !important;
}

.promo-hero .hero-highlight {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  font-size: 10.5px !important;
}

.promo-hero .hero-highlight span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .07) !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .8) !important;
  backdrop-filter: blur(8px);
}

.promo-hero .hero-highlight i {
  color: #e1bf67;
}

.promo-hero .hero-slider-caption {
  z-index: 5;
  left: auto !important;
  right: 34px;
  bottom: 88px !important;
  max-width: 36%;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  background: rgba(18, 18, 15, .62) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 10.5px !important;
  backdrop-filter: blur(14px);
}

.promo-hero .slider-controls {
  z-index: 8;
  inset: auto 34px 28px auto !important;
  width: auto !important;
  height: 44px !important;
  display: flex;
  gap: 8px;
  pointer-events: none;
}

.promo-hero .slider-arrow {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  transform: none !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255, 255, 255, .32) !important;
  background: rgba(18, 18, 15, .52) !important;
  color: #fff !important;
  backdrop-filter: blur(12px);
  font-size: 12px !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.promo-hero .slider-arrow:hover {
  background: rgba(201, 154, 61, .92) !important;
  color: #171714 !important;
  border-color: var(--brand-gold) !important;
  transform: translateY(-2px) !important;
}

.promo-hero .slider-dots {
  z-index: 8;
  display: flex !important;
  left: auto !important;
  right: 140px;
  bottom: 43px !important;
  transform: none !important;
  gap: 6px !important;
}

.promo-hero .slider-dot {
  appearance: none;
  border: 0;
  width: 19px !important;
  height: 3px !important;
  padding: 0;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .35) !important;
}

.promo-hero .slider-dot-active {
  width: 34px !important;
  background: var(--brand-gold) !important;
}

.promo-hero-proof {
  position: absolute;
  z-index: 7;
  left: 30px;
  right: 30px;
  bottom: 24px;
  width: min(590px, calc(100% - 260px));
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(18px);
  color: #fff;
}

.proof-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.proof-item strong {
  font-size: 11px;
  font-weight: 800;
  color: #f1d27c;
}

.proof-item span {
  font-size: 9.5px;
  color: rgba(255, 255, 255, .7);
  white-space: nowrap;
}

.proof-divider {
  width: 1px;
  height: 31px;
  background: rgba(255, 255, 255, .18);
  flex: 0 0 auto;
}

/* ---------- Three promotional service links ---------- */
.service-highlights {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 0 0 28px;
  background: #fbfaf6;
}

.service-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-highlight-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e8e1d2;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(30, 27, 20, .06);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-highlight-card:hover {
  transform: translateY(-4px);
  border-color: #d6b76f;
  box-shadow: 0 20px 50px rgba(30, 27, 20, .1);
}

.service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #f7eed8;
  color: #a67520;
  font-size: 17px;
}

.service-highlight-card strong,
.service-highlight-card small {
  display: block;
}

.service-highlight-card strong {
  color: var(--brand-ink);
  font-size: 12.5px;
  margin-bottom: 3px;
}

.service-highlight-card small {
  color: var(--text-muted);
  font-size: 10.5px;
  line-height: 1.5;
}

.service-arrow {
  color: #b48a36;
  font-size: 12px;
  transition: transform .2s ease;
}

.service-highlight-card:hover .service-arrow {
  transform: translateX(4px);
}

/* ---------- Sections / page headers ---------- */
.section,
.section-alt {
  position: relative;
  padding: 78px 0 !important;
  background: #fbfaf6 !important;
}

.section:nth-of-type(odd),
.section:nth-of-type(even) {
  background: #fbfaf6 !important;
}

main > .section:nth-child(even),
main > .section-alt:nth-child(even),
.page-index main > .section:nth-of-type(even) {
  background: #fff !important;
}

.section-header {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-label,
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: var(--brand-gold-dark) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}

.section-label::before,
.section-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--brand-gold);
}

.section-title {
  position: relative;
  margin: 0 0 10px !important;
  color: var(--brand-ink) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(31px, 3.2vw, 44px) !important;
  line-height: 1.15;
  letter-spacing: -.025em !important;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 0 32px !important;
  color: #6f756f !important;
  font-size: 13px !important;
  line-height: 1.75;
}

/* Promotional homepage section title decoration */
.page-index .section-umroh .section-title,
.page-index .section-haji .section-title,
.page-index .section-travel .section-title,
.page-index .section-artikel .section-title,
.page-index .section-gallery .section-title,
.page-index .section-testimoni .section-title {
  display: block !important;
}

.page-index .section-umroh .section-title::before,
.page-index .section-haji .section-title::before,
.page-index .section-travel .section-title::before,
.page-index .section-artikel .section-title::before,
.page-index .section-gallery .section-title::before,
.page-index .section-testimoni .section-title::before {
  content: "" !important;
  display: block !important;
  width: 42px !important;
  height: 3px !important;
  margin-bottom: 12px;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #a87522, #e3c573) !important;
}

/* Non-home page introductory spacing */
body:not(.page-index) main.section > .container,
body:not(.page-index) main > .section > .container,
body:not(.page-index) main > .section-alt > .container {
  position: relative;
}

body:not(.page-index) main.section > .container > .section-title:first-child,
body:not(.page-index) main > .section > .container > .section-header .section-title,
body:not(.page-index) main > .section-alt > .container > .section-header .section-title {
  max-width: 850px;
}

/* ---------- Cards ---------- */
.cards-grid {
  gap: 22px !important;
}

.card {
  position: relative;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid #e8e2d6 !important;
  border-radius: 20px !important;
  padding: 20px !important;
  box-shadow: 0 15px 42px rgba(34, 30, 21, .065) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: #dcc58f !important;
  box-shadow: 0 24px 60px rgba(34, 30, 21, .11) !important;
}

.card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 61, .7), transparent);
  opacity: 0;
  transition: opacity .22s ease;
}

.card:hover::after {
  opacity: 1;
}

.card-header {
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 11px !important;
}

.card-title {
  color: var(--brand-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.45;
}

.card-meta {
  color: #757a74 !important;
  font-size: 11.5px !important;
  line-height: 1.7;
}

.card-price,
.card-price-large {
  color: #a47320 !important;
  font-weight: 800 !important;
}

.card-price {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 9px;
  background: #faf4e5;
  font-size: 11px !important;
  white-space: nowrap;
}

.card-price-large {
  font-size: 25px !important;
}

/* Package listing card image/brochure */
.card-brochure {
  margin: -20px -20px 18px !important;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: #f1eee7;
}

.card-brochure img {
  width: 100%;
  height: 330px !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block;
  transition: transform .35s ease;
}

.card:hover .card-brochure img {
  transform: scale(1.018);
}

.card-body {
  position: relative;
}

.home-package-card {
  padding: 0 0 20px !important;
}

.home-package-card .package-brochure-top {
  padding: 0 !important;
}

.home-package-card .package-brochure-imgbtn,
.home-package-card .package-brochure-btn {
  max-width: none !important;
}

.home-package-card .package-brochure-imgwrap {
  height: 330px !important;
  border: 0 !important;
  border-radius: 20px 20px 0 0 !important;
}

.home-package-card .package-brochure-imgwrap img {
  object-position: top center !important;
}

.home-package-card > .card-header,
.home-package-card > .card-meta,
.home-package-card > .btn {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.home-package-card > .card-header {
  margin-top: 18px !important;
}

.home-section-footer {
  margin-top: 26px !important;
}

/* Home thematic card accents become subtle and consistent */
.section-umroh .cards-grid .card,
.section-haji .cards-grid .card,
.section-travel .cards-grid .card,
.section-artikel .cards-grid .card,
.section-testimoni .cards-grid .card {
  border-top: 1px solid #e8e2d6 !important;
  border-left: 1px solid #e8e2d6 !important;
}

.section-testimoni .cards-grid .card {
  background: linear-gradient(145deg, #fff 0%, #fffdf8 100%) !important;
}

.section-testimoni .cards-grid .card::before,
.page-testimoni .cards-grid .card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 16px;
  left: auto !important;
  font-family: Georgia, serif;
  font-size: 54px !important;
  line-height: 1;
  color: rgba(201, 154, 61, .2) !important;
}

.section-testimoni .card-meta:last-child,
.page-testimoni .card-meta:last-child {
  color: #b27c21 !important;
  letter-spacing: .08em;
}

/* ---------- Gallery ---------- */
.section-gallery .album-grid,
.page-galeri .album-grid {
  gap: 22px !important;
}

.section-gallery .album-card,
.page-galeri .album-card {
  border: 1px solid #e8e2d6 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 16px 44px rgba(34, 30, 21, .075) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.section-gallery .album-card:hover,
.page-galeri .album-card:hover {
  transform: translateY(-5px);
  border-color: #dcc58f !important;
  box-shadow: 0 24px 58px rgba(34, 30, 21, .12) !important;
}

.section-gallery .album-cover,
.page-galeri .album-cover {
  background: #1c1c19 !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}

.section-gallery .album-cover img,
.page-galeri .album-cover img {
  height: 265px !important;
  object-fit: cover !important;
  transition: transform .38s ease;
}

.section-gallery .album-card:hover .album-cover img,
.page-galeri .album-card:hover .album-cover img {
  transform: scale(1.035);
}

.section-gallery .album-count-badge,
.page-galeri .album-count-badge {
  padding: 7px 10px !important;
  background: rgba(20, 20, 17, .78) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  backdrop-filter: blur(12px);
  font-size: 10px !important;
}

.section-gallery .album-info,
.page-galeri .album-info {
  padding: 17px 18px 10px !important;
}

.section-gallery .album-title,
.page-galeri .album-title {
  color: var(--brand-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.section-gallery .album-desc,
.page-galeri .album-desc {
  color: #7a7e78 !important;
}

.section-gallery .album-actions {
  padding: 0 18px 18px !important;
}

.page-galeri .gallery-tabs {
  padding: 20px !important;
  border: 1px solid #e8e2d6 !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 50px rgba(34, 30, 21, .07) !important;
}

.page-galeri .gallery-tabs-nav {
  background: #f6f1e6 !important;
}

.page-galeri .gallery-tab-link.is-active {
  background: linear-gradient(135deg, #cda34a, #a87522) !important;
  color: #181814 !important;
  box-shadow: 0 8px 18px rgba(177, 126, 34, .2) !important;
}

/* ---------- Details and forms ---------- */
.detail-grid {
  gap: 32px !important;
}

.detail-sidebar .box,
.contact-form,
.registration-form {
  background: #fff !important;
  border: 1px solid #e7e0d3 !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 55px rgba(34, 30, 21, .08) !important;
}

.detail-sidebar .box {
  padding: 24px !important;
  position: sticky;
  top: 108px;
}

.detail-sidebar .box > h3:first-child,
.registration-form h3 {
  color: var(--brand-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  margin-top: 0;
}

.contact-form,
.registration-form {
  padding: 24px !important;
}

.detail-sidebar .contact-form {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.contact-form label,
.registration-form label {
  color: #4d534e !important;
  font-size: 11.5px !important;
  font-weight: 700;
  margin-bottom: 13px !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.registration-form input,
.registration-form textarea,
.registration-form select {
  width: 100%;
  min-height: 44px;
  margin-top: 5px !important;
  padding: 10px 12px !important;
  border-radius: 11px !important;
  border: 1px solid #ded8cc !important;
  background: #fdfcf9 !important;
  color: #252824 !important;
  font-family: inherit;
  font-size: 12px !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form textarea,
.registration-form textarea {
  min-height: 100px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.registration-form input:focus,
.registration-form textarea:focus,
.registration-form select:focus {
  outline: 0 !important;
  border-color: #c8a65b !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(201, 154, 61, .11) !important;
}

.registration-grid {
  gap: 28px !important;
}

.alert {
  padding: 13px 15px !important;
  border-radius: 12px !important;
  font-size: 11.5px !important;
}

.alert-success {
  background: #eef8f4 !important;
  border-color: #b9ded2 !important;
  color: #075342 !important;
}

.alert-error {
  background: #fff3f0 !important;
  border-color: #efc7be !important;
  color: #8a2f20 !important;
}

/* Package detail primary content as editorial panel */
.page-paket-detail .detail-grid > div:first-child {
  background: #fff;
  border: 1px solid #e7e0d3;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 55px rgba(34, 30, 21, .07);
}

.page-paket-detail .detail-grid > div:first-child > .section-title {
  font-size: clamp(31px, 4vw, 48px) !important;
}

.page-paket-detail .detail-grid > div:first-child h3 {
  margin-top: 28px;
  color: var(--brand-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
}

/* ---------- About pages ---------- */
.about-intro-grid,
.about-visi-misi-grid,
.about-structure-grid {
  gap: 22px !important;
}

.about-intro-grid .card,
.about-visi-misi-grid .card {
  min-height: 190px;
  padding: 26px !important;
}

.about-intro-grid .card-title,
.about-visi-misi-grid .card-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px !important;
}

.about-file {
  background: #f8f5ed !important;
  border: 1px solid #e6dece !important;
  border-radius: 16px !important;
  padding: 15px !important;
}

.about-file-image,
.about-file-frame {
  border-radius: 12px !important;
}

.about-list li::marker {
  color: var(--brand-gold);
}

/* ---------- Article pages ---------- */
.page-articles .cards-grid .card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

.page-articles .cards-grid .card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.page-article-detail main.section .container {
  max-width: 880px !important;
  background: #fff;
  border: 1px solid #e7e0d3;
  border-radius: 24px;
  padding: 36px !important;
  box-shadow: 0 20px 55px rgba(34, 30, 21, .07);
}

.page-article-detail main.section article {
  color: #4e534f;
  font-size: 13.5px !important;
  line-height: 1.85 !important;
}

/* ---------- Pre-footer conversion block ---------- */
.prefooter-cta {
  padding: 68px 0;
  background: #f7f5ef;
}

.prefooter-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 36px 38px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% -20%, rgba(219, 183, 100, .22), transparent 35%),
    linear-gradient(135deg, #161713 0%, #24231e 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(28, 25, 18, .18);
}

.prefooter-panel::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -105px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(201, 154, 61, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(201, 154, 61, .03), 0 0 0 70px rgba(201, 154, 61, .025);
}

.prefooter-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #171714;
  background: linear-gradient(135deg, #e4c878, #b78022);
  font-size: 23px;
}

.prefooter-copy,
.prefooter-action {
  position: relative;
  z-index: 2;
}

.prefooter-kicker {
  display: block;
  margin-bottom: 5px;
  color: #dabb66;
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.prefooter-copy h2 {
  margin: 0 0 7px;
  max-width: 730px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.prefooter-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 11.5px;
  line-height: 1.7;
}

/* ---------- Footer ---------- */
.site-footer {
  margin-top: 0 !important;
  padding: 60px 0 0 !important;
  border-top: 0 !important;
  background: #10110f !important;
  color: rgba(255, 255, 255, .72) !important;
}

.footer-main {
  display: grid !important;
  grid-template-columns: 1.45fr .75fr .8fr 1.2fr !important;
  gap: 46px !important;
  padding-bottom: 46px !important;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 17px;
}

.footer-logo {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 3px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.footer-brand small {
  margin-top: 3px;
  color: #c7a34f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.footer-text {
  max-width: 360px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .56) !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
}

.footer-heading {
  margin: 2px 0 18px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.footer-heading::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--brand-gold);
}

.footer-links {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.footer-links li {
  margin: 0 !important;
}

.footer-links a {
  color: rgba(255, 255, 255, .58) !important;
  font-size: 10.5px !important;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-links a:hover {
  color: #e1bd66 !important;
}

.footer-social {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 19px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .72) !important;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  color: #171714 !important;
  background: var(--brand-gold);
  border-color: var(--brand-gold);
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  margin: 0 0 11px;
  color: rgba(255, 255, 255, .58);
  font-size: 10.5px;
  line-height: 1.6;
}

.footer-contact-item i {
  margin-top: 3px;
  color: #caa14b;
}

.footer-bottom {
  margin: 0 !important;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  background: #0b0c0a !important;
  color: rgba(255, 255, 255, .42) !important;
  font-size: 9.5px !important;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom-note {
  color: rgba(218, 184, 104, .62);
  letter-spacing: .07em;
}

/* ---------- Floating WhatsApp ---------- */
.floating-whatsapp {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 15px;
  border-radius: 999px;
  background: #0d7a5d;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(6, 94, 70, .32);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.floating-whatsapp i {
  font-size: 19px;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  background: #096349;
  box-shadow: 0 18px 40px rgba(6, 94, 70, .38);
}

/* ---------- Mobile navigation ---------- */
.nav-toggle {
  width: 42px;
  height: 42px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #e0d9cb !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 0 !important;
}

.nav-toggle span {
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-ink);
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-mobile {
  position: sticky;
  top: 78px;
  z-index: 45;
  display: none;
  flex-direction: column;
  gap: 4px !important;
  padding: 12px 20px 18px !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #e7e0d3 !important;
  box-shadow: 0 16px 40px rgba(31, 28, 20, .1) !important;
  backdrop-filter: blur(16px);
}

.nav-mobile a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 11px !important;
  border-radius: 10px !important;
  color: #434843 !important;
  font-size: 11.5px !important;
  font-weight: 650;
}

.nav-mobile a:hover {
  background: #f8f4e9 !important;
  border-color: transparent !important;
}

.nav-mobile a i {
  color: #a87925;
}

.nav-mobile-group-label {
  margin: 8px 0 2px !important;
  padding: 0 11px !important;
  color: #a77926 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nav-mobile-child {
  padding-left: 20px !important;
}

.mobile-wa-link {
  justify-content: center;
  margin-top: 10px;
  background: var(--brand-emerald) !important;
  color: #fff !important;
}

.mobile-wa-link i {
  color: #fff !important;
}

/* ---------- Lightboxes ---------- */
.lightbox,
.album-modal {
  backdrop-filter: blur(5px);
}

.lightbox-content,
.album-modal-dialog {
  border: 1px solid rgba(255, 255, 255, .15) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .35) !important;
}

/* ---------- Utility polish ---------- */
hr {
  border-color: #e8e1d5 !important;
}

::placeholder {
  color: #a6aaa5;
}

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .main-nav {
    gap: 0 !important;
  }

  .main-nav > a.nav-link,
  .main-nav .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 11px !important;
  }

  .header-cta .btn span {
    display: none;
  }

  .btn-header-wa {
    width: 42px;
    padding: 0 !important;
  }

  .promo-hero-content {
    width: 68%;
    padding-left: 54px;
    padding-right: 44px;
  }

  .footer-main {
    grid-template-columns: 1.3fr .7fr .8fr 1.1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 900px) {
  .site-topbar {
    display: none;
  }

  .site-header {
    top: 0 !important;
  }

  .header-inner {
    min-height: 70px;
  }

  .main-nav,
  .header-cta {
    display: none !important;
  }

  .nav-toggle {
    display: flex !important;
  }

  .nav-mobile {
    top: 70px;
  }

  .promo-hero-stage,
  body .promo-hero .hero-slider-slide img,
  .promo-hero-content {
    min-height: 570px;
  }

  .promo-hero-content {
    width: 78%;
    padding: 56px 42px 125px;
  }

  .promo-hero-overlay {
    background:
      linear-gradient(90deg, rgba(11, 12, 10, .91) 0%, rgba(11, 12, 10, .75) 50%, rgba(11, 12, 10, .28) 100%),
      linear-gradient(0deg, rgba(10, 11, 9, .75) 0%, rgba(10, 11, 9, .05) 48%, rgba(10, 11, 9, .22) 100%);
  }

  .promo-hero-proof {
    width: calc(100% - 200px);
  }

  .service-highlights-grid {
    grid-template-columns: 1fr;
  }

  .prefooter-panel {
    grid-template-columns: auto 1fr;
  }

  .prefooter-action {
    grid-column: 2;
  }

  .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr !important;
  }

  .footer-contact-column {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .logo-mark {
    width: 45px !important;
    height: 45px !important;
    border-radius: 14px !important;
  }

  .logo-main {
    font-size: 11px !important;
    letter-spacing: .09em !important;
  }

  .logo-sub {
    font-size: 8px !important;
  }

  .promo-hero.hero {
    padding-top: 14px !important;
    padding-bottom: 24px !important;
  }

  .promo-hero-stage,
  body .promo-hero .hero-slider-slide img,
  .promo-hero-content {
    min-height: 610px;
  }

  .promo-hero-stage {
    border-radius: 24px;
  }

  .promo-hero-content {
    width: 100%;
    padding: 50px 24px 142px;
    justify-content: flex-end;
  }

  .promo-hero-overlay {
    background:
      linear-gradient(0deg, rgba(10, 11, 9, .95) 0%, rgba(10, 11, 9, .72) 42%, rgba(10, 11, 9, .22) 78%, rgba(10, 11, 9, .12) 100%);
  }

  .promo-hero .hero-title {
    font-size: clamp(37px, 12vw, 51px) !important;
  }

  .promo-hero .hero-subtitle {
    font-size: 12px !important;
  }

  .promo-hero-actions {
    width: 100%;
  }

  .promo-hero-actions .btn {
    flex: 1 1 180px;
  }

  .promo-hero .hero-highlight span:nth-child(3) {
    display: none;
  }

  .promo-hero .hero-slider-caption {
    display: none !important;
  }

  .promo-hero .slider-controls {
    right: 18px !important;
    bottom: 22px !important;
  }

  .promo-hero .slider-dots {
    left: 22px !important;
    right: auto !important;
    bottom: 39px !important;
  }

  .promo-hero-proof {
    left: 18px;
    right: 18px;
    bottom: 77px;
    width: auto;
    gap: 10px;
    padding: 11px 12px;
  }

  .proof-item span {
    white-space: normal;
    line-height: 1.35;
  }

  .proof-divider {
    height: 28px;
  }

  .service-highlight-card {
    padding: 15px;
  }

  .section,
  .section-alt {
    padding: 58px 0 !important;
  }

  .section-title {
    font-size: 32px !important;
  }

  .cards-grid {
    grid-template-columns: 1fr !important;
  }

  .card-brochure img,
  .home-package-card .package-brochure-imgwrap {
    height: 410px !important;
  }

  .detail-grid {
    grid-template-columns: 1fr !important;
  }

  .detail-sidebar .box {
    position: static;
  }

  .page-paket-detail .detail-grid > div:first-child,
  .page-article-detail main.section .container {
    padding: 22px !important;
    border-radius: 20px;
  }

  .registration-form,
  .contact-form {
    padding: 18px !important;
  }

  .registration-grid {
    grid-template-columns: 1fr !important;
  }

  .prefooter-cta {
    padding: 46px 0;
  }

  .prefooter-panel {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .prefooter-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .prefooter-action {
    grid-column: auto;
  }

  .prefooter-action .btn {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px 24px !important;
  }

  .footer-brand-column,
  .footer-contact-column {
    grid-column: 1 / -1;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
  }

  .floating-whatsapp span {
    display: none;
  }
}

@media (max-width: 420px) {
  .logo-main {
    font-size: 10px !important;
  }

  .logo-sub {
    letter-spacing: .15em;
  }

  .promo-hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-hero .hero-badge {
    font-size: 9px !important;
  }

  .promo-hero-proof {
    display: none;
  }

  .promo-hero-content {
    padding-bottom: 100px;
  }

  .promo-hero .slider-controls {
    bottom: 20px !important;
  }

  .promo-hero .slider-dots {
    bottom: 37px !important;
  }

  .footer-main {
    grid-template-columns: 1fr !important;
  }

  .footer-brand-column,
  .footer-contact-column {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ---------- Page-specific finishing touches ---------- */
.page-umroh .card-brochure {
  width: calc(100% + 40px) !important;
}

.page-umroh .card-body {
  padding: 0 !important;
}

.page-login .prefooter-cta {
  display: none;
}

.page-login .auth-wrapper {
  min-height: calc(100vh - 260px);
  padding: 72px 0 !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(201, 154, 61, .13), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(13, 107, 86, .08), transparent 30%),
    #f7f5ef !important;
}

.page-login .auth-wrapper::before {
  background: transparent !important;
}

.page-login .auth-card {
  border: 1px solid #e3dccd !important;
  border-radius: 24px !important;
  padding: 28px !important;
  box-shadow: 0 28px 70px rgba(35, 30, 20, .12) !important;
}

.page-login .auth-brand img {
  border-color: #e4d5b4 !important;
  border-radius: 14px !important;
}

.page-login .auth-brand-title,
.page-login .auth-title {
  color: var(--brand-ink) !important;
}

.page-login .auth-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px !important;
}

.page-login .auth-brand-sub,
.page-login .auth-subtitle,
.page-login .auth-helper {
  color: #777c76 !important;
}

.page-login .auth-input {
  border-color: #ddd6c8 !important;
  background: #fdfcf9 !important;
}

.page-login .auth-input:focus-within {
  border-color: #c7a153 !important;
  box-shadow: 0 0 0 4px rgba(201, 154, 61, .1) !important;
}

/* ---------- Dynamic CMS pages ---------- */
.cms-page-section {
  min-height: 52vh;
}

.cms-page-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px !important;
}

.cms-page-content {
  color: var(--text, #353832);
  font-size: 15px;
  line-height: 1.85;
}

.cms-page-content > *:first-child {
  margin-top: 0;
}

.cms-page-content > *:last-child {
  margin-bottom: 0;
}

.cms-page-content h2,
.cms-page-content h3 {
  color: var(--brand-ink, #171714);
  font-family: "Playfair Display", Georgia, serif;
  margin: 28px 0 12px;
  line-height: 1.25;
}

.cms-page-content h2 {
  font-size: 27px;
}

.cms-page-content h3 {
  font-size: 21px;
}

.cms-page-content p,
.cms-page-content ul,
.cms-page-content ol {
  margin: 0 0 16px;
}

.cms-page-content ul,
.cms-page-content ol {
  padding-left: 24px;
}

.cms-page-content a {
  color: #8a651f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cms-page-attachment {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e8e0d2;
}

.cms-page-attachment-image {
  display: block;
  width: 100%;
  max-height: 900px;
  object-fit: contain;
  border: 1px solid #e4dccd;
  border-radius: 16px;
  background: #fff;
}

.cms-page-attachment-frame {
  width: 100%;
  min-height: 720px;
  border: 1px solid #e4dccd;
  border-radius: 16px;
  background: #fff;
}

.cms-page-attachment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.nav-mobile-group-label i,
.nav-mobile-child i,
.nav-mobile > a > i {
  width: 20px;
  text-align: center;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .cms-page-card {
    padding: 22px !important;
  }

  .cms-page-attachment-frame {
    min-height: 520px;
  }
}
