.elementor-43 .elementor-element.elementor-element-bf21598{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e07060a *//* =========================================================
   288UP Blog Archive Page - Content Hub SEO Rebuild
   Prefix: upb2
   Theme: Black / Orange / Gold Premium
   ใช้กับ shortcode: [zgd_blog_hub]
========================================================= */

.upb2-blog,
.upb2-blog *,
.upb2-blog *::before,
.upb2-blog *::after {
  box-sizing: border-box;
}

.upb2-blog {
  --upb2-orange: #FF5A00;
  --upb2-orange-dark: #B83800;
  --upb2-gold: #FFB347;
  --upb2-black: #050505;
  --upb2-deep: #111111;
  --upb2-deep-2: #090909;
  --upb2-text: #ffffff;
  --upb2-muted: #A8A8A8;
  --upb2-line: rgba(255, 90, 0, 0.32);
  --upb2-line-soft: rgba(255, 90, 0, 0.16);
  --upb2-card: rgba(17, 17, 17, 0.88);
  --upb2-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);

  width: 100%;
  min-height: 100vh;
  color: var(--upb2-text);
  font-family: Prompt, "Noto Sans Thai", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 90, 0, 0.18), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(255, 179, 71, 0.12), transparent 30%),
    linear-gradient(180deg, #050505 0%, #111111 46%, #050505 100%);
  overflow: hidden;
}

.upb2-blog a {
  color: inherit;
  text-decoration: none !important;
}

.upb2-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* =========================================================
   Buttons + Inline Links
========================================================= */

.upb2-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.15 !important;
  text-align: center;
  transition: transform .2s ease, filter .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.upb2-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.upb2-btn-primary {
  color: #160900 !important;
  border: 1px solid rgba(255, 179, 71, 0.45);
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
  box-shadow: 0 14px 30px rgba(255, 90, 0, 0.24);
}

.upb2-btn-outline {
  color: #ffffff !important;
  border: 1px solid rgba(255, 90, 0, 0.36);
  background: rgba(255, 90, 0, 0.10);
}

.upb2-btn-ghost {
  color: var(--upb2-gold) !important;
  border: 1px solid rgba(255, 179, 71, 0.36);
  background: rgba(255, 179, 71, 0.08);
}

.upb2-inline-link {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 2px 1px !important;
  color: var(--upb2-gold) !important;
  border-bottom: 1px solid rgba(255, 179, 71, 0.46);
  font-weight: 900;
  line-height: inherit !important;
}

.upb2-inline-link:hover {
  color: #ffffff !important;
  border-bottom-color: #ffffff;
}

.upb2-blog a:focus-visible,
.upb2-btn:focus-visible,
.upb2-inline-link:focus-visible,
.upb2-topic-card:focus-visible,
.upb2-guide-card:focus-visible,
.upb2-service-card:focus-visible,
.upb2-related-card:focus-visible {
  outline: 3px solid rgba(255, 179, 71, 0.56);
  outline-offset: 3px;
}

/* =========================================================
   Hero + Breadcrumb
========================================================= */

.upb2-hero {
  padding: clamp(28px, 4vw, 54px) 0 18px;
}

.upb2-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.upb2-breadcrumb::-webkit-scrollbar {
  display: none;
}

.upb2-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.upb2-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.upb2-breadcrumb li:not(:last-child)::after {
  content: "›";
  color: var(--upb2-gold);
  font-weight: 1000;
}

.upb2-breadcrumb a,
.upb2-breadcrumb span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
}

.upb2-breadcrumb a {
  color: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(255, 90, 0, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.upb2-breadcrumb a:hover {
  color: var(--upb2-gold) !important;
  border-color: rgba(255, 179, 71, 0.38);
  background: rgba(255, 90, 0, 0.08);
}

.upb2-breadcrumb [aria-current="page"] span {
  color: #160900 !important;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 68%, #B83800 100%);
  font-weight: 1000;
}

.upb2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}

.upb2-hero-content,
.upb2-hero-side {
  border-radius: 28px;
  border: 1px solid var(--upb2-line-soft);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 90, 0, 0.13), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 179, 71, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.90), rgba(5, 5, 5, 0.96));
  box-shadow: var(--upb2-shadow);
}

.upb2-hero-content {
  padding: clamp(22px, 3vw, 36px);
}

.upb2-kicker,
.upb2-section-head p,
.upb2-section-title p,
.upb2-cta-card p {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  color: var(--upb2-gold);
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.upb2-hero h1 {
  max-width: 860px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 2.75vw, 42px);
  line-height: 1.24;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.upb2-hero-desc {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.82;
}

.upb2-hero-desc strong {
  color: #ffffff;
  font-weight: 1000;
}

.upb2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.upb2-hero-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.upb2-hero-side > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #160900;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 62%, #B83800 100%);
  font-size: 12px;
  font-weight: 1000;
}

.upb2-hero-side h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 1000;
}

.upb2-hero-side p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.75;
}

.upb2-side-list {
  display: grid;
  gap: 8px;
}

.upb2-side-list a {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.86) !important;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 90, 0, 0.16);
  font-size: 13px;
  font-weight: 900;
}

.upb2-side-list a:hover {
  color: var(--upb2-gold) !important;
  border-color: rgba(255, 179, 71, 0.36);
  background: rgba(255, 90, 0, 0.08);
}

/* =========================================================
   Cover
========================================================= */

.upb2-cover-section {
  padding: 8px 0 26px;
}

.upb2-cover {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  border: 1px solid var(--upb2-line-soft);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 0, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.86), rgba(5, 5, 5, 0.98));
  box-shadow: var(--upb2-shadow);
}

.upb2-cover a {
  display: block;
  overflow: hidden;
}

.upb2-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.upb2-cover:hover img {
  transform: scale(1.025);
  filter: brightness(1.05) saturate(1.06);
}

.upb2-cover figcaption {
  padding: 12px 16px 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.65;
  background: rgba(5, 5, 5, 0.76);
}

/* =========================================================
   Category Nav
========================================================= */

.upb2-category-nav-section {
  padding: 4px 0 22px;
}

.upb2-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid var(--upb2-line-soft);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 90, 0, 0.13), transparent 30%),
    rgba(17, 17, 17, 0.76);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.30);
}

.upb2-category-nav strong {
  margin-right: 4px;
  color: var(--upb2-gold);
  font-size: 14px;
  font-weight: 1000;
}

.upb2-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(255, 90, 0, 0.11);
  border: 1px solid rgba(255, 90, 0, 0.28);
  font-size: 13px;
  font-weight: 900;
}

.upb2-category-nav a:hover {
  color: var(--upb2-gold) !important;
  border-color: rgba(255, 179, 71, 0.48);
  background: rgba(255, 179, 71, 0.09);
}

/* =========================================================
   Shared Sections
========================================================= */

.upb2-section,
.upb2-post-section,
.upb2-cta-section {
  padding: clamp(24px, 4vw, 44px) 0;
}

.upb2-content-card,
.upb2-summary-card,
.upb2-priority-card,
.upb2-faq-card {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 26px;
  border: 1px solid var(--upb2-line-soft);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 90, 0, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.86), rgba(5, 5, 5, 0.96));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
}

.upb2-section-title h2,
.upb2-section-head h2,
.upb2-cta-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.26;
  font-weight: 1000;
  letter-spacing: -0.025em;
}

.upb2-content-card p,
.upb2-priority-card p,
.upb2-faq-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.86;
}

.upb2-content-card p:last-child {
  margin-bottom: 0;
}

.upb2-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.upb2-section-head > a {
  color: var(--upb2-gold) !important;
  font-size: 14px;
  font-weight: 1000;
}

/* =========================================================
   New Hub Grids
========================================================= */

.upb2-summary-grid,
.upb2-card-grid,
.upb2-internal-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.upb2-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.upb2-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.upb2-summary-grid a,
.upb2-topic-card,
.upb2-guide-card,
.upb2-service-card,
.upb2-internal-grid a {
  display: block;
  min-height: 100%;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 90, 0, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 90, 0, 0.10), transparent 34%),
    rgba(255, 255, 255, 0.045);
  transition: transform .2s ease, filter .2s ease, border-color .2s ease, background .2s ease;
}

.upb2-summary-grid a:hover,
.upb2-topic-card:hover,
.upb2-guide-card:hover,
.upb2-service-card:hover,
.upb2-internal-grid a:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  border-color: rgba(255, 179, 71, 0.40);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 179, 71, 0.12), transparent 34%),
    rgba(255, 90, 0, 0.075);
}

.upb2-summary-grid span,
.upb2-topic-card span,
.upb2-guide-card span,
.upb2-service-card span,
.upb2-internal-grid strong {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #160900;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.2;
}

.upb2-summary-grid strong,
.upb2-topic-card h3,
.upb2-guide-card h3,
.upb2-service-card h3 {
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 1000;
}

.upb2-summary-grid small,
.upb2-topic-card p,
.upb2-guide-card p,
.upb2-service-card p,
.upb2-internal-grid span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  line-height: 1.68;
}

.upb2-card-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  margin-top: 14px;
  padding: 9px 13px;
  color: #160900 !important;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.2 !important;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
}

.upb2-mini-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.upb2-mini-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: #ffffff !important;
  border: 1px solid rgba(255, 90, 0, 0.24);
  border-radius: 999px;
  background: rgba(255, 90, 0, 0.10);
  font-size: 13px;
  font-weight: 900;
}

.upb2-mini-link-row a:hover {
  color: var(--upb2-gold) !important;
  border-color: rgba(255, 179, 71, 0.42);
}

/* =========================================================
   Journey Table
========================================================= */

.upb2-journey-table-wrap {
  overflow-x: auto;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 90, 0, 0.16);
  background: rgba(5, 5, 5, 0.54);
}

.upb2-journey-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.upb2-journey-table th {
  padding: 14px;
  color: #160900;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 68%, #B83800 100%);
  font-weight: 1000;
  text-align: left;
}

.upb2-journey-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  vertical-align: top;
  line-height: 1.7;
}

.upb2-journey-table tr:last-child td {
  border-bottom: 0;
}

.upb2-journey-table td:first-child {
  color: #ffffff;
  font-weight: 900;
}

/* =========================================================
   Posts Section + Shortcode Styling
========================================================= */

.upb2-blog-hub-wrap {
  padding: clamp(18px, 3vw, 28px);
  border-radius: 24px;
  border: 1px solid var(--upb2-line-soft);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 90, 0, 0.10), transparent 36%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.64), rgba(5, 5, 5, 0.86));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.upb2-blog .zgd-blog-hub,
.upb2-blog .zgd-blog-hub *,
.upb2-blog .zgd-blog-hub *::before,
.upb2-blog .zgd-blog-hub *::after {
  box-sizing: border-box;
}

.upb2-blog .zgd-blog-hub {
  width: 100%;
  color: #ffffff;
  font-family: Prompt, "Noto Sans Thai", Arial, sans-serif;
}

.upb2-blog .zgd-blog-hub-filter {
  margin-bottom: 22px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 24px;
  border: 1px solid rgba(255, 90, 0, 0.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 179, 71, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.74), rgba(5, 5, 5, 0.94));
  box-shadow:
    0 14px 34px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.045);
}

.upb2-blog .zgd-blog-hub-filter-head {
  margin-bottom: 16px;
}

.upb2-blog .zgd-blog-hub-filter-head p,
.upb2-blog .zgd-blog-hub-result-head p {
  margin: 0 0 7px;
  color: var(--upb2-gold);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.2;
  letter-spacing: .06em;
}

.upb2-blog .zgd-blog-hub-filter-head h2,
.upb2-blog .zgd-blog-hub-result-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(23px, 2.8vw, 34px);
  line-height: 1.28;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.upb2-blog .zgd-blog-hub-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.upb2-blog .zgd-blog-hub-tab {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 74px;
  padding: 13px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 90, 0, 0.20);
  background:
    radial-gradient(circle at top right, rgba(255, 90, 0, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.78), rgba(5, 5, 5, 0.92));
  transition: transform .2s ease, filter .2s ease, border-color .2s ease, background .2s ease;
}

.upb2-blog .zgd-blog-hub-tab:hover,
.upb2-blog .zgd-blog-hub-tab.is-active {
  transform: translateY(-1px);
  filter: brightness(1.08);
  border-color: rgba(255, 179, 71, 0.48);
  background:
    radial-gradient(circle at top right, rgba(255, 179, 71, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.90), rgba(5, 5, 5, 0.98));
}

.upb2-blog .zgd-blog-hub-tab span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.35;
}

.upb2-blog .zgd-blog-hub-tab small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.60);
  font-size: 12px;
  font-weight: 700;
}

.upb2-blog .zgd-blog-hub-tab.is-active span {
  color: var(--upb2-gold);
}

.upb2-blog .zgd-blog-hub-result-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px;
}

.upb2-blog .zgd-blog-hub-result-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  color: #160900;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.2;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
}

.upb2-blog .zgd-blog-hub-grid,
.upb2-blog .zgd-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.upb2-blog .zgd-blog-hub-card,
.upb2-blog .zgd-archive-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 90, 0, 0.20);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 0, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.84), rgba(5, 5, 5, 0.96));
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: transform .22s ease, filter .22s ease, border-color .22s ease;
}

.upb2-blog .zgd-blog-hub-card:hover,
.upb2-blog .zgd-archive-card:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
  border-color: rgba(255, 179, 71, 0.42);
}

.upb2-blog .zgd-blog-hub-thumb,
.upb2-blog .zgd-archive-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.72);
}

.upb2-blog .zgd-blog-hub-thumb img,
.upb2-blog .zgd-archive-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.upb2-blog .zgd-blog-hub-card:hover .zgd-blog-hub-thumb img,
.upb2-blog .zgd-archive-card:hover .zgd-archive-thumb img {
  transform: scale(1.045);
  filter: brightness(1.04) saturate(1.06);
}

.upb2-blog .zgd-blog-hub-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  color: #160900;
  font-size: 32px;
  font-weight: 1000;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
}

.upb2-blog .zgd-blog-hub-card-body,
.upb2-blog .zgd-archive-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.upb2-blog .zgd-blog-hub-category,
.upb2-blog .zgd-archive-category {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #160900;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.2;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
}

.upb2-blog .zgd-blog-hub-card h3,
.upb2-blog .zgd-archive-title {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.42;
}

.upb2-blog .zgd-blog-hub-card h3 a,
.upb2-blog .zgd-archive-title a {
  color: #ffffff !important;
}

.upb2-blog .zgd-blog-hub-card h3 a:hover,
.upb2-blog .zgd-archive-title a:hover {
  color: var(--upb2-gold) !important;
}

.upb2-blog .zgd-blog-hub-card p,
.upb2-blog .zgd-archive-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.72;
}

.upb2-blog .zgd-blog-hub-card-footer,
.upb2-blog .zgd-archive-meta {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.upb2-blog .zgd-blog-hub-card-footer small,
.upb2-blog .zgd-archive-meta {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 700;
}

.upb2-blog .zgd-blog-hub-card-footer a,
.upb2-blog .zgd-archive-readmore {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 38px;
  padding: 9px 13px;
  color: #160900 !important;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.2 !important;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
}

.upb2-blog .zgd-blog-hub-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.upb2-blog .zgd-blog-hub-pagination a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 1000;
  border-radius: 999px;
  border: 1px solid rgba(255, 90, 0, 0.24);
  background: rgba(255, 90, 0, 0.10);
}

.upb2-blog .zgd-blog-hub-pagination a.is-active,
.upb2-blog .zgd-blog-hub-pagination a:hover {
  color: #160900 !important;
  background: linear-gradient(180deg, #FFB347 0%, #FF5A00 58%, #B83800 100%);
}

.upb2-blog .zgd-blog-hub-empty,
.upb2-blog .zgd-archive-empty {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 90, 0, 0.20);
  background: rgba(5, 5, 5, 0.58);
}

.upb2-blog .zgd-blog-hub-empty h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 1000;
}

.upb2-blog .zgd-blog-hub-empty p,
.upb2-blog .zgd-archive-empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   FAQ
========================================================= */

.upb2-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.upb2-faq-list details {
  border: 1px solid rgba(255, 90, 0, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.upb2-faq-list details[open],
.upb2-faq-list details:hover {
  border-color: rgba(255, 179, 71, 0.36);
  background: rgba(255, 90, 0, 0.075);
}

.upb2-faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.45;
}

.upb2-faq-list details p {
  padding: 0 20px 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.76;
}

/* =========================================================
   CTA
========================================================= */

.upb2-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 26px;
  border: 1px solid var(--upb2-line-soft);
  background:
    radial-gradient(circle at 16% 50%, rgba(255, 90, 0, 0.16), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(255, 179, 71, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.88), rgba(5, 5, 5, 0.96));
  box-shadow: var(--upb2-shadow);
}

.upb2-official-card {
  border-color: rgba(255, 90, 0, 0.28);
}

.upb2-cta-card h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 1000;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.upb2-cta-card span {
  display: block;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.78;
}

.upb2-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1180px) {
  .upb2-summary-grid,
  .upb2-card-grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .upb2-hero-grid,
  .upb2-cta-card {
    grid-template-columns: 1fr;
  }

  .upb2-hero-side {
    display: none;
  }

  .upb2-blog .zgd-blog-hub-tabs,
  .upb2-blog .zgd-blog-hub-grid,
  .upb2-blog .zgd-archive-grid,
  .upb2-summary-grid,
  .upb2-card-grid-4,
  .upb2-internal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .upb2-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .upb2-container {
    width: min(100% - 24px, 1180px);
  }

  .upb2-hero {
    padding: 22px 0 12px;
  }

  .upb2-hero-content,
  .upb2-cover,
  .upb2-blog-hub-wrap,
  .upb2-cta-card,
  .upb2-content-card,
  .upb2-blog .zgd-blog-hub-filter,
  .upb2-blog .zgd-blog-hub-card,
  .upb2-blog .zgd-archive-card {
    border-radius: 20px;
  }

  .upb2-hero-content {
    padding: 20px 16px;
  }

  .upb2-hero h1 {
    font-size: 26px;
    line-height: 1.32;
    letter-spacing: -0.01em;
  }

  .upb2-hero-desc {
    font-size: 14px;
    line-height: 1.76;
  }

  .upb2-hero-actions,
  .upb2-cta-actions {
    width: 100%;
  }

  .upb2-btn {
    width: 100% !important;
    min-height: 44px;
  }

  .upb2-cover-section {
    padding-bottom: 20px;
  }

  .upb2-category-nav strong {
    width: 100%;
  }

  .upb2-section-head {
    display: block;
  }

  .upb2-section-head > a {
    display: inline-block;
    margin-top: 10px;
  }

  .upb2-blog-hub-wrap {
    padding: 16px 12px;
  }

  .upb2-blog .zgd-blog-hub-tabs,
  .upb2-blog .zgd-blog-hub-grid,
  .upb2-blog .zgd-archive-grid,
  .upb2-summary-grid,
  .upb2-card-grid-4,
  .upb2-internal-grid {
    grid-template-columns: 1fr;
  }

  .upb2-blog .zgd-blog-hub-result-head {
    display: block;
  }

  .upb2-blog .zgd-blog-hub-result-head span {
    margin-top: 12px;
  }

  .upb2-blog .zgd-blog-hub-card-footer a,
  .upb2-blog .zgd-archive-readmore,
  .upb2-card-btn {
    width: 100%;
    min-height: 42px;
  }

  .upb2-cta-card {
    text-align: center;
    padding: 20px 14px;
  }

  .upb2-journey-table {
    min-width: 720px;
  }
}

@media (max-width: 430px) {
  .upb2-container {
    width: min(100% - 20px, 1180px);
  }

  .upb2-hero h1 {
    font-size: 24px;
  }

  .upb2-kicker {
    font-size: 11px;
  }
}/* End custom CSS */