/* Start custom CSS for html, class: .elementor-element-2cf98ce *//* =========================================================
   PAGE 2: AUTO APPROVAL PREP – PACKAGES & PAYMENT (SHOWTIME)
   Theme: Red / Black / White
   Includes: Hover effects for pricing cards (matches Section 3)
   ========================================================= */

/* ---------- SECTION 1: HERO ---------- */
.showtime-packages-hero {
  padding: 70px 20px 40px;
  background: #ffffff;
}

.packages-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.showtime-packages-hero .hero-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.showtime-packages-hero .packages-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 16px;
  line-height: 1.2;
}

.showtime-packages-hero .packages-subtext {
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
  max-width: 820px;
  margin: 0;
}

/* ---------- SECTION 2: PRICING GRID ---------- */
.showtime-pricing {
  padding: 40px 20px 70px;
  background: #ffffff;
}

.pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px;
  align-items: stretch;
}

/* PRICING CARD BASE (with hover effect like benefits boxes) */
.showtime-pricing .pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: left;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}

/* HOVER EFFECT (same feel as Section 3) */
.showtime-pricing .pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  border-color: rgba(198,40,40,0.35);
}

/* FEATURED CARD (most popular) */
.showtime-pricing .pricing-card.featured {
  border-color: rgba(198,40,40,0.45);
}

.showtime-pricing .pricing-card.featured:hover {
  border-color: rgba(198,40,40,0.65);
  box-shadow: 0 20px 55px rgba(0,0,0,0.16);
}

/* LABEL */
.pricing-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.05);
}

.pricing-label.red {
  background: rgba(198,40,40,0.12);
  color: #C62828;
}

/* TITLES */
.showtime-pricing h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #000000;
}

.pricing-tagline {
  font-size: 14px;
  line-height: 1.65;
  color: #222222;
  margin: 0 0 18px;
}

/* PRICE */
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}

.pricing-price .amount {
  font-size: 34px;
  font-weight: 900;
  color: #000000;
}

.pricing-price .note {
  font-size: 12px;
  color: #444444;
}

/* FEATURES LIST */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}

.pricing-features li {
  font-size: 14px;
  color: #000000;
  line-height: 1.55;
  padding-left: 20px;
  position: relative;
}

.pricing-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #C62828;
  font-weight: 900;
}

/* BUTTONS */
.pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 280px;
  min-height: 54px;

  padding: 12px 18px;
  border-radius: 30px;
  border: 2px solid #C62828;

  background: transparent;
  color: #000000;
  text-decoration: none;

  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;

  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;

  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* PRIMARY BUTTON */
.pricing-btn.primary {
  background: #C62828;
  color: #ffffff;
  border-color: #C62828;
}

/* HOVER */
.pricing-btn:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

/* ---------- SECTION 3: WHAT'S INCLUDED ---------- */
.showtime-included {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
}

.included-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.included-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.showtime-included h2 {
  font-size: 34px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 35px;
  line-height: 1.25;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  text-align: left;
}

.included-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 22px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  position: relative;
}

.included-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #C62828;
  border-radius: 16px 16px 0 0;
}

.included-box h4 {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  margin: 10px 0 10px;
}

.included-box p {
  font-size: 15px;
  line-height: 1.65;
  color: #222222;
  margin: 0;
}

/* ---------- SECTION 4: CHECKOUT / FORM AREA ---------- */
.showtime-checkout {
  padding: 70px 20px;
  background: #0b0b0b; /* near-black backdrop */
}

.checkout-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  align-items: start;
}

/* LEFT CONTENT */
.checkout-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.showtime-checkout h2 {
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.25;
}

.checkout-text {
  font-size: 16px;
  line-height: 1.75;
  color: #eaeaea;
  margin: 0 0 18px;
  max-width: 780px;
}

.checkout-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.checkout-bullets li {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  padding-left: 20px;
  position: relative;
}

.checkout-bullets li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #C62828;
  font-weight: 900;
}

.checkout-note {
  font-size: 12px;
  color: #cfcfcf;
  line-height: 1.6;
  margin: 0;
}

/* RIGHT CHECKOUT BOX */
.checkout-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 22px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.checkout-box h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  margin: 0 0 14px;
}

/* PLACEHOLDER BOX (replace with shortcode output) */
.checkout-form-placeholder {
  border: 2px dashed rgba(0,0,0,0.18);
  border-radius: 14px;
  padding: 18px;
  background: rgba(0,0,0,0.02);
}

.checkout-form-placeholder p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #222222;
}

.checkout-form-placeholder p:last-child {
  margin: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .checkout-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .showtime-packages-hero .packages-title {
    font-size: 30px;
  }

  .showtime-included h2,
  .showtime-checkout h2 {
    font-size: 28px;
  }

  .showtime-pricing .pricing-card {
    padding: 26px 18px;
  }

  .showtime-checkout {
    padding: 55px 16px;
  }

  .checkout-box {
    padding: 22px 18px;
  }
}/* End custom CSS */