/* =========================================================
   Umroh Plus Hainan — Full-bleed landing homepage
   Inspired by conversion landing layout (full sections)
   Multi-client ready: ganti :root colors saja
   ========================================================= */

:root {
  /* Panorama Nur Mecca — logo blue + gold */
  --color-primary: #1515c8;
  --color-primary-mid: #2f2fe0;
  --color-primary-dark: #0a0a7a;
  --color-secondary: #f0c400;
  --color-secondary-dark: #d4a800;
  --color-bg: #f3f4fc;
  --color-bg-alt: #ffffff;
  --color-sky: #e8eafc;
  --color-text: #12122a;
  --color-text-muted: #5a5f7a;
  --color-text-on-dark: #eef0ff;
  --color-border: #d4d7f0;
  --color-wa: #25d366;
  --color-wa-dark: #128c7e;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 10px rgba(21, 21, 200, 0.07);
  --shadow-md: 0 8px 28px rgba(21, 21, 200, 0.12);
  --shadow-lg: 0 16px 48px rgba(10, 10, 122, 0.16);
  --container: 1200px;
  --container-narrow: 820px;
  --section-pad: clamp(64px, 8vw, 100px);
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --transition: 0.25s ease;
  --topbar-h: 68px;
}

/* ========== Hide Astra chrome on full homepage ========== */
body.uph-home-full .main-header,
body.uph-home-full .ast-above-header,
body.uph-home-full .ast-below-header,
body.uph-home-full .ast-mobile-header-wrap,
body.uph-home-full .site-header,
body.uph-home-full header.site-header,
body.uph-home-full #masthead,
body.uph-home-full .ast-primary-header-bar,
body.uph-home-full .main-header-bar,
body.uph-home-full .ast-header-break-point .main-header-bar,
body.uph-home-full footer#colophon,
body.uph-home-full .site-footer,
body.uph-home-full .ast-footer-overlay,
body.uph-home-full #ast-scroll-top,
body.uph-home-full .ast-breadcrumbs-wrapper,
body.uph-home-full .entry-header,
body.uph-home-full .ast-single-post .entry-header,
body.uph-home-full .ast-archive-description {
  display: none !important;
}

body.uph-home-full .site-content,
body.uph-home-full #content,
body.uph-home-full .ast-container,
body.uph-home-full .entry-content,
body.uph-home-full article,
body.uph-home-full .ast-article-single,
body.uph-home-full #primary,
body.uph-home-full .content-area {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.uph-home-full #page,
body.uph-home-full .site {
  overflow-x: hidden;
}

body.uph-home-full {
  background: var(--color-bg);
}

body.uph-home-full .uph-home-full {
  margin-top: 0;
}

/* ========== Base ========== */
.uph-home,
.uph-home * {
  box-sizing: border-box;
}

.uph-home {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
}

.uph-container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.uph-container-narrow {
  width: min(100% - 40px, var(--container-narrow));
}

.uph-section {
  padding: var(--section-pad) 0;
  position: relative;
}

.uph-bg-white { background: #fff; }
.uph-bg-sky { background: var(--color-sky); }
.uph-bg-primary {
  background: linear-gradient(145deg, var(--color-primary-dark) 0%, var(--color-primary) 55%, var(--color-primary-mid) 100%);
  color: var(--color-text-on-dark);
}

.uph-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.uph-section-head .eyebrow,
.uph-cta-box .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary-mid);
  background: rgba(26, 138, 107, 0.12);
  padding: 7px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}

.uph-section-head-light .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.uph-section-head h2,
.uph-cta-box h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.6vw, 2.55rem);
  color: var(--color-primary);
  margin: 0 0 12px;
  line-height: 1.22;
}

.uph-section-head-light h2 {
  color: #fff;
}

.uph-section-head p,
.uph-cta-box p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

.uph-section-head-light p {
  color: rgba(255, 255, 255, 0.88);
}

.uph-section-cta {
  text-align: center;
  margin-top: 36px;
}

.uph-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #666;
}

/* Buttons */
.uph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
  cursor: pointer;
  line-height: 1.2;
}

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

.uph-btn-sm { padding: 10px 16px; font-size: 0.88rem; }
.uph-btn-lg { padding: 16px 30px; font-size: 1.02rem; }

.uph-btn-primary {
  background: #ffffff;
  color: #ff2d2d !important;
  border-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.uph-btn-primary:hover {
  background: #ffe0e0;
  color: #d40000 !important;
  border-color: #ffe0e0;
}
/* Hero CTA: pastikan tidak ditimpa jadi hitam di atas biru */
.uph-hero-full .uph-badge {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
}
.uph-hero-full .uph-btn-primary,
.uph-hero-actions .uph-btn-primary {
  background: #ffffff !important;
  color: #ff2d2d !important;
  border-color: #ffffff !important;
}
.uph-hero-full .uph-btn-primary:hover,
.uph-hero-actions .uph-btn-primary:hover {
  background: #ffe0e0 !important;
  color: #d40000 !important;
}

.uph-btn-dark {
  background: var(--color-primary);
  color: #fff !important;
}
.uph-btn-dark:hover {
  background: var(--color-primary-mid);
  color: #fff !important;
}

.uph-btn-outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.8);
}
.uph-btn-outline:hover {
  background: #fff;
  color: var(--color-primary) !important;
}

.uph-btn-wa {
  background: var(--color-wa);
  color: #fff !important;
}
.uph-btn-wa:hover {
  background: var(--color-wa-dark);
  color: #fff !important;
}

/* ========== Topbar ========== */
.uph-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  height: var(--topbar-h);
  display: flex;
  align-items: center;
}

.uph-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100% - 40px, var(--container));
}

.uph-topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-primary) !important;
  text-decoration: none !important;
  white-space: nowrap;
  min-width: 0;
}
.uph-topbar-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #fff;
}
.uph-topbar-brand-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42vw;
}

.uph-topbar-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.uph-topbar-nav a {
  color: var(--color-text) !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.92rem;
}

.uph-topbar-nav a:hover {
  color: var(--color-primary-mid) !important;
}
.uph-topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.uph-nav-toggle {
  display: none;
  min-width: 44px;
  height: 42px;
  border: 2px solid #1515c8;
  border-radius: 10px;
  background: #1515c8;
  color: #fff;
  padding: 0 10px;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 6px;
  cursor: pointer;
  z-index: 1002;
  position: relative;
}
.uph-nav-toggle-label {
  display: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}
.uph-nav-toggle-bar {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}
.uph-nav-toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.uph-nav-toggle[aria-expanded="true"] .uph-nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.uph-nav-toggle[aria-expanded="true"] .uph-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.uph-nav-toggle[aria-expanded="true"] .uph-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.uph-mobile-panel {
  display: none;
  position: fixed;
  top: var(--topbar-h);
  left: 0;
  right: 0;
  z-index: 10050;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  max-height: calc(100vh - var(--topbar-h));
  overflow: auto;
}
.uph-mobile-panel.is-open,
.uph-mobile-panel:not([hidden]) {
  display: block;
}
.uph-mobile-panel-inner {
  padding: 12px 16px 20px;
}
.uph-mobile-nav {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}
.uph-mobile-link {
  display: block;
  padding: 12px 10px;
  border-radius: 10px;
  color: var(--color-text) !important;
  text-decoration: none !important;
  font-weight: 700;
  border: 1px solid transparent;
}
.uph-mobile-link:hover,
.uph-mobile-link:focus {
  background: var(--color-sky, #eef7f3);
  border-color: #d9ebe3;
  color: var(--color-primary) !important;
}
.uph-mobile-wa {
  width: 100%;
  text-align: center;
}
.uph-mobile-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  top: var(--topbar-h);
  background: rgba(10, 10, 80, 0.45);
  z-index: 1000;
}
.uph-mobile-backdrop.is-open,
.uph-mobile-backdrop:not([hidden]) {
  display: block;
}
body.uph-nav-open {
  overflow: hidden;
}

/* ========== Hero full ========== */
.uph-hero-full {
  position: relative;
  min-height: calc(92vh - var(--topbar-h));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ff2d2d;
  padding: 72px 0 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 25%, rgba(255, 255, 255, 0.16), transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(255, 193, 7, 0.18), transparent 42%),
    linear-gradient(135deg, #0a0a7a 0%, #1515c8 42%, #2f2fe0 78%, #4b4cf3 100%);
}

.uph-hero-full::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 90px;
  background: linear-gradient(to top, var(--color-bg), transparent);
  pointer-events: none;
}

.uph-hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  pointer-events: none;
}

.uph-hero-center {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.uph-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 22px;
}

.uph-hero-full h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1.12;
  margin: 0 0 18px;
  color: #ff2d2d;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}

.uph-hero-full h1 .hl {
  color: #ffd54a;
}

.uph-hero-full .lead {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  max-width: 720px;
  margin: 0 auto 28px;
  color: #ffe0e0;
}

.uph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}

.uph-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.uph-chip-row-center {
  justify-content: center;
}

.uph-chip {
  background: rgba(255, 45, 45, 0.12);
  border: 1px solid rgba(255, 90, 90, 0.4);
  color: #ffd6d6;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: var(--radius-full);
}

/* ========== Profil ========== */
.uph-profil-grid-full {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: stretch;
}

.uph-profil-media .badge-box {
  height: 100%;
  min-height: 280px;
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(10, 10, 122, 0.22), rgba(10, 10, 122, 0.85)),
    linear-gradient(135deg, #1515c8, #2f2fe0);
  box-shadow: var(--shadow-md);
}

.uph-profil-media .badge-box strong {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  line-height: 1.2;
}

.badge-sub {
  font-size: 0.95rem;
  opacity: 0.92;
  margin-top: 10px;
}

.uph-profil-copy p {
  color: var(--color-text-muted);
  margin: 0 0 14px;
}

.uph-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.uph-feature {
  background: var(--color-sky);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 16px;
}

.uph-feature strong {
  display: block;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.uph-feature span {
  color: var(--color-text-muted);
  font-size: 0.92rem;
}

/* ========== Paket ========== */
.uph-paket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.uph-paket-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}

.uph-paket-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.uph-paket-top {
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-mid));
  color: #fff;
  padding: 24px 22px 20px;
}

.uph-paket-durasi {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-full);
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.uph-paket-top h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: #fff;
}

.uph-paket-harga {
  font-weight: 800;
  color: var(--color-secondary);
  font-size: 1.05rem;
}

.uph-paket-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.uph-paket-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uph-paket-body li {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.uph-paket-body li span {
  color: var(--color-primary-mid);
  font-weight: 800;
}

.uph-paket-body .uph-btn {
  width: 100%;
}

/* ========== Alasan ========== */
.uph-alasan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.uph-alasan-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(4px);
}

.uph-alasan-card .num {
  font-weight: 800;
  color: var(--color-secondary);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.uph-alasan-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.05rem;
}

.uph-alasan-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

/* ========== Cards shared ========== */
.uph-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.uph-tab {
  text-decoration: none !important;
  padding: 8px 14px;
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border);
  color: var(--color-text) !important;
  font-weight: 600;
  font-size: 0.9rem;
  background: #fff;
}

.uph-tab.is-active,
.uph-tab:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff !important;
}

.uph-artikel-grid,
.uph-gallery-grid,
.uph-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.uph-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform var(--transition), box-shadow var(--transition);
}

.uph-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.uph-card-media {
  height: 180px;
  background: linear-gradient(135deg, #d9efe6, #f7faf8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  overflow: hidden;
}

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

.uph-card-body {
  padding: 16px 18px 18px;
}

.uph-card-body .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.uph-card-body .meta .cat {
  background: rgba(26, 138, 107, 0.1);
  color: var(--color-primary);
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--radius-full);
}

.uph-card-body h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;
  color: var(--color-primary);
}

.uph-card-body h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.uph-card-body p {
  margin: 0 0 10px;
  color: var(--color-text-muted);
  font-size: 0.93rem;
}

.uph-card-body .more {
  color: var(--color-primary-mid) !important;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.92rem;
}

.uph-album-cover {
  height: 190px;
  background:
    linear-gradient(to top, rgba(10, 10, 122, 0.78), rgba(10, 10, 122, 0.15)),
    linear-gradient(135deg, #2f2fe0, #1515c8);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.uph-album-cover .count {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.45);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
}

.uph-album-cover .label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  font-weight: 700;
  font-size: 1.05rem;
}

/* Testimoni */
.uph-testi-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.uph-stars {
  color: #f5b301;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.uph-testi-card blockquote {
  margin: 0 0 16px;
  color: var(--color-text);
  font-size: 0.98rem;
}

.uph-testi-author {
  display: flex;
  gap: 12px;
  align-items: center;
}

.uph-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.uph-testi-author strong {
  display: block;
  color: var(--color-primary);
}

.uph-testi-author span {
  color: var(--color-text-muted);
  font-size: 0.86rem;
}

/* YouTube */
.uph-yt-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #000;
  aspect-ratio: 16 / 9;
}

.uph-yt-main iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.uph-yt-placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #0a0a7a, #2f2fe0);
}

.uph-yt-placeholder .play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.4rem;
}

.yt-title { font-weight: 700; font-size: 1.1rem; }
.yt-sub { opacity: 0.8; font-size: 0.9rem; margin-top: 6px; }

.uph-yt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.uph-yt-thumb {
  text-decoration: none !important;
  color: inherit !important;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.uph-yt-thumb .thumb {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

.uph-yt-thumb .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.uph-yt-thumb .cap {
  padding: 12px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-primary);
}

/* FAQ */
.uph-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uph-faq-item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 4px 18px;
  box-shadow: var(--shadow-sm);
}

.uph-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--color-primary);
  padding: 14px 0;
  list-style: none;
}

.uph-faq-item summary::-webkit-details-marker { display: none; }

.uph-faq-item p {
  margin: 0 0 16px;
  color: var(--color-text-muted);
}

/* CTA full */
.uph-cta-full {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 193, 7, 0.18), transparent 40%),
    linear-gradient(135deg, #0a0a7a, #1515c8 50%, #1c1cb8);
  padding: clamp(72px, 9vw, 110px) 0;
}

.uph-cta-box {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
}

.uph-cta-box .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.uph-cta-box h2 {
  color: #fff;
}

.uph-cta-box p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px !important;
}

.uph-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Mini footer */
.uph-mini-footer {
  background: #06261d;
  color: rgba(255, 255, 255, 0.85);
  padding: 28px 0;
  text-align: center;
  font-size: 0.92rem;
}

.uph-mini-footer .uph-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.uph-mini-footer a {
  color: var(--color-secondary) !important;
  text-decoration: none !important;
  font-weight: 700;
}

/* Float WA */
.uph-float-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--color-wa);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(18, 140, 126, 0.4);
  z-index: 1200;
}

.uph-float-wa:hover {
  background: var(--color-wa-dark);
  transform: scale(1.05);
}

/* Views badge on cards */
.uph-card-body .uph-views-badge {
  font-size: 12px;
  padding: 3px 8px;
  background: #f3faf6;
}

/* Responsive */
@media (max-width: 1024px) {
  .uph-paket-grid,
  .uph-artikel-grid,
  .uph-gallery-grid,
  .uph-testi-grid,
  .uph-yt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .uph-alasan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .uph-profil-grid-full {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .uph-topbar-nav { display: none !important; }
  .uph-topbar-wa { display: none !important; }
  .uph-nav-toggle { display: inline-flex !important; }
  .uph-nav-toggle-label { display: inline !important; }
  .uph-topbar-brand-text { max-width: 42vw; }
}
@media (max-width: 720px) {
  .uph-topbar-brand-text { max-width: 40vw; }
  .uph-paket-grid,
  .uph-artikel-grid,
  .uph-gallery-grid,
  .uph-testi-grid,
  .uph-yt-grid,
  .uph-alasan-grid,
  .uph-feature-grid {
    grid-template-columns: 1fr;
  }
  .uph-hero-full {
    min-height: auto;
    padding: 56px 0 72px;
  }
  .uph-hero-actions .uph-btn {
    width: 100%;
  }
}


/* Paket popular badge */
.uph-paket-card.is-popular {
  border-color: #f0c400;
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.18);
}
.uph-paket-badge {
  display: inline-block;
  background: #f0c400;
  color: #0a0a7a;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.uph-paket-top {
  position: relative;
}


/* Force Astra mobile menu trigger visible on content pages */
@media (max-width: 921px) {
  body:not(.uph-home-full) .ast-mobile-header-wrap,
  body:not(.uph-home-full) .ast-button-wrap,
  body:not(.uph-home-full) .menu-toggle,
  body:not(.uph-home-full) .ast-mobile-menu-trigger-minimal {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body:not(.uph-home-full) .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    color: #1515c8 !important;
    background: #fff !important;
    border: 2px solid #1515c8 !important;
    border-radius: 10px !important;
  }
  body:not(.uph-home-full) .main-header-bar-navigation {
    display: block !important;
  }
}
