.elementor-71 .elementor-element.elementor-element-ae2becb{--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-928d616 *//* =========================================================
   288up.live Post: 288up-promotion-beginner-tips
   Theme: Black / Orange / Gold Premium
========================================================= */

.upbegpro-article,
.upbegpro-article *,
.upbegpro-article *::before,
.upbegpro-article *::after {
  box-sizing: border-box;
}

.upbegpro-article {
  width: 100%;
  color: #ffffff;
  font-family: Prompt, Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 90, 0, .16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 179, 71, .12), transparent 30%),
    linear-gradient(180deg, #050505 0%, #111111 44%, #090909 100%);
  overflow: hidden;
}

.upbegpro-article a {
  color: inherit;
  text-decoration: none;
}

.upbegpro-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.upbegpro-hero {
  position: relative;
  padding: clamp(32px, 4.5vw, 58px) 0 28px;
}

.upbegpro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 90, 0, .08), transparent 34%),
    linear-gradient(315deg, rgba(255, 179, 71, .08), transparent 40%);
  pointer-events: none;
}

.upbegpro-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .72fr);
  gap: 22px;
  align-items: stretch;
}

.upbegpro-hero-content,
.upbegpro-summary-card,
.upbegpro-section,
.upbegpro-related,
.upbegpro-bottom-cta,
.upbegpro-sidebar-card {
  border: 1px solid rgba(255, 90, 0, .18);
  background: linear-gradient(145deg, rgba(17,17,17,.90), rgba(5,5,5,.96));
  box-shadow: 0 22px 62px rgba(0,0,0,.34);
  border-radius: 28px;
  backdrop-filter: blur(10px);
}

.upbegpro-hero-content {
  padding: clamp(22px, 3vw, 34px);
}

.upbegpro-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}

.upbegpro-breadcrumb a:hover {
  color: #FFB347;
}

.upbegpro-badges,
.upbegpro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.upbegpro-badges {
  margin-bottom: 18px;
}

.upbegpro-badges span,
.upbegpro-card span,
.upbegpro-related-card span,
.upbegpro-summary-card .upbegpro-card-label,
.upbegpro-bottom-cta span,
.upbegpro-sidebar-cta span,
.upbegpro-toc > span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 900;
}

.upbegpro-badges span:first-child,
.upbegpro-card span,
.upbegpro-related-card span,
.upbegpro-summary-card .upbegpro-card-label,
.upbegpro-toc > span {
  padding: 7px 12px;
  color: #050505;
  background: linear-gradient(135deg, #FFB347, #FFD29B);
}

.upbegpro-badges span:last-child {
  padding: 7px 12px;
  color: #ffffff;
  border: 1px solid rgba(255,90,0,.26);
  background: rgba(255,90,0,.18);
}

.upbegpro-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.35vw, 44px);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 900;
}

.upbegpro-hero p,
.upbegpro-section p,
.upbegpro-bottom-cta p,
.upbegpro-summary-card p,
.upbegpro-sidebar-card p,
.upbegpro-related-card p {
  color: rgba(255,255,255,.84);
  line-height: 1.85;
}

.upbegpro-hero p {
  max-width: 820px;
  margin: 16px 0 0;
  font-size: clamp(15.5px, 1.35vw, 17px);
}

.upbegpro-article p a,
.upbegpro-section a,
.upbegpro-faq a {
  color: #FFB347 !important;
  font-weight: 800;
  border-bottom: 1px solid rgba(255,179,71,.42);
}

.upbegpro-article p a:hover,
.upbegpro-section a:hover,
.upbegpro-faq a:hover {
  color: #ffffff !important;
  border-bottom-color: #ffffff;
}

.upbegpro-meta {
  margin-top: 18px;
}

.upbegpro-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,90,0,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.05);
  font-size: 13px;
}

.upbegpro-summary-card {
  padding: 22px;
}

.upbegpro-summary-card h2,
.upbegpro-sidebar-card h3 {
  margin: 12px 0 12px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3;
}

.upbegpro-summary-card p {
  margin: 0;
  font-size: 14.5px;
}

.upbegpro-summary-card ul,
.upbegpro-sidebar-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.upbegpro-summary-card li {
  position: relative;
  padding: 10px 12px 10px 38px;
  border-radius: 16px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.05);
  font-size: 14px;
  line-height: 1.55;
}

.upbegpro-summary-card li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 10px;
  color: #FFB347;
  font-weight: 900;
}

.upbegpro-image-section {
  padding: 6px 0 34px;
}

.upbegpro-figure {
  margin: 0;
}

.upbegpro-cover,
.upbegpro-inline {
  overflow: hidden;
  border: 1px solid rgba(255,90,0,.18);
  border-radius: 28px;
  background: rgba(17,17,17,.88);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.upbegpro-cover img,
.upbegpro-inline img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.upbegpro-cover figcaption,
.upbegpro-inline figcaption {
  padding: 12px 16px 14px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.65;
  background: rgba(5,5,5,.78);
}

.upbegpro-inline {
  margin-bottom: 24px;
}

.upbegpro-main {
  padding: 12px 0 clamp(54px, 7vw, 92px);
}

.upbegpro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.upbegpro-content {
  min-width: 0;
}

.upbegpro-section,
.upbegpro-related,
.upbegpro-bottom-cta {
  margin-bottom: 24px;
  padding: clamp(22px, 3vw, 34px);
}

.upbegpro-section h2,
.upbegpro-related h2,
.upbegpro-bottom-cta h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.25;
  letter-spacing: -.025em;
}

.upbegpro-section h3 {
  margin: 0 0 10px;
  color: #FFB347;
  font-size: 20px;
  line-height: 1.35;
}

.upbegpro-section p {
  margin: 0 0 16px;
  font-size: 16px;
}

.upbegpro-section p:last-child {
  margin-bottom: 0;
}

.upbegpro-note,
.upbegpro-check,
.upbegpro-warning {
  margin-top: 20px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,90,0,.18);
  background: rgba(255,90,0,.07);
}

.upbegpro-warning {
  border-color: rgba(255,179,71,.22);
  background: rgba(255,179,71,.07);
}

.upbegpro-gold {
  background: linear-gradient(135deg, rgba(255,179,71,.11), rgba(255,90,0,.08));
}

.upbegpro-check ul,
.upbegpro-warning ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.86);
  line-height: 1.75;
}

.upbegpro-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.upbegpro-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.upbegpro-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.upbegpro-card,
.upbegpro-related-card {
  padding: 20px;
  border: 1px solid rgba(255,90,0,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.04);
}

.upbegpro-card h3 {
  color: #ffffff;
}

.upbegpro-card p,
.upbegpro-related-card p {
  margin: 0;
  font-size: 15px;
}

.upbegpro-mini-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(255,90,0,.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,90,0,.12), transparent 34%),
    linear-gradient(135deg, rgba(17,17,17,.90), rgba(9,9,9,.96));
}

.upbegpro-mini-cta span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #FFB347;
  font-size: 13px;
  font-weight: 900;
}

.upbegpro-mini-cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
}

.upbegpro-mini-cta p {
  margin: 0;
  font-size: 15px;
}

.upbegpro-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  transition: .2s ease;
}

.upbegpro-btn-primary {
  color: #050505 !important;
  background: linear-gradient(135deg, #FF5A00, #FFB347);
  box-shadow: 0 12px 30px rgba(255,90,0,.22);
}

.upbegpro-btn-secondary {
  color: #ffffff !important;
  border: 1px solid rgba(255,90,0,.22);
  background: rgba(255,255,255,.06);
}

.upbegpro-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0,0,0,.32);
}

.upbegpro-faq {
  display: grid;
  gap: 12px;
}

.upbegpro-faq details {
  border: 1px solid rgba(255,90,0,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  overflow: hidden;
}

.upbegpro-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.45;
  list-style: none;
}

.upbegpro-faq summary::-webkit-details-marker {
  display: none;
}

.upbegpro-faq summary::after {
  content: "+";
  float: right;
  color: #FFB347;
  font-size: 22px;
  line-height: 1;
}

.upbegpro-faq details[open] summary::after {
  content: "–";
}

.upbegpro-faq p {
  padding: 0 20px 18px;
  margin: 0;
}

.upbegpro-related-card {
  display: block;
  color: #ffffff;
  min-height: 165px;
}

.upbegpro-related-card strong {
  display: block;
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.35;
}

.upbegpro-bottom-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,90,0,.16), transparent 34%),
    linear-gradient(135deg, rgba(17,17,17,.92), rgba(5,5,5,.98));
}

.upbegpro-bottom-cta span {
  margin-bottom: 10px;
  color: #FFB347;
}

.upbegpro-bottom-cta h2 {
  margin-bottom: 10px;
}

.upbegpro-actions {
  display: grid;
  gap: 12px;
}

.upbegpro-sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.upbegpro-sidebar-card {
  padding: 20px;
  border-radius: 22px;
}

.upbegpro-sidebar-card h3 {
  margin: 0 0 12px;
}

.upbegpro-sidebar-card p {
  margin: 0 0 12px;
  font-size: 14.5px;
}

.upbegpro-sidebar-card a {
  color: rgba(255,255,255,.86);
}

.upbegpro-sidebar-card a:hover {
  color: #FFB347;
}

.upbegpro-sidebar-card li {
  line-height: 1.55;
  font-size: 14px;
}

.upbegpro-toc {
  border-color: rgba(255,90,0,.22);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,90,0,.14), transparent 36%),
    radial-gradient(circle at 88% 18%, rgba(255,179,71,.10), transparent 34%),
    linear-gradient(145deg, rgba(17,17,17,.92), rgba(5,5,5,.98));
}

.upbegpro-toc ol {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.upbegpro-toc a {
  display: block;
  padding: 11px 12px;
  border: 1px solid rgba(255,90,0,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 800;
}

.upbegpro-toc a:hover {
  border-color: rgba(255,90,0,.30);
  background: rgba(255,90,0,.08);
}

.upbegpro-sidebar-cta {
  border-color: rgba(255,90,0,.22);
  background:
    radial-gradient(circle at 20% 10%, rgba(255,90,0,.14), transparent 36%),
    linear-gradient(145deg, rgba(17,17,17,.92), rgba(5,5,5,.98));
}

.upbegpro-sidebar-cta span {
  margin-bottom: 8px;
  color: #FFB347;
}

.upbegpro-sidebar-cta a {
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #050505 !important;
  background: linear-gradient(135deg, #FF5A00, #FFB347);
  font-weight: 900;
}

.upbegpro-article #overview,
.upbegpro-article #promotion-types,
.upbegpro-article #important-terms,
.upbegpro-article #how-to-read,
.upbegpro-article #beginner-mistakes,
.upbegpro-article #checklist,
.upbegpro-article #summary,
.upbegpro-article #faq {
  scroll-margin-top: 110px;
}

@media (max-width: 980px) {
  .upbegpro-hero-grid,
  .upbegpro-layout,
  .upbegpro-bottom-cta {
    grid-template-columns: 1fr;
  }

  .upbegpro-sidebar {
    display: none !important;
  }

  .upbegpro-grid-3,
  .upbegpro-grid-2 {
    grid-template-columns: 1fr;
  }

  .upbegpro-mini-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .upbegpro-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .upbegpro-hero h1 {
    max-width: 100%;
    font-size: clamp(29px, 5.8vw, 38px);
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  .upbegpro-container {
    width: min(100% - 22px, 1180px);
  }

  .upbegpro-hero {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .upbegpro-hero-content {
    padding: 22px 18px;
  }

  .upbegpro-hero-content,
  .upbegpro-summary-card,
  .upbegpro-section,
  .upbegpro-related,
  .upbegpro-bottom-cta,
  .upbegpro-cover,
  .upbegpro-inline {
    border-radius: 22px;
  }

  .upbegpro-hero h1 {
    font-size: 28px;
    line-height: 1.23;
    letter-spacing: -.018em;
  }

  .upbegpro-hero p {
    font-size: 15px;
    line-height: 1.75;
  }

  .upbegpro-breadcrumb {
    font-size: 12px;
    gap: 7px;
  }

  .upbegpro-badges span {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 12px;
  }

  .upbegpro-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .upbegpro-btn,
  .upbegpro-actions {
    width: 100%;
  }

  .upbegpro-faq summary {
    padding: 16px;
  }

  .upbegpro-faq p {
    padding: 0 16px 16px;
  }
}/* End custom CSS */