/* global styles */

* {
  box-sizing: border-box;
}

:root {
  --bf-bg: #040809;
  --bf-panel: #0c1514;
  --bf-panel-soft: rgba(16, 32, 30, 0.85);
  --bf-green: var(--bs-primary);
  --bf-green-soft: rgba(69, 214, 142, 0.2);
  --bf-text: #f3fff6;
}

html {
  font-size: 15px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body {
  font-family: "Manrope", sans-serif;
  line-height: var(--bs-body-line-height);
  color: var(--bs-white);
  background-color: var(--bs-dark);
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding-left: 1.2rem;
}

ul li {
  margin-bottom: 0.5rem;
}

.letter-spacing {
  letter-spacing: 0.35rem;
}

/* Page sections */

.text-dark-red {
  color: #250009 !important;
}

.bg-dark-red {
  background: #250009;
}

.rounded-t-4 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-b-4 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

span.p,
b.p {
  color: var(--bs-primary) !important;
}

span.r,
b.r {
  color: var(--bs-danger) !important;
}

span.y,
b.y {
  color: #d6c005 !important;
}

span.w,
b.w {
  color: #fff !important;
}

.mt-neg-6 {
  margin-top: -6rem;
}

.mt-neg-7 {
  margin-top: -7rem;
}

.mt-neg-20 {
  margin-top: -14rem;
}

.mt-neg-25 {
  margin-top: -30rem;
}

.mt-neg-30 {
  margin-top: -30rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #66c395;
  --bs-btn-border-color: #66c395;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7dcca5;
  --bs-btn-hover-border-color: #75c9a0;
  --bs-btn-focus-shadow-rgb: 87, 166, 127;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #85cfaa;
  --bs-btn-active-border-color: #75c9a0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #66c395;
  --bs-btn-disabled-border-color: #66c395;
}

.text-muted {
  color: rgb(184, 184, 184) !important;
}

.tilt-left {
  transform: skewy(-3deg);
}

.tilt-right {
  transform: skewy(3deg);
}

.tilt-right {
  transform: skewy(3deg);
}

.tilt-right span {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.tilt-right span label {
  color: #ed464f;
}

.tree-de-img img {
  width: 100%;
  margin-top: -51px;
  transform: rotate(-0.6deg);
}

.cap-img {
  position: absolute;
  top: -2px;
  left: -19px;
  width: 93px;
}

.right-cap-img {
  position: absolute;
  top: -49px;
  right: -5px;
  width: 93px;
}

.right-cap {
  position: absolute;
  top: -3px;
  right: -5px;
  width: 93px;
}

.critmas-decorations-img img {
  width: 100%;
}

.critmas-decorations-img {
  position: relative;
}

.mt-neg-4 {
  margin-top: -65px;
}

.splide.tag,
.splide.tag2 {
  border-top: 5px solid #1d2f2a;
  background: linear-gradient(to bottom, #0a100e, #20342f);
  padding: 1rem 0;
}

.splide.tag.red,
.splide.tag2.red {
  border-top: 5px solid #411d1d;
  background: linear-gradient(to bottom, #120808, #381919);
  padding: 1rem 0;
}

.splide.tag.red {
  border-top: 5px solid #411d1d;
  background: url(/wp-content/themes/lucrar-hello-child/natal/images/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 240px;
  background-position: center;
}

.splide.tag-pro2.red {
  background: url(/wp-content/themes/lucrar-hello-child/natal/images/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 240px;
  background-position: center;
  border-top: 5px solid #084833;
}

.text-color {
  color: #fb4b53 !important;
}

.border-custom {
  border-color: #006204 !important;
}

.text-green {
  color: #00c409 !important;
}

.bg-custom {
  background: #001e01;
}

.overlay-slider {
  position: relative;
  z-index: 1;
}

.pt-8 {
  padding-top: 80px;
}

.shape-img img {
  position: absolute;
  width: 660px;
  height: 480px;
  object-fit: cover;
  top: -85px;
  left: -309px;
}

.shape-img2 img {
  position: absolute;
  width: 260px;
  height: 260px;
  object-fit: cover;
  top: 110px;
  right: -115px;
}

.overlay-slider::after {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/lucrar-hello-child/natal/images/bg3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 360px;
  z-index: -1;
  top: 20px;
  transform: rotate(-2deg);
  left: 0;
}

.text-danger,
span.r {
  color: #fb4a53 !important;
}

.display-9 {
  font-size: 9rem;
}

.text-grad {
  background: linear-gradient(to bottom, #7fe7c6, #6ddaa7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.bf-page {
  background: url("/wp-content/themes/lucrar-hello-child/natal/images/background.png") no-repeat top left;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding-bottom: 0;
}

.bg-ss {
  background: url("/wp-content/themes/lucrar-hello-child/natal/images/background.png") no-repeat top left;
  background-size: cover;
  background-attachment: fixed;
}

.bf-page.red {
  background: linear-gradient(to right, #131112, #232121);
}

.bf-hero {
  background: linear-gradient(145deg, rgba(3, 10, 12, 0.95), rgba(8, 26, 22, 0.0));
  border-radius: 32px;
  margin: 2rem auto 0;
  max-width: 1200px;
  box-shadow: 0 30px 120px rgba(4, 255, 173, 0.1);
}

.bf-hero-glow {
  position: absolute;
  inset: 0;
  background: url(/wp-content/themes/lucrar-hello-child/natal/images/overlay-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 864px;
  z-index: 41;
  width: 100%;
  opacity: 0.8;
}

.top-tree-img {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
}

.top-tree-img img {
  width: 100%;
}

.bf-logo {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
}

.pt-140 {
  padding-top: 140px;
}

.hero-img {
  padding-bottom: 30px;
}

.text-custom {
  color: #fd4c55 !important;
}

.bf-highlight {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}

.bf-percentage {
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--bf-green);
}

.bf-code-display {
  display: inline-flex;
  padding: 0.1rem 4rem;
  border-radius: 0.5rem;
  border: 3px solid #6aab89;
  background: linear-gradient(60deg, #55b985, #3e9467);
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: var(--bs-dark);
  font-size: 3.5rem;
}

.bf-code-display.red {
  border: 3px solid #b9405e;
  background: linear-gradient(to right, #7f0220, #ad0830, #860323);
}

.bf-hero-visual {
  position: relative;
  max-width: 420px;
}

.bf-hero-visual img {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.bf-vertical-tag {
  position: absolute;
  top: 50%;
  right: -3.5rem;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  letter-spacing: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
}

.bf-ribbon {
  border-radius: 999px;
  padding: 0.9rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
}

.bf-included {
  margin-top: 3rem;
}

.bf-plan-card {
  background: var(--bf-panel-soft);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.bf-plan-card .badge {
  background: var(--bf-green-soft);
  border: 1px solid rgba(69, 214, 142, 0.4);
}

.bf-icon-check {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(69, 214, 142, 0.15);
  color: var(--bf-green);
}

.bf-mentor {
  margin-top: 4rem;
}

.bf-mentor-photo {
  position: relative;
  max-width: 420px;
  margin-inline: auto;
}

.bf-mentor-photo img {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.bf-mentor-photo .bf-ribbon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .bf-vertical-tag {
    display: none;
  }

  .mt-neg-4 {
    margin-top: 0.5rem;
  }

  .bf-code-display {
    width: 100%;
    padding: 0.5rem;
    justify-content: center;
    font-size: 1.5rem;
  }

  .mt-neg-6 {
    margin-top: auto;
  }

  .mt-neg-7 {
    margin-top: auto;
  }

  .mt-neg-20 {
    margin-top: -10rem;
  }

  .mt-neg-25 {
    margin-top: auto;
  }

  .mt-neg-30 {
    margin-top: auto;
  }

  .display-9 {
    font-size: 7rem;
    ;
  }
}

@media (max-width: 576px) {}

/* 3D Metallic Text Styles (Massive Mode) */
.hero-text-container {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 100%;
}

.hero-subtext {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 6.5rem;
  color: #e0e0e0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: -20px;
}

.hero-main-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 900;
  font-size: 13rem;
  line-height: 0.85;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #a0a0a0 40%, #ffffff 50%, #a0a0a0 60%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.7));
  letter-spacing: -6px;
}

@media (max-width: 768px) {
  .hero-subtext {
    font-size: 3.5rem;
    letter-spacing: 3px;
    margin-bottom: -10px;
  }

  .hero-main-text {
    font-size: 6.5rem;
    letter-spacing: -3px;
    line-height: 0.9;
  }
}

/* =========================================
   ROBUST ELEMENTOR RESET (The Nuclear Option)
   ========================================= */

/* Proactive Hardening */
.custom-bf-wrapper {
  background-color: #222020 !important;
  font-family: 'Manrope', sans-serif !important;
  color: #fff !important;
  position: relative !important;
  z-index: 10 !important;
  isolation: isolate !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* Box Model Safety */
.custom-bf-wrapper *,
.custom-bf-wrapper *::before,
.custom-bf-wrapper *::after {
  box-sizing: border-box !important;
}

/* Elementor Widget Resets */
.custom-bf-wrapper .elementor-widget-text-editor,
.custom-bf-wrapper .elementor-widget-heading {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

/* Ensure all images inside wrapper behave naturally */
.custom-bf-wrapper img {
  box-sizing: border-box !important;
  vertical-align: middle !important;
  max-width: 100% !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  object-fit: contain !important;
}

/* Fix container widths that Elementor likes to mess with */
.custom-bf-wrapper .container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100% !important;
  max-width: 1320px !important;
}

@media (min-width: 576px) {
  .custom-bf-wrapper .container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .custom-bf-wrapper .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .custom-bf-wrapper .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .custom-bf-wrapper .container {
    max-width: 1140px !important;
  }
}

/* Reset text styles that usually inherit from Elementor global kit */
.custom-bf-wrapper p,
.custom-bf-wrapper h1,
.custom-bf-wrapper h2,
.custom-bf-wrapper h3,
.custom-bf-wrapper h4,
.custom-bf-wrapper h5,
.custom-bf-wrapper h6,
.custom-bf-wrapper span,
.custom-bf-wrapper div {
  font-family: 'Manrope', sans-serif !important;
}

/* Force headings to inherit color from parent to allow utility classes */
.custom-bf-wrapper h1,
.custom-bf-wrapper h2,
.custom-bf-wrapper h3,
.custom-bf-wrapper h4,
.custom-bf-wrapper h5,
.custom-bf-wrapper h6 {
  color: inherit !important;
}

/* Force Bootstrap display utilities to work */
.custom-bf-wrapper .d-flex {
  display: flex !important;
}

.custom-bf-wrapper .d-block {
  display: block !important;
}

.custom-bf-wrapper .d-inline-block {
  display: inline-block !important;
}

/* Flex direction utilities */
.custom-bf-wrapper .flex-column {
  flex-direction: column !important;
}

.custom-bf-wrapper .flex-row {
  flex-direction: row !important;
}

/* Responsive flex direction for medium screens and up */
@media (min-width: 768px) {
  .custom-bf-wrapper .flex-md-row {
    flex-direction: row !important;
  }
}

/* Gap utilities */
.custom-bf-wrapper .gap-3 {
  gap: 1rem !important;
}

.custom-bf-wrapper .gap-md-4 {
  gap: 1.5rem !important;
}

/* Justify content */
.custom-bf-wrapper .justify-content-between {
  justify-content: space-between !important;
}

.custom-bf-wrapper .justify-content-center {
  justify-content: center !important;
}

/* Align items */
.custom-bf-wrapper .align-items-center {
  align-items: center !important;
}

/* Remove default lists styling if Elementor theme forces it */
.custom-bf-wrapper ul,
.custom-bf-wrapper ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Re-add padding for our specific lists where needed */
.custom-bf-wrapper ul.splide__list {
  padding: 0 !important;
}

.custom-bf-wrapper .bf-included ul {
  padding-left: 1.2rem !important;
  list-style: disc !important;
  /* Restore bullets for plan lists */
}

/* Force layout overrides for Elementor conflicts with High Specificity */
.custom-bf-wrapper .bf-page.red img {
  border: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Re-apply bootstrap utility classes that might be overridden */
.custom-bf-wrapper .bf-page.red .d-block {
  display: block !important;
}

.custom-bf-wrapper .bf-page.red .d-none {
  display: none !important;
}

.custom-bf-wrapper .bf-page.red .img-fluid {
  max-width: 100% !important;
  height: auto !important;
}

.custom-bf-wrapper .bf-page.red .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.custom-bf-wrapper .bf-page.red .position-relative {
  position: relative !important;
}

/* Specific layout fixes */
.custom-bf-wrapper .bf-page.red .col-md-4,
.custom-bf-wrapper .bf-page.red .col {
  position: relative !important;
  display: block !important;
  padding: 0 15px !important;
  /* Ensure gutters */
}

/* Fix for the main promo image specifically */
.custom-bf-wrapper .bf-page.red .promo-img-container img {
  margin: 0 auto !important;
  display: block !important;
}

@media (min-width: 768px) {
  .custom-bf-wrapper .bf-page.red .d-md-flex {
    display: flex !important;
  }

  .custom-bf-wrapper .bf-page.red .col-md-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }
}

@media (max-width: 768px) {
  .custom-bf-wrapper .bf-page.red .d-flex.flex-column {
    flex-direction: column !important;
  }

  .custom-bf-wrapper .bf-page.red img.d-block.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  .custom-bf-wrapper .bf-page.red .position-relative {
    position: relative !important;
    padding: 0 15px;
    /* Ensure padding on mobile */
  }

  /* Specific layout fixes */
  .custom-bf-wrapper .bf-page.red .col-md-4,
  .custom-bf-wrapper .bf-page.red .col {
    position: relative !important;
    display: block !important;
    padding: 0 15px !important;
    /* Ensure gutters */
  }

  /* Fix for the main promo image specifically */
  .custom-bf-wrapper .bf-page.red .promo-img-container img {
    margin: 0 auto !important;
    display: block !important;
  }
}