:root{--page-title-display:none;}body.elementor-page-2651:not(.elementor-motion-effects-element-type-background), body.elementor-page-2651 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-4c5406f *//* ==== GLOBAL LAYOUT FOR BLACK FRIDAY PAGE ==== */

.sj-bf-section {
  padding: 70px 20px;
  background-color: #000000;
  color: #ffffff;
}

.sj-bf-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Tighten gap between sections so they feel related */
.sj-bf-pricing {
  padding-bottom: 30px;
}

.sj-bf-how {
  padding-top: 30px;
}


/* ==== HERO – SIMPLE, CENTERED, LUXE ==== */

.sj-bf-hero-simple .sj-bf-hero-text {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.sj-bf-hero-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: none;
}

.sj-bf-hero-sub {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

.sj-bf-hero-support {
  margin-top: 10px;
  font-size: 15px;
  opacity: 0.75;
}

.sj-bf-hero-cta {
  margin-top: 32px;
}

.sj-bf-hero-steps {
  margin-top: 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.6;
}


/* ==== SHARED CARD STYLE FOR PRICING + HOW-IT-WORKS ==== */

.sj-bf-pricing-inner,
.sj-bf-how-inner {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 40px 46px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 26px 40px rgba(0, 0, 0, 0.6);
}

/* Make "How it works" card look like it's stacked with pricing */
.sj-bf-how-inner {
  margin-top: 20px;
}

/* Section titles inside cards */
.sj-bf-section-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sj-bf-pricing-text p {
  max-width: 520px;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.8;
}

/* Pricing box on right inside the card */
.sj-bf-pricing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
}

.sj-bf-pricing-box {
  border-radius: 24px;
  padding: 30px 26px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.sj-bf-price-label {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 6px;
}

.sj-bf-price-main {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  margin: 0;
}

.sj-bf-price-sub {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 16px;
}

.sj-bf-price-notes {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 14px;
  opacity: 0.8;
}

.sj-bf-price-notes li + li {
  margin-top: 4px;
}


/* ==== HOW IT WORKS – THREE STEPS IN ONE LUXE CARD ==== */

.sj-bf-how-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.sj-bf-step-label {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sj-bf-step p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.8;
}

.sj-bf-how-cta {
  margin-top: 28px;
  text-align: center;
}


/* ==== BUTTON STYLE – ROUND, LUXE, MATCHING ==== */

.sj-bf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 999px;
  border: 1px solid #ffffff;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  transition: all 0.2s ease;
}

.sj-bf-btn-primary:hover {
  background: transparent;
  color: #ffffff;
}


/* ==== MOBILE TWEAKS ==== */
@media (max-width: 768px) {
  .sj-bf-hero-title {
    font-size: 34px;
  }

  .sj-bf-pricing-inner {
    grid-template-columns: 1fr;
  }

  .sj-bf-how-steps {
    grid-template-columns: 1fr;
  }

  .sj-bf-pricing-inner,
  .sj-bf-how-inner {
    padding: 28px 22px;
  }
}
/* ===== FIX BIG GAP BETWEEN SECTIONS ===== */

/* Reduce hero bottom padding globally */
.sj-bf-hero-simple,
.sj-bf-section.sj-bf-hero-two {
  padding-bottom: 20px !important;
}

/* On mobile, pull the pricing card up */
@media (max-width: 768px) {
  .sj-bf-pricing {
    margin-top: -30px !important;
    padding-top: 10px !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* ==== SocialJac Black Friday Landing Page ==== */

.sj-bf-page,
.sj-bf-section {
  background-color: #000000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.sj-bf-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 20px;
  text-align: left;
}

/* Hero */
.sj-bf-hero {
  padding-top: 110px;
  padding-bottom: 60px;
}

.sj-bf-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  opacity: 0.7;
  margin-bottom: 12px;
}

.sj-bf-hero-title {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}

.sj-bf-hero-sub {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 720px;
  margin-bottom: 10px;
}

.sj-bf-hero-support {
  font-size: 15px;
  opacity: 0.8;
}

.sj-bf-hero-cta {
  margin-top: 28px;
}

.sj-bf-hero-note {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 10px;
}

/* Section headings */
.sj-bf-section-title {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: none;
  margin: 0 0 22px;
}

.sj-bf-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #ffffff;
  opacity: 0.7;
  margin-top: 12px;
}

/* Lists */
.sj-bf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sj-bf-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.sj-bf-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}

/* Grid cards */
.sj-bf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sj-bf-card {
  border: 1px solid rgba(255,255,255,0.14);
  padding: 18px 18px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
}

.sj-bf-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.sj-bf-card p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
}

/* Pricing */
.sj-bf-pricing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
}

.sj-bf-pricing-text p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.85;
}

.sj-bf-pricing-box {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.18);
  padding: 24px 24px 28px;
  background: rgba(255,255,255,0.03);
  text-align: left;
}

.sj-bf-price-label {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}

.sj-bf-price-main {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 4px;
}

.sj-bf-price-sub {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 14px;
}

.sj-bf-price-notes {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 13px;
  opacity: 0.8;
}

.sj-bf-price-notes li {
  margin-bottom: 4px;
}

/* Steps */
.sj-bf-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: bfsteps;
}

.sj-bf-steps li {
  margin-bottom: 18px;
}

.sj-bf-step-title {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 15px;
}

.sj-bf-steps p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
}

/* Buttons */
.sj-bf-btn {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all 0.25s ease;
}

.sj-bf-btn-primary {
  background: #ffffff;
  color: #000000;
}

.sj-bf-btn-primary:hover {
  background: transparent;
  color: #ffffff;
}

.sj-bf-btn-ghost {
  background: transparent;
  color: #ffffff;
  margin-left: 10px;
}

.sj-bf-btn-ghost:hover {
  background: #ffffff;
  color: #000000;
}

/* Final CTA */
.sj-bf-final-cta {
  text-align: center;
}

.sj-bf-final-copy {
  font-size: 15px;
  opacity: 0.85;
  max-width: 560px;
  margin: 10px auto 0;
}

/* Responsive */
@media (max-width: 900px) {
  .sj-bf-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sj-bf-pricing-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sj-bf-inner {
    padding: 60px 18px;
  }
  .sj-bf-hero-title {
    font-size: 30px;
  }
  .sj-bf-grid {
    grid-template-columns: 1fr;
  }
  .sj-bf-btn-ghost {
    display: block;
    margin: 10px 0 0;
  }
}/* End custom CSS */