.elementor-416 .elementor-element.elementor-element-0e08545{--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-14a7553 *//* =========================================================
   288UP Article: upacc26
   Premium Black / Orange / Gold Article Layout
   Elementor-safe scoped CSS
   H1 size adjusted: Desktop + Mobile
   ========================================================= */

.upacc26-article {
  --upacc26-bg: #050505;
  --upacc26-bg-2: #0b0b0b;
  --upacc26-card: rgba(17, 17, 17, 0.94);
  --upacc26-card-2: rgba(25, 18, 12, 0.92);
  --upacc26-orange: #ff5a00;
  --upacc26-orange-2: #b83800;
  --upacc26-gold: #ffb347;
  --upacc26-gold-2: #ffd38a;
  --upacc26-text: #ffffff;
  --upacc26-muted: #b9b9b9;
  --upacc26-soft: #8f8f8f;
  --upacc26-border: rgba(255, 90, 0, 0.42);
  --upacc26-border-soft: rgba(255, 179, 71, 0.18);
  --upacc26-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --upacc26-radius-xl: 30px;
  --upacc26-radius-lg: 24px;
  --upacc26-radius-md: 18px;
  --upacc26-max: 1180px;
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 90, 0, 0.20), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(255, 179, 71, 0.14), transparent 34%),
    linear-gradient(180deg, #050505 0%, #090909 48%, #050505 100%);
  color: var(--upacc26-text);
  font-family: inherit;
  line-height: 1.78;
  overflow: hidden;
}

.upacc26-article *,
.upacc26-article *::before,
.upacc26-article *::after {
  box-sizing: border-box;
}

.upacc26-article a {
  color: inherit;
  text-decoration: none;
}

.upacc26-container {
  width: min(var(--upacc26-max), calc(100% - 32px));
  margin: 0 auto;
}

/* =========================
   Hero
   ========================= */

.upacc26-hero {
  position: relative;
  padding: 58px 0 34px;
  overflow: hidden;
}

.upacc26-hero::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(115deg, rgba(255, 90, 0, 0.14), transparent 38%),
    radial-gradient(circle at 70% 18%, rgba(255, 179, 71, 0.18), transparent 26%);
  pointer-events: none;
}

.upacc26-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 26px;
  font-size: 13px;
  color: var(--upacc26-muted);
}

.upacc26-breadcrumb a {
  color: var(--upacc26-gold);
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.upacc26-breadcrumb a:hover {
  color: #fff2d8;
  text-shadow: 0 0 18px rgba(255, 179, 71, 0.48);
}

.upacc26-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 26px;
  align-items: stretch;
}

.upacc26-hero-copy,
.upacc26-summary-card {
  border: 1px solid var(--upacc26-border);
  background:
    linear-gradient(145deg, rgba(15, 15, 15, 0.95), rgba(8, 8, 8, 0.94)),
    radial-gradient(circle at 10% 10%, rgba(255, 90, 0, 0.16), transparent 40%);
  box-shadow: var(--upacc26-shadow);
  border-radius: var(--upacc26-radius-xl);
}

.upacc26-hero-copy {
  padding: clamp(24px, 4vw, 44px);
}

.upacc26-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.upacc26-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 179, 71, 0.42);
  background: linear-gradient(135deg, rgba(255, 90, 0, 0.22), rgba(255, 179, 71, 0.10));
  color: #ffe4b9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.upacc26-badge-soft {
  color: #f4c987;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 90, 0, 0.30);
}

.upacc26-kicker {
  margin: 0 0 10px;
  color: var(--upacc26-gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* H1 adjusted smaller */
.upacc26-hero h1 {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(26px, 3.15vw, 38px);
  line-height: 1.24;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.upacc26-intro {
  max-width: 860px;
  margin: 20px 0 0;
  color: #ededed;
  font-size: 17px;
}

.upacc26-intro strong {
  color: #ffe0ad;
  font-weight: 800;
}

.upacc26-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.upacc26-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--upacc26-muted);
  font-size: 13px;
}

.upacc26-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* =========================
   Buttons
   ========================= */

.upacc26-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    color 0.24s ease;
}

.upacc26-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.22) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.upacc26-btn:hover::before {
  transform: translateX(120%);
}

.upacc26-btn-primary {
  color: #160b00;
  background: linear-gradient(135deg, var(--upacc26-gold), var(--upacc26-orange));
  border: 1px solid rgba(255, 211, 138, 0.62);
  box-shadow: 0 14px 38px rgba(255, 90, 0, 0.24);
}

.upacc26-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(255, 90, 0, 0.36);
  color: #080808;
}

.upacc26-btn-ghost {
  color: #fff0d4;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 179, 71, 0.34);
}

.upacc26-btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 90, 0, 0.12);
  border-color: rgba(255, 179, 71, 0.66);
  box-shadow: 0 14px 36px rgba(255, 90, 0, 0.18);
}

/* =========================
   Summary Card
   ========================= */

.upacc26-summary-card {
  padding: 26px;
  align-self: stretch;
}

.upacc26-summary-head {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 179, 71, 0.18);
}

.upacc26-summary-head span {
  color: var(--upacc26-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.upacc26-summary-head strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.28;
}

.upacc26-summary-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.upacc26-summary-list li {
  position: relative;
  padding-left: 24px;
  color: #e8e8e8;
  font-size: 14px;
}

.upacc26-summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--upacc26-gold), var(--upacc26-orange));
  box-shadow: 0 0 14px rgba(255, 90, 0, 0.55);
}

.upacc26-summary-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.upacc26-mini-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 11px 13px;
  border-radius: 14px;
  border: 1px solid rgba(255, 179, 71, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: #ffe0ad;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.upacc26-mini-link::after {
  content: "→";
  color: var(--upacc26-gold);
}

.upacc26-mini-link:hover {
  transform: translateX(3px);
  background: rgba(255, 90, 0, 0.12);
  border-color: rgba(255, 179, 71, 0.54);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.13);
}

/* =========================
   Cover / Images
   ========================= */

.upacc26-cover-section {
  padding: 0 0 38px;
}

.upacc26-figure {
  margin: 0;
  border-radius: var(--upacc26-radius-xl);
  overflow: hidden;
  border: 1px solid var(--upacc26-border);
  background: #080808;
  box-shadow: var(--upacc26-shadow);
}

.upacc26-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition:
    filter 0.28s ease,
    opacity 0.28s ease;
}

.upacc26-figure:hover img {
  filter: brightness(1.055) contrast(1.04) saturate(1.06);
}

.upacc26-figure figcaption {
  padding: 12px 16px;
  color: var(--upacc26-muted);
  font-size: 13px;
  background: rgba(0, 0, 0, 0.72);
  border-top: 1px solid rgba(255, 179, 71, 0.14);
}

.upacc26-image-section {
  margin: 26px 0;
}

/* =========================
   Body Layout
   ========================= */

.upacc26-body-wrap {
  padding: 8px 0 70px;
}

.upacc26-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}

.upacc26-main {
  min-width: 0;
}

.upacc26-card {
  position: relative;
  margin-bottom: 26px;
  padding: clamp(22px, 3.2vw, 34px);
  border-radius: var(--upacc26-radius-xl);
  border: 1px solid rgba(255, 90, 0, 0.30);
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.96), rgba(8, 8, 8, 0.96)),
    radial-gradient(circle at 10% 0%, rgba(255, 90, 0, 0.12), transparent 42%);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.30);
}

.upacc26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 1px solid rgba(255, 179, 71, 0.18);
  pointer-events: none;
}

.upacc26-section-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 90, 0, 0.13);
  border: 1px solid rgba(255, 179, 71, 0.24);
  color: var(--upacc26-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.10em;
}

.upacc26-card h2,
.upacc26-mini-cta h2,
.upacc26-bottom-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.24;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.upacc26-card h3 {
  margin: 0 0 8px;
  color: #fff4dd;
  font-size: 18px;
  line-height: 1.35;
}

.upacc26-card p,
.upacc26-mini-cta p,
.upacc26-bottom-cta p {
  margin: 0 0 15px;
  color: #dfdfdf;
  font-size: 16px;
}

.upacc26-card p:last-child {
  margin-bottom: 0;
}

.upacc26-keylink {
  display: inline;
  color: #ffd38a !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 179, 71, 0.42);
  text-underline-offset: 3px;
  transition:
    color 0.22s ease,
    text-decoration-color 0.22s ease,
    text-shadow 0.22s ease;
}

.upacc26-keylink:hover {
  color: #ffffff !important;
  text-decoration-color: rgba(255, 90, 0, 0.85);
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.38);
}

/* =========================
   Notes / Warning
   ========================= */

.upacc26-note,
.upacc26-warning {
  margin-top: 22px;
  padding: 18px 18px;
  border-radius: var(--upacc26-radius-md);
  color: #f2f2f2;
  font-size: 15px;
}

.upacc26-note {
  border: 1px solid rgba(255, 179, 71, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 179, 71, 0.10), rgba(255, 90, 0, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.upacc26-warning {
  border: 1px solid rgba(255, 90, 0, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.15), rgba(184, 56, 0, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.upacc26-note strong,
.upacc26-warning strong {
  color: var(--upacc26-gold);
}

/* =========================
   Check Grid
   ========================= */

.upacc26-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.upacc26-check-item {
  padding: 18px;
  border-radius: var(--upacc26-radius-md);
  border: 1px solid rgba(255, 179, 71, 0.16);
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.upacc26-check-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 179, 71, 0.42);
  background: rgba(255, 90, 0, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.upacc26-check-item span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--upacc26-orange);
  font-weight: 900;
  font-size: 13px;
}

.upacc26-check-item p {
  margin: 0;
  color: var(--upacc26-muted);
  font-size: 14px;
}

/* =========================
   Info Cards
   ========================= */

.upacc26-info-grid,
.upacc26-related-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.upacc26-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.upacc26-info-card,
.upacc26-related-card {
  position: relative;
  padding: 20px;
  border-radius: var(--upacc26-radius-lg);
  border: 1px solid rgba(255, 179, 71, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 90, 0, 0.045)),
    rgba(7, 7, 7, 0.86);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.upacc26-info-card:hover,
.upacc26-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 179, 71, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 90, 0, 0.11), rgba(255, 179, 71, 0.055)),
    rgba(7, 7, 7, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.upacc26-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--upacc26-orange), var(--upacc26-gold));
  color: #120800;
  font-weight: 950;
}

.upacc26-info-card p,
.upacc26-related-card p {
  color: var(--upacc26-muted);
  font-size: 14px;
}

.upacc26-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #ffd38a;
  font-size: 14px;
  font-weight: 900;
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    text-shadow 0.22s ease;
}

.upacc26-card-link::after {
  content: "→";
  transition: transform 0.22s ease;
}

.upacc26-card-link:hover {
  color: #ffffff;
  transform: translateX(2px);
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.36);
}

.upacc26-card-link:hover::after {
  transform: translateX(3px);
}

/* =========================
   Step List
   ========================= */

.upacc26-step-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.upacc26-step {
  position: relative;
  padding: 20px 20px 20px 88px;
  border-radius: var(--upacc26-radius-lg);
  border: 1px solid rgba(255, 179, 71, 0.16);
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.upacc26-step:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 179, 71, 0.40);
  background: rgba(255, 90, 0, 0.08);
}

.upacc26-step span {
  position: absolute;
  left: 20px;
  top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--upacc26-gold), var(--upacc26-orange));
  color: #120800;
  font-size: 11px;
  font-weight: 950;
}

.upacc26-step p {
  margin: 0;
  color: var(--upacc26-muted);
}

/* =========================
   Mobile Cards
   ========================= */

.upacc26-mobile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.upacc26-mobile-card {
  padding: 18px;
  border-radius: var(--upacc26-radius-md);
  border: 1px solid rgba(255, 179, 71, 0.16);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 90, 0, 0.13), transparent 45%),
    rgba(255, 255, 255, 0.045);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.upacc26-mobile-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 179, 71, 0.42);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.upacc26-mobile-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff1d6;
  font-size: 16px;
}

.upacc26-mobile-card p {
  margin: 0;
  color: var(--upacc26-muted);
  font-size: 14px;
}

/* =========================
   Checklist
   ========================= */

.upacc26-checklist {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.upacc26-checklist div {
  position: relative;
  padding: 13px 16px 13px 42px;
  border-radius: 15px;
  border: 1px solid rgba(255, 179, 71, 0.15);
  background: rgba(255, 255, 255, 0.045);
  color: #e9e9e9;
  font-size: 15px;
}

.upacc26-checklist div::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--upacc26-gold);
  font-weight: 950;
}

/* =========================
   Mini CTA
   ========================= */

.upacc26-mini-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 28px 0;
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--upacc26-radius-xl);
  border: 1px solid rgba(255, 179, 71, 0.25);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 179, 71, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(255, 90, 0, 0.18), rgba(12, 12, 12, 0.96));
  box-shadow: var(--upacc26-shadow);
}

.upacc26-mini-cta span,
.upacc26-bottom-content span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--upacc26-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.upacc26-mini-cta p {
  margin-bottom: 0;
}

.upacc26-mini-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

/* =========================
   Related
   ========================= */

.upacc26-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.upacc26-related-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--upacc26-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================
   FAQ
   ========================= */

.upacc26-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.upacc26-faq-item {
  border-radius: var(--upacc26-radius-md);
  border: 1px solid rgba(255, 179, 71, 0.16);
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition:
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.upacc26-faq-item:hover {
  border-color: rgba(255, 179, 71, 0.42);
  background: rgba(255, 90, 0, 0.07);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
}

.upacc26-faq-item summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #fff2d8;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.upacc26-faq-item summary::-webkit-details-marker {
  display: none;
}

.upacc26-faq-item summary::after {
  content: "+";
  float: right;
  color: var(--upacc26-gold);
  font-weight: 950;
}

.upacc26-faq-item[open] summary::after {
  content: "–";
}

.upacc26-faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--upacc26-muted);
  font-size: 15px;
}

/* =========================
   Bottom CTA
   ========================= */

.upacc26-bottom-cta {
  position: relative;
  margin-top: 30px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 34px;
  border: 1px solid rgba(255, 179, 71, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.28), rgba(7, 7, 7, 0.96) 58%),
    radial-gradient(circle at 85% 15%, rgba(255, 179, 71, 0.20), transparent 32%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.upacc26-bottom-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 179, 71, 0.16);
  filter: blur(20px);
  pointer-events: none;
}

.upacc26-bottom-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.upacc26-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* =========================
   Sidebar TOC
   ========================= */

.upacc26-sidebar {
  display: block;
}

.upacc26-toc {
  position: sticky;
  top: 24px;
  padding: 20px;
  border-radius: var(--upacc26-radius-xl);
  border: 1px solid rgba(255, 90, 0, 0.32);
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.96), rgba(7, 7, 7, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(255, 90, 0, 0.16), transparent 40%);
  box-shadow: var(--upacc26-shadow);
}

.upacc26-toc p {
  margin: 0 0 14px;
  color: var(--upacc26-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.upacc26-toc > a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 10px;
  border-radius: 12px;
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 750;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.upacc26-toc > a:hover {
  color: #fff4dd;
  background: rgba(255, 90, 0, 0.13);
  transform: translateX(3px);
}

.upacc26-toc-cta {
  margin-top: 18px;
  padding: 16px;
  border-radius: var(--upacc26-radius-md);
  border: 1px solid rgba(255, 179, 71, 0.22);
  background: rgba(255, 90, 0, 0.10);
}

.upacc26-toc-cta span {
  display: block;
  margin-bottom: 7px;
  color: var(--upacc26-orange);
  font-size: 12px;
  font-weight: 950;
}

.upacc26-toc-cta strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.38;
}

.upacc26-toc-cta a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--upacc26-gold);
  font-size: 14px;
  font-weight: 900;
  transition: color 0.22s ease, text-shadow 0.22s ease;
}

.upacc26-toc-cta a:hover {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.35);
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1080px) {
  .upacc26-hero-grid,
  .upacc26-layout {
    grid-template-columns: 1fr;
  }

  .upacc26-sidebar {
    display: none;
  }

  .upacc26-summary-card {
    order: 2;
  }

  .upacc26-info-grid,
  .upacc26-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .upacc26-mobile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .upacc26-mini-cta {
    grid-template-columns: 1fr;
  }

  .upacc26-mini-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .upacc26-container {
    width: min(100% - 22px, var(--upacc26-max));
  }

  .upacc26-hero {
    padding: 32px 0 24px;
  }

  .upacc26-breadcrumb {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .upacc26-hero-copy,
  .upacc26-summary-card,
  .upacc26-card,
  .upacc26-mini-cta,
  .upacc26-bottom-cta {
    border-radius: 22px;
  }

  .upacc26-hero-copy {
    padding: 22px;
  }

  /* H1 mobile adjusted smaller */
  .upacc26-hero h1 {
    font-size: clamp(24px, 6.8vw, 30px);
    line-height: 1.25;
  }

  .upacc26-intro {
    font-size: 15.5px;
  }

  .upacc26-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .upacc26-hero-actions,
  .upacc26-bottom-actions,
  .upacc26-mini-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .upacc26-btn {
    width: 100%;
    min-height: 48px;
    text-align: center;
  }

  .upacc26-cover-section {
    padding-bottom: 24px;
  }

  .upacc26-body-wrap {
    padding-bottom: 48px;
  }

  .upacc26-card h2,
  .upacc26-mini-cta h2,
  .upacc26-bottom-cta h2 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .upacc26-card p,
  .upacc26-mini-cta p,
  .upacc26-bottom-cta p {
    font-size: 15.5px;
  }

  .upacc26-check-grid,
  .upacc26-info-grid,
  .upacc26-related-grid,
  .upacc26-mobile-grid {
    grid-template-columns: 1fr;
  }

  .upacc26-step {
    padding: 18px;
  }

  .upacc26-step span {
    position: static;
    margin-bottom: 12px;
  }

  .upacc26-figure {
    border-radius: 20px;
  }

  .upacc26-figure figcaption {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .upacc26-badge-row {
    gap: 8px;
  }

  .upacc26-badge {
    font-size: 11px;
    padding: 7px 10px;
  }

  .upacc26-summary-card {
    padding: 20px;
  }

  .upacc26-card {
    padding: 20px;
  }
}/* End custom CSS */