.elementor-11 .elementor-element.elementor-element-b49fa24{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-4e6d315{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-ef1397e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-c827b37{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-74a5f1b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-19b12d6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-6499a7f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1f2619b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1beddee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-8492405{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-86f4007{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-661a4fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1f82ab4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-c6c29d7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-4da6961{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ed6016b *//* =============================== */
/* SOLID X - SEC 1 HERO FULL SCREEN */
/* =============================== */

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.sx-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(214, 177, 92, 0.24), transparent 34%),
    radial-gradient(circle at 10% 85%, rgba(156, 116, 48, 0.22), transparent 36%),
    linear-gradient(135deg, #030303 0%, #101010 48%, #050505 100%);
  color: #ffffff;
  padding: 0;
}

.sx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.66) 42%, rgba(0,0,0,0.88) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.02) 0px,
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 10px
    );
  pointer-events: none;
}

.sx-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(214,177,92,0.15) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.12;
  pointer-events: none;
}

/* IMPORTANT: FULL WIDTH CONTENT */
.sx-hero__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 120px clamp(22px, 5vw, 82px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 5vw, 90px);
}

.sx-hero__content {
  width: 100%;
  max-width: 760px;
}

.sx-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-hero__eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-hero h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(52px, 6.6vw, 104px);
  line-height: 0.92;
  letter-spacing: -3px;
  color: #ffffff;
}

.sx-hero h1 strong {
  display: block;
  margin-top: 10px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-hero__desc {
  margin: 28px 0 0;
  max-width: 680px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.76);
}

.sx-hero__points {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
}

.sx-hero__points div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.sx-hero__points i {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f4d58b, #a87a2d);
  color: #080808;
  font-style: normal;
  font-weight: 900;
  flex: 0 0 auto;
}

.sx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.sx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  transition: 0.25s ease;
}

.sx-btn--gold {
  color: #090909;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 36%, #8d6526 100%);
  box-shadow:
    0 18px 38px rgba(214, 177, 92, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.sx-btn--gold:hover {
  transform: translateY(-3px);
}

.sx-btn--outline {
  color: #f6d98d;
  border: 1px solid rgba(214, 177, 92, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

.sx-btn--outline:hover {
  transform: translateY(-3px);
  background: rgba(214, 177, 92, 0.1);
}

.sx-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 44px;
  max-width: 700px;
}

.sx-hero__trust div {
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(214, 177, 92, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025));
  box-shadow: 0 16px 35px rgba(0,0,0,0.24);
}

.sx-hero__trust strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #f4d58b;
  margin-bottom: 4px;
}

.sx-hero__trust span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}

/* RIGHT VISUAL FULL SCREEN FEEL */

.sx-hero__visual {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-hero__product-card {
  position: relative;
  width: min(520px, 100%);
  min-height: 620px;
  border-radius: 46px;
  padding: 34px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 50% 20%, rgba(214,177,92,0.2), transparent 40%),
    linear-gradient(160deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
  box-shadow:
    0 45px 100px rgba(0,0,0,0.58),
    inset 0 1px 0 rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sx-hero__product-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(214,177,92,0.14);
}

.sx-hero__product-card::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.14);
  filter: blur(42px);
  bottom: 34px;
}

.sx-hero__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(214,177,92,0.32);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.sx-hero__product {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 535px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,0.6));
}

.sx-hero__shine {
  position: absolute;
  width: 100px;
  height: 760px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
  transform: rotate(22deg);
  top: -90px;
  left: 8%;
  opacity: 0.5;
}

.sx-hero__floating {
  position: absolute;
  z-index: 5;
  width: 205px;
  padding: 16px 17px;
  border-radius: 20px;
  border: 1px solid rgba(214,177,92,0.3);
  background: rgba(8,8,8,0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 42px rgba(0,0,0,0.35);
}

.sx-hero__floating strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f4d58b;
  margin-bottom: 5px;
}

.sx-hero__floating span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.66);
}

.sx-hero__floating--top {
  top: 90px;
  right: 0;
}

.sx-hero__floating--bottom {
  bottom: 80px;
  left: 0;
}

/* TABLET */

@media (max-width: 1024px) {
  .sx-hero__wrap {
    grid-template-columns: 1fr;
    padding: 115px 22px 70px;
    gap: 54px;
  }

  .sx-hero__content {
    max-width: 100%;
    text-align: center;
  }

  .sx-hero__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-hero__points {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .sx-hero__actions {
    justify-content: center;
  }

  .sx-hero__trust {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-hero__visual {
    min-height: auto;
  }
}

/* MOBILE */

@media (max-width: 620px) {
  .sx-hero {
    min-height: auto;
  }

  .sx-hero__wrap {
    min-height: auto;
    padding: 100px 16px 54px;
  }

  .sx-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
    letter-spacing: -1.4px;
  }

  .sx-hero__desc {
    font-size: 14.5px;
    line-height: 1.8;
  }

  .sx-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sx-btn {
    width: 100%;
  }

  .sx-hero__trust {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
  }

  .sx-hero__product-card {
    width: 100%;
    min-height: 430px;
    border-radius: 30px;
    padding: 22px;
  }

  .sx-hero__product-card::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sx-hero__product {
    max-height: 365px;
  }

  .sx-hero__floating {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 12px;
  }

  .sx-hero__visual {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c338fdd *//* =============================== */
/* SOLID X - SEC 2 PROBLEM AWARENESS */
/* =============================== */

.sx-problem {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(214, 177, 92, 0.16), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(156, 116, 48, 0.18), transparent 36%),
    linear-gradient(135deg, #080808 0%, #15110b 48%, #050505 100%);
  color: #ffffff;
}

.sx-problem::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88), rgba(0,0,0,0.48), rgba(0,0,0,0.9)),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-problem::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 999px;
  right: -220px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(214, 177, 92, 0.12);
  filter: blur(90px);
  pointer-events: none;
}

.sx-problem__texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(214,177,92,0.14) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.12;
  pointer-events: none;
}

.sx-problem__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 110px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.sx-problem__left {
  width: 100%;
  max-width: 710px;
}

.sx-problem__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-problem__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-problem h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 5.8vw, 86px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-problem h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-problem__left > p {
  margin: 28px 0 0;
  max-width: 640px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.74);
}

.sx-problem__quote {
  position: relative;
  margin-top: 38px;
  padding: 34px 34px 32px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.22);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  box-shadow: 0 32px 70px rgba(0,0,0,0.34);
  overflow: hidden;
}

.sx-problem__quote::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  right: -80px;
  top: -90px;
  background: rgba(214, 177, 92, 0.13);
  filter: blur(28px);
}

.sx-problem__quote-mark {
  position: absolute;
  top: -18px;
  left: 22px;
  font-family: "Playfair Display", serif;
  font-size: 116px;
  line-height: 1;
  color: rgba(214, 177, 92, 0.18);
}

.sx-problem__quote p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255,255,255,0.84);
}

/* RIGHT CARDS */

.sx-problem__right {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sx-problem__card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.18);
  background:
    radial-gradient(circle at 80% 18%, rgba(214,177,92,0.12), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.026));
  box-shadow: 0 26px 56px rgba(0,0,0,0.32);
  overflow: hidden;
  transition: 0.28s ease;
}

.sx-problem__card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 177, 92, 0.42);
  box-shadow: 0 36px 76px rgba(0,0,0,0.42);
}

.sx-problem__card--main {
  background:
    radial-gradient(circle at 80% 18%, rgba(214,177,92,0.2), transparent 40%),
    linear-gradient(145deg, rgba(214,177,92,0.16), rgba(255,255,255,0.035));
  border-color: rgba(214,177,92,0.36);
}

.sx-problem__icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 44%, #8d6526 100%);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 22px;
  box-shadow: 0 14px 32px rgba(214,177,92,0.22);
}

.sx-problem__card h3 {
  margin: 0 0 13px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.sx-problem__card p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.66);
}

/* TABLET */

@media (max-width: 1024px) {
  .sx-problem__wrap {
    grid-template-columns: 1fr;
    padding: 95px 22px;
    gap: 54px;
  }

  .sx-problem__left {
    max-width: 100%;
    text-align: center;
  }

  .sx-problem__left > p {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-problem__quote {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .sx-problem__right {
    max-width: 820px;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 620px) {
  .sx-problem {
    min-height: auto;
  }

  .sx-problem__wrap {
    min-height: auto;
    padding: 74px 16px;
  }

  .sx-problem h2 {
    font-size: clamp(39px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-problem__left > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-problem__quote {
    padding: 30px 22px 24px;
    border-radius: 24px;
  }

  .sx-problem__quote p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sx-problem__right {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sx-problem__card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .sx-problem__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }

  .sx-problem__card h3 {
    font-size: 21px;
  }

  .sx-problem__card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a29b97 *//* =============================== */
/* SOLID X - SEC 3 EMOTIONAL INTRO */
/* =============================== */

.sx-intro {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(214, 177, 92, 0.22), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(156, 116, 48, 0.18), transparent 36%),
    linear-gradient(135deg, #050505 0%, #111111 46%, #070707 100%);
  color: #ffffff;
}

.sx-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.54) 52%, rgba(0,0,0,0.86) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 10px
    );
  pointer-events: none;
}

.sx-intro::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 999px;
  left: -260px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(214, 177, 92, 0.1);
  filter: blur(95px);
  pointer-events: none;
}

.sx-intro__noise {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(214,177,92,0.13) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.11;
  pointer-events: none;
}

.sx-intro__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr);
  align-items: center;
  gap: clamp(44px, 6vw, 110px);
}

.sx-intro__content {
  width: 100%;
  max-width: 760px;
}

.sx-intro__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-intro__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-intro h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.5vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-intro h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 44%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-intro__lead {
  margin-top: 30px !important;
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.sx-intro__content p {
  margin: 18px 0 0;
  max-width: 680px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.sx-intro__highlight {
  position: relative;
  margin-top: 36px;
  padding: 30px 32px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
  overflow: hidden;
}

.sx-intro__highlight::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -40px;
  bottom: -45px;
  border-radius: 999px;
  background: rgba(214,177,92,0.16);
  filter: blur(22px);
}

.sx-intro__highlight h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.8px;
  color: #f4d58b;
}

.sx-intro__highlight p {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 620px;
  color: rgba(255,255,255,0.78);
}

.sx-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.sx-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  transition: 0.25s ease;
}

.sx-intro__btn--gold {
  color: #090909;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 38%, #8d6526 100%);
  box-shadow:
    0 18px 38px rgba(214, 177, 92, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.sx-intro__btn--gold:hover {
  transform: translateY(-3px);
}

.sx-intro__btn--dark {
  color: #f6d98d;
  border: 1px solid rgba(214, 177, 92, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

.sx-intro__btn--dark:hover {
  transform: translateY(-3px);
  background: rgba(214, 177, 92, 0.1);
}

/* RIGHT PANEL */

.sx-intro__panel {
  position: relative;
  width: 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-intro__panel-inner {
  position: relative;
  width: min(560px, 100%);
  min-height: 610px;
  border-radius: 48px;
  padding: 28px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 50% 20%, rgba(214,177,92,0.18), transparent 42%),
    linear-gradient(155deg, rgba(255,255,255,0.085), rgba(255,255,255,0.022));
  box-shadow:
    0 46px 100px rgba(0,0,0,0.58),
    inset 0 1px 0 rgba(255,255,255,0.12);
  overflow: hidden;
}

.sx-intro__panel-inner::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 36px;
  border: 1px solid rgba(214,177,92,0.14);
  pointer-events: none;
}

.sx-intro__topline {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 6px 6px 0;
}

.sx-intro__topline span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #f4d58b;
}

.sx-intro__topline small {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: rgba(255,255,255,0.58);
}

.sx-intro__product-box {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-intro__product {
  position: relative;
  z-index: 3;
  max-width: 100%;
  max-height: 455px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,0.62));
}

.sx-intro__circle {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.sx-intro__circle--one {
  width: 340px;
  height: 340px;
  background: rgba(214, 177, 92, 0.15);
  filter: blur(36px);
  bottom: 22px;
}

.sx-intro__circle--two {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(214,177,92,0.2);
  top: 58px;
  right: 42px;
}

.sx-intro__info-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sx-intro__info-grid div {
  padding: 17px 14px;
  border-radius: 20px;
  border: 1px solid rgba(214, 177, 92, 0.18);
  background: rgba(0,0,0,0.28);
}

.sx-intro__info-grid strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f4d58b;
  margin-bottom: 5px;
}

.sx-intro__info-grid span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(255,255,255,0.62);
}

.sx-intro__float {
  position: absolute;
  z-index: 5;
  width: 220px;
  padding: 17px 18px;
  border-radius: 22px;
  border: 1px solid rgba(214,177,92,0.3);
  background: rgba(8,8,8,0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 46px rgba(0,0,0,0.38);
}

.sx-intro__float strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f4d58b;
  margin-bottom: 6px;
}

.sx-intro__float span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,0.68);
}

.sx-intro__float--one {
  top: 92px;
  left: 0;
}

.sx-intro__float--two {
  right: 0;
  bottom: 92px;
}

/* TABLET */

@media (max-width: 1024px) {
  .sx-intro__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 56px;
  }

  .sx-intro__content {
    max-width: 100%;
    text-align: center;
  }

  .sx-intro__content p,
  .sx-intro__highlight p {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-intro__actions {
    justify-content: center;
  }

  .sx-intro__panel {
    min-height: auto;
  }

  .sx-intro__panel-inner {
    max-width: 620px;
  }
}

/* MOBILE */

@media (max-width: 620px) {
  .sx-intro {
    min-height: auto;
  }

  .sx-intro__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-intro h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-intro__lead {
    font-size: 15.5px !important;
  }

  .sx-intro__content p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-intro__highlight {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sx-intro__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sx-intro__btn {
    width: 100%;
  }

  .sx-intro__panel {
    display: block;
  }

  .sx-intro__panel-inner {
    width: 100%;
    min-height: auto;
    border-radius: 30px;
    padding: 22px;
  }

  .sx-intro__panel-inner::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sx-intro__product-box {
    min-height: 350px;
  }

  .sx-intro__product {
    max-height: 340px;
  }

  .sx-intro__topline {
    padding: 0;
  }

  .sx-intro__info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sx-intro__float {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e654df *//* =============================== */
/* SOLID X - SEC 4 PRODUCT EXPLANATION */
/* =============================== */

.sx-product {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(214, 177, 92, 0.18), transparent 34%),
    radial-gradient(circle at 6% 75%, rgba(156, 116, 48, 0.16), transparent 35%),
    radial-gradient(circle at 92% 78%, rgba(214, 177, 92, 0.13), transparent 36%),
    linear-gradient(135deg, #060606 0%, #12100b 48%, #050505 100%);
  color: #ffffff;
}

.sx-product::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.86), rgba(0,0,0,0.48), rgba(0,0,0,0.9)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 10px
    );
  pointer-events: none;
}

.sx-product__pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(214,177,92,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214,177,92,0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  pointer-events: none;
}

.sx-product__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 95px clamp(22px, 5vw, 82px);
}

.sx-product__head {
  max-width: 980px;
  margin: 0 auto 62px;
  text-align: center;
}

.sx-product__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-product__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-product h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.4px;
  color: #ffffff;
}

.sx-product h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-product__head p {
  max-width: 760px;
  margin: 26px auto 0;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

/* MAIN LAYOUT */

.sx-product__layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(360px, 0.9fr) minmax(330px, 0.9fr);
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
}

.sx-product__features {
  display: grid;
  gap: 18px;
}

.sx-product__feature {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(214, 177, 92, 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.1), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.024));
  box-shadow: 0 24px 56px rgba(0,0,0,0.28);
  transition: 0.28s ease;
}

.sx-product__feature:hover {
  transform: translateX(6px);
  border-color: rgba(214, 177, 92, 0.42);
}

.sx-product__feature--active {
  border-color: rgba(214, 177, 92, 0.4);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 38%),
    linear-gradient(145deg, rgba(214,177,92,0.14), rgba(255,255,255,0.028));
}

.sx-product__num {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 42%, #8d6526 100%);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(214,177,92,0.22);
}

.sx-product__feature h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.sx-product__feature p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.66);
}

/* CENTER */

.sx-product__center {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-product__orb {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(214,177,92,0.2), transparent 65%);
  filter: blur(8px);
}

.sx-product__mockup {
  position: relative;
  width: min(420px, 100%);
  min-height: 560px;
  border-radius: 46px;
  padding: 34px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 50% 18%, rgba(214,177,92,0.18), transparent 42%),
    linear-gradient(160deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
  box-shadow:
    0 44px 96px rgba(0,0,0,0.56),
    inset 0 1px 0 rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sx-product__mockup::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(214,177,92,0.15);
  pointer-events: none;
}

.sx-product__tag {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 4;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,0.48);
  border: 1px solid rgba(214,177,92,0.32);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.sx-product__img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  max-height: 485px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,0.62));
}

.sx-product__ring {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  border: 1px solid rgba(214,177,92,0.22);
  box-shadow:
    0 0 0 44px rgba(214,177,92,0.035),
    0 0 80px rgba(214,177,92,0.14);
}

/* RIGHT SUMMARY */

.sx-product__summary {
  display: grid;
  gap: 18px;
}

.sx-product__summary-card {
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(214, 177, 92, 0.25);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.16), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.026));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-product__summary-card small {
  display: block;
  margin-bottom: 14px;
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.sx-product__summary-card h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.04;
  letter-spacing: -1.4px;
  color: #ffffff;
}

.sx-product__summary-card p {
  margin: 20px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,0.7);
}

.sx-product__mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.sx-product__mini div {
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(214,177,92,0.18);
  background: rgba(0,0,0,0.28);
}

.sx-product__mini strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #f4d58b;
  margin-bottom: 5px;
}

.sx-product__mini span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}

.sx-product__note {
  display: flex;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(214,177,92,0.18);
  background: rgba(0,0,0,0.32);
  box-shadow: 0 22px 50px rgba(0,0,0,0.26);
}

.sx-product__note strong {
  flex: 0 0 auto;
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.sx-product__note span {
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.66);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-product__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sx-product__features,
  .sx-product__summary {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
  }

  .sx-product__center {
    min-height: auto;
    order: -1;
  }

  .sx-product__mockup {
    max-width: 520px;
  }
}

/* MOBILE */

@media (max-width: 620px) {
  .sx-product {
    min-height: auto;
  }

  .sx-product__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-product__head {
    margin-bottom: 42px;
  }

  .sx-product h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-product__head p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-product__feature {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 24px;
  }

  .sx-product__feature:hover {
    transform: none;
  }

  .sx-product__center {
    min-height: auto;
  }

  .sx-product__mockup {
    width: 100%;
    min-height: 430px;
    border-radius: 30px;
    padding: 22px;
  }

  .sx-product__mockup::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sx-product__img {
    max-height: 365px;
  }

  .sx-product__ring {
    width: 250px;
    height: 250px;
  }

  .sx-product__summary-card {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .sx-product__mini {
    grid-template-columns: 1fr;
  }

  .sx-product__note {
    display: block;
  }

  .sx-product__note strong {
    display: block;
    margin-bottom: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c666fb *//* =============================== */
/* SOLID X - SEC 5 WHY DIFFERENT */
/* =============================== */

.sx-why {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(214, 177, 92, 0.18), transparent 34%),
    radial-gradient(circle at 88% 74%, rgba(156, 116, 48, 0.18), transparent 36%),
    linear-gradient(135deg, #050505 0%, #13100a 46%, #070707 100%);
  color: #ffffff;
}

.sx-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.48), rgba(0,0,0,0.9)),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 10px
    );
  pointer-events: none;
}

.sx-why::after {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  right: -260px;
  top: -180px;
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.14);
  filter: blur(90px);
  pointer-events: none;
}

.sx-why__grain {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(214,177,92,0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.12;
  pointer-events: none;
}

.sx-why__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.sx-why__left {
  width: 100%;
  max-width: 760px;
}

.sx-why__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-why__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-why h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-why h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-why__left > p {
  margin: 28px 0 0;
  max-width: 670px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.sx-why__statement {
  position: relative;
  margin-top: 36px;
  padding: 30px 32px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-why__statement strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  color: #f4d58b;
  letter-spacing: -0.6px;
}

.sx-why__statement span {
  display: block;
  max-width: 610px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.74);
}

/* CARDS */

.sx-why__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sx-why__card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid rgba(214, 177, 92, 0.18);
  background:
    radial-gradient(circle at 86% 18%, rgba(214,177,92,0.11), transparent 36%),
    linear-gradient(160deg, rgba(255,255,255,0.075), rgba(255,255,255,0.024));
  box-shadow: 0 28px 62px rgba(0,0,0,0.33);
  overflow: hidden;
  transition: 0.28s ease;
}

.sx-why__card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -70px;
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  filter: blur(24px);
  pointer-events: none;
}

.sx-why__card:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 177, 92, 0.42);
  box-shadow: 0 38px 78px rgba(0,0,0,0.44);
}

.sx-why__card--gold {
  border-color: rgba(214, 177, 92, 0.42);
  background:
    radial-gradient(circle at 82% 18%, rgba(214,177,92,0.22), transparent 40%),
    linear-gradient(145deg, rgba(214,177,92,0.16), rgba(255,255,255,0.028));
}

.sx-why__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 42%, #8d6526 100%);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(214,177,92,0.22);
  margin-bottom: 24px;
}

.sx-why__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 13px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.2;
  letter-spacing: -0.7px;
  color: #ffffff;
}

.sx-why__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.82;
  color: rgba(255,255,255,0.66);
}

/* TABLET */

@media (max-width: 1024px) {
  .sx-why__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 54px;
  }

  .sx-why__left {
    max-width: 100%;
    text-align: center;
  }

  .sx-why__left > p,
  .sx-why__statement span {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-why__cards {
    max-width: 840px;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 620px) {
  .sx-why {
    min-height: auto;
  }

  .sx-why__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-why h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-why__left > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-why__statement {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sx-why__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sx-why__card {
    min-height: auto;
    padding: 25px;
    border-radius: 26px;
  }

  .sx-why__card:hover {
    transform: none;
  }

  .sx-why__icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .sx-why__card h3 {
    font-size: 22px;
  }

  .sx-why__card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59bb642 *//* =============================== */
/* SOLID X - SEC 6 INGREDIENTS */
/* =============================== */

.sx-ingredients {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(214, 177, 92, 0.2), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(156, 116, 48, 0.18), transparent 36%),
    linear-gradient(135deg, #060606 0%, #14100a 48%, #050505 100%);
  color: #ffffff;
}

.sx-ingredients::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0.9)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 10px
    );
  pointer-events: none;
}

.sx-ingredients::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 999px;
  left: -260px;
  bottom: -260px;
  background: rgba(214, 177, 92, 0.13);
  filter: blur(95px);
  pointer-events: none;
}

.sx-ingredients__texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(214,177,92,0.13) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.12;
  pointer-events: none;
}

.sx-ingredients__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.sx-ingredients__head {
  width: 100%;
  max-width: 760px;
}

.sx-ingredients__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-ingredients__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-ingredients h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-ingredients h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-ingredients__head > p {
  margin: 28px 0 0;
  max-width: 670px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.sx-ingredients__note {
  position: relative;
  margin-top: 36px;
  padding: 30px 32px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-ingredients__note strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  color: #f4d58b;
  letter-spacing: -0.6px;
}

.sx-ingredients__note span {
  display: block;
  max-width: 610px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.74);
}

/* GRID */

.sx-ingredients__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.sx-ingredients__card {
  position: relative;
  min-height: 250px;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.18);
  background:
    radial-gradient(circle at 86% 18%, rgba(214,177,92,0.11), transparent 36%),
    linear-gradient(160deg, rgba(255,255,255,0.075), rgba(255,255,255,0.024));
  box-shadow: 0 28px 62px rgba(0,0,0,0.33);
  overflow: hidden;
  transition: 0.28s ease;
}

.sx-ingredients__card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  bottom: -70px;
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  filter: blur(24px);
  pointer-events: none;
}

.sx-ingredients__card:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 177, 92, 0.42);
  box-shadow: 0 38px 78px rgba(0,0,0,0.44);
}

.sx-ingredients__card--main {
  grid-column: span 2;
  border-color: rgba(214, 177, 92, 0.42);
  background:
    radial-gradient(circle at 82% 18%, rgba(214,177,92,0.24), transparent 40%),
    linear-gradient(145deg, rgba(214,177,92,0.16), rgba(255,255,255,0.028));
}

.sx-ingredients__icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255,241,168,0.95), rgba(214,177,92,0.9), rgba(141,101,38,0.95));
  color: #080808;
  font-size: 24px;
  box-shadow: 0 14px 32px rgba(214,177,92,0.22);
  margin-bottom: 22px;
}

.sx-ingredients__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 13px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(19px, 1.9vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.7px;
  color: #ffffff;
}

.sx-ingredients__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.2px;
  line-height: 1.8;
  color: rgba(255,255,255,0.66);
}

.sx-ingredients__card--main p {
  max-width: 560px;
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-ingredients__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 54px;
  }

  .sx-ingredients__head {
    max-width: 100%;
    text-align: center;
  }

  .sx-ingredients__head > p,
  .sx-ingredients__note span {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-ingredients__grid {
    max-width: 920px;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-ingredients {
    min-height: auto;
  }

  .sx-ingredients__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-ingredients h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-ingredients__head > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-ingredients__note {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sx-ingredients__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sx-ingredients__card,
  .sx-ingredients__card--main {
    grid-column: span 1;
    min-height: auto;
    padding: 25px;
    border-radius: 26px;
  }

  .sx-ingredients__card:hover {
    transform: none;
  }

  .sx-ingredients__icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sx-ingredients__card h3 {
    font-size: 22px;
  }

  .sx-ingredients__card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6946d20 *//* =============================== */
/* SOLID X - SEC 8 SUITABLE FOR */
/* =============================== */

.sx-suitable {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 177, 92, 0.18), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(156, 116, 48, 0.18), transparent 36%),
    linear-gradient(135deg, #050505 0%, #14100a 48%, #060606 100%);
  color: #ffffff;
}

.sx-suitable::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92), rgba(0,0,0,0.52), rgba(0,0,0,0.9)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 10px
    );
  pointer-events: none;
}

.sx-suitable::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -280px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.12);
  filter: blur(95px);
  pointer-events: none;
}

.sx-suitable__texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(214,177,92,0.13) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.11;
  pointer-events: none;
}

.sx-suitable__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.sx-suitable__content {
  width: 100%;
  max-width: 760px;
}

.sx-suitable__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-suitable__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-suitable h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-suitable h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-suitable__content > p {
  margin: 28px 0 0;
  max-width: 670px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.sx-suitable__quote {
  position: relative;
  margin-top: 36px;
  padding: 30px 32px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-suitable__quote h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
  color: #f4d58b;
  letter-spacing: -0.6px;
}

.sx-suitable__quote p {
  margin: 0;
  max-width: 610px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.74);
}

.sx-suitable__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 36px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  color: #090909;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 38%, #8d6526 100%);
  box-shadow:
    0 18px 38px rgba(214, 177, 92, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  transition: 0.25s ease;
}

.sx-suitable__btn:hover {
  transform: translateY(-3px);
}

/* RIGHT IMAGE GRID */

.sx-suitable__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, auto);
  gap: 18px;
}

.sx-suitable__card {
  position: relative;
  min-height: 300px;
  border-radius: 34px;
  border: 1px solid rgba(214, 177, 92, 0.22);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
  overflow: hidden;
  transition: 0.28s ease;
}

.sx-suitable__card:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 177, 92, 0.46);
  box-shadow: 0 40px 84px rgba(0,0,0,0.46);
}

.sx-suitable__card--large {
  grid-row: span 2;
  min-height: 620px;
}

.sx-suitable__card--wide {
  grid-column: span 2;
  min-height: 280px;
}

.sx-suitable__img {
  position: absolute;
  inset: 0;
}

.sx-suitable__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* overlay supaya text readable */
.sx-suitable__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.76)),
    radial-gradient(circle at 70% 20%, rgba(214,177,92,0.24), transparent 38%);
}

.sx-suitable__card-content {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px;
}

.sx-suitable__card-content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 42%, #8d6526 100%);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(214,177,92,0.22);
}

.sx-suitable__card-content h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #ffffff;
}

.sx-suitable__card-content p {
  margin: 0;
  max-width: 420px;
  font-family: "Poppins", sans-serif;
  font-size: 14.2px;
  line-height: 1.75;
  color: rgba(255,255,255,0.76);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-suitable__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 54px;
  }

  .sx-suitable__content {
    max-width: 100%;
    text-align: center;
  }

  .sx-suitable__content > p,
  .sx-suitable__quote p {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-suitable__grid {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-suitable {
    min-height: auto;
  }

  .sx-suitable__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-suitable h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-suitable__content > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-suitable__quote {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sx-suitable__btn {
    width: 100%;
  }

  .sx-suitable__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sx-suitable__card,
  .sx-suitable__card--large,
  .sx-suitable__card--wide {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 360px;
    border-radius: 26px;
  }

  .sx-suitable__card:hover {
    transform: none;
  }

  .sx-suitable__card-content {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .sx-suitable__card-content h3 {
    font-size: 23px;
  }

  .sx-suitable__card-content p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b057d7 *//* =============================== */
/* SOLID X - SEC 9 HOW TO DRINK */
/* =============================== */

.sx-brew {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 177, 92, 0.18), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(214, 177, 92, 0.13), transparent 36%),
    linear-gradient(135deg, #070707 0%, #11100c 46%, #050505 100%);
  color: #ffffff;
}

.sx-brew::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.46), rgba(0,0,0,0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-brew::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  left: -280px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.12);
  filter: blur(95px);
  pointer-events: none;
}

.sx-brew__bg-text {
  position: absolute;
  right: -30px;
  bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(64px, 12vw, 210px);
  font-weight: 950;
  letter-spacing: -8px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  z-index: 1;
}

.sx-brew__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

/* LEFT VISUAL */

.sx-brew__visual {
  position: relative;
  width: 100%;
}

.sx-brew__visual-card {
  position: relative;
  min-height: 680px;
  border-radius: 46px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(214, 177, 92, 0.3);
  background:
    linear-gradient(145deg, rgba(245, 231, 200, 0.12), rgba(255,255,255,0.035)),
    radial-gradient(circle at 50% 20%, rgba(214,177,92,0.22), transparent 40%);
  box-shadow:
    0 46px 100px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.12);
  overflow: hidden;
}

.sx-brew__visual-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(214,177,92,0.15);
  pointer-events: none;
}

.sx-brew__visual-card::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: rgba(214,177,92,0.12);
  filter: blur(60px);
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sx-brew__seal {
  position: relative;
  z-index: 4;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 35% 25%, #fff4ba, #d6b15c 46%, #8d6526 100%);
  color: #080808;
  box-shadow:
    0 20px 44px rgba(214,177,92,0.26),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.sx-brew__seal span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.sx-brew__seal strong {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.sx-brew__cup {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-brew__cup img {
  width: 100%;
  max-width: 430px;
  max-height: 430px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,0.62));
}

.sx-brew__visual-caption {
  position: relative;
  z-index: 4;
  padding: 28px;
  border-radius: 30px;
  background: rgba(0,0,0,0.42);
  border: 1px solid rgba(214,177,92,0.22);
  backdrop-filter: blur(16px);
}

.sx-brew__visual-caption small {
  display: block;
  margin-bottom: 10px;
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sx-brew__visual-caption h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.sx-brew__visual-caption p {
  margin: 16px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
}

/* RIGHT CONTENT */

.sx-brew__content {
  width: 100%;
  max-width: 780px;
}

.sx-brew__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-brew__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-brew h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-brew h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-brew__desc {
  margin: 28px 0 0;
  max-width: 680px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

/* TIMELINE STEPS */

.sx-brew__steps {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

.sx-brew__steps::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, rgba(214,177,92,0.8), rgba(214,177,92,0.05));
}

.sx-brew__step {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(214,177,92,0.18);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.022));
  box-shadow: 0 20px 48px rgba(0,0,0,0.26);
}

.sx-brew__step-no {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 42%, #8d6526 100%);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(214,177,92,0.22);
}

.sx-brew__step-content h3 {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.6px;
}

.sx-brew__step-content p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.66);
}

.sx-brew__warning {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  margin-top: 24px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(214,177,92,0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.16), transparent 36%),
    rgba(0,0,0,0.34);
  box-shadow: 0 24px 54px rgba(0,0,0,0.32);
}

.sx-brew__warning-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(214,177,92,0.12);
  border: 1px solid rgba(214,177,92,0.32);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 950;
}

.sx-brew__warning h3 {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #f4d58b;
}

.sx-brew__warning p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.2px;
  line-height: 1.8;
  color: rgba(255,255,255,0.68);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-brew__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
  }

  .sx-brew__content {
    max-width: 100%;
    text-align: center;
  }

  .sx-brew__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-brew__visual-card {
    max-width: 720px;
    margin: 0 auto;
  }

  .sx-brew__steps,
  .sx-brew__warning {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-brew {
    min-height: auto;
  }

  .sx-brew__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-brew h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-brew__desc {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-brew__visual-card {
    min-height: auto;
    border-radius: 30px;
    padding: 22px;
  }

  .sx-brew__visual-card::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sx-brew__seal {
    width: 96px;
    height: 96px;
  }

  .sx-brew__seal strong {
    font-size: 20px;
  }

  .sx-brew__cup {
    min-height: 280px;
  }

  .sx-brew__cup img {
    max-height: 310px;
  }

  .sx-brew__visual-caption {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .sx-brew__steps::before {
    display: none;
  }

  .sx-brew__step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 24px;
  }

  .sx-brew__warning {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60965a5 *//* =============================== */
/* SOLID X - SEC 10 SAFETY NOTICE */
/* =============================== */

.sx-safety {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(214, 177, 92, 0.16), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(156, 116, 48, 0.14), transparent 36%),
    linear-gradient(135deg, #060606 0%, #111111 48%, #050505 100%);
  color: #ffffff;
}

.sx-safety::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92), rgba(0,0,0,0.5), rgba(0,0,0,0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-safety::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -260px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.11);
  filter: blur(95px);
  pointer-events: none;
}

.sx-safety__bg-word {
  position: absolute;
  left: -20px;
  bottom: 24px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(72px, 14vw, 230px);
  font-weight: 950;
  letter-spacing: -9px;
  line-height: 0.8;
  color: rgba(255,255,255,0.035);
  pointer-events: none;
}

.sx-safety__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.sx-safety__content {
  width: 100%;
  max-width: 760px;
}

.sx-safety__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-safety__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-safety h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-safety h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-safety__content > p {
  margin: 28px 0 0;
  max-width: 670px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.sx-safety__statement {
  position: relative;
  margin-top: 36px;
  padding: 30px 32px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-safety__statement strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  color: #f4d58b;
  letter-spacing: -0.6px;
}

.sx-safety__statement span {
  display: block;
  max-width: 610px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.74);
}

/* RIGHT PANEL */

.sx-safety__panel {
  position: relative;
  padding: 34px;
  border-radius: 42px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    linear-gradient(145deg, rgba(245, 231, 200, 0.1), rgba(255,255,255,0.026)),
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 40%);
  box-shadow:
    0 44px 96px rgba(0,0,0,0.52),
    inset 0 1px 0 rgba(255,255,255,0.1);
  overflow: hidden;
}

.sx-safety__panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 32px;
  border: 1px solid rgba(214,177,92,0.14);
  pointer-events: none;
}

.sx-safety__panel-head {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(214,177,92,0.18);
}

.sx-safety__panel-head small {
  display: block;
  margin-bottom: 10px;
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.sx-safety__panel-head h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.sx-safety__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.sx-safety__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(214,177,92,0.16);
  background: rgba(0,0,0,0.32);
  transition: 0.25s ease;
}

.sx-safety__item:hover {
  transform: translateX(6px);
  border-color: rgba(214,177,92,0.38);
  background: rgba(0,0,0,0.42);
}

.sx-safety__mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255,241,168,0.96), rgba(214,177,92,0.9), rgba(141,101,38,0.96));
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(214,177,92,0.18);
}

.sx-safety__item h4 {
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #ffffff;
}

.sx-safety__item p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13.8px;
  line-height: 1.7;
  color: rgba(255,255,255,0.66);
}

.sx-safety__footer-note {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(214,177,92,0.26);
  background: rgba(214,177,92,0.08);
}

.sx-safety__footer-note strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #f4d58b;
}

.sx-safety__footer-note span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-safety__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 54px;
  }

  .sx-safety__content {
    max-width: 100%;
    text-align: center;
  }

  .sx-safety__content > p,
  .sx-safety__statement span {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-safety__panel {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-safety {
    min-height: auto;
  }

  .sx-safety__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-safety h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-safety__content > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-safety__statement {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sx-safety__panel {
    padding: 22px;
    border-radius: 30px;
  }

  .sx-safety__panel::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sx-safety__panel-head h3 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .sx-safety__item {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 22px;
  }

  .sx-safety__item:hover {
    transform: none;
  }

  .sx-safety__mark {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62ba36b *//* =============================== */
/* SOLID X - SEC 11 TESTIMONIALS */
/* =============================== */

.sx-proof {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(214, 177, 92, 0.18), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(156, 116, 48, 0.18), transparent 36%),
    linear-gradient(135deg, #050505 0%, #11100c 48%, #060606 100%);
  color: #ffffff;
}

.sx-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92), rgba(0,0,0,0.46), rgba(0,0,0,0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-proof::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -280px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.12);
  filter: blur(95px);
  pointer-events: none;
}

/* TOP MARQUEE */

.sx-proof__marquee {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(214,177,92,0.18);
  border-bottom: 1px solid rgba(214,177,92,0.18);
  background: rgba(0,0,0,0.42);
}

.sx-proof__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 16px 0;
  animation: sxProofMove 28s linear infinite;
}

.sx-proof__track span {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #f4d58b;
  white-space: nowrap;
}

.sx-proof__track span::after {
  content: "•";
  margin-left: 34px;
  color: rgba(214,177,92,0.48);
}

@keyframes sxProofMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* MAIN WRAP */

.sx-proof__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100vh - 50px);
  padding: 95px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.sx-proof__head {
  width: 100%;
  max-width: 760px;
}

.sx-proof__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-proof__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-proof h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-proof h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-proof__head > p {
  margin: 28px 0 0;
  max-width: 670px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.sx-proof__rating {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.16), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.1), rgba(255,255,255,0.03));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-proof__stars {
  font-size: 20px;
  letter-spacing: 2px;
  color: #f4d58b;
  text-shadow: 0 0 18px rgba(214,177,92,0.32);
}

.sx-proof__rating strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.sx-proof__rating span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.66);
}

/* REVIEW WALL */

.sx-proof__wall {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.sx-proof__wall::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(214,177,92,0.11);
  filter: blur(70px);
  pointer-events: none;
}

.sx-proof__review {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 92, 0.2);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.024));
  box-shadow: 0 28px 62px rgba(0,0,0,0.34);
}

.sx-proof__review--big {
  grid-column: span 1;
  min-height: 210px;
  border-color: rgba(214,177,92,0.38);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 36%),
    linear-gradient(145deg, rgba(214,177,92,0.13), rgba(255,255,255,0.03));
}

.sx-proof__avatar {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  padding: 4px;
  background: linear-gradient(135deg, #fff1a8, #d6b15c, #8d6526);
  box-shadow: 0 14px 32px rgba(214,177,92,0.2);
}

.sx-proof__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  background: #111;
}

.sx-proof__review-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.sx-proof__review-top strong {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.sx-proof__review-top span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #f4d58b;
}

.sx-proof__review p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.4px;
  line-height: 1.82;
  color: rgba(255,255,255,0.7);
}

/* PHONE SCREENSHOT */

.sx-proof__screenshot {
  position: relative;
  z-index: 2;
  grid-row: span 3;
  min-height: 600px;
  padding: 18px;
  border-radius: 38px;
  border: 1px solid rgba(214, 177, 92, 0.28);
  background:
    linear-gradient(145deg, rgba(245,231,200,0.11), rgba(255,255,255,0.025)),
    radial-gradient(circle at 50% 18%, rgba(214,177,92,0.18), transparent 42%);
  box-shadow:
    0 44px 96px rgba(0,0,0,0.54),
    inset 0 1px 0 rgba(255,255,255,0.1);
  overflow: hidden;
}

.sx-proof__phone-head {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sx-proof__phone-head span {
  width: 82px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}

.sx-proof__phone-head small {
  position: absolute;
  right: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(244,213,139,0.82);
}

.sx-proof__screenshot img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 26px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(214,177,92,0.16);
}

.sx-proof__phone-caption {
  padding: 18px 8px 4px;
}

.sx-proof__phone-caption strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #f4d58b;
}

.sx-proof__phone-caption span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-proof__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 54px;
  }

  .sx-proof__head {
    max-width: 100%;
    text-align: center;
  }

  .sx-proof__head > p {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-proof__rating {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .sx-proof__wall {
    max-width: 920px;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-proof {
    min-height: auto;
  }

  .sx-proof__track {
    gap: 24px;
  }

  .sx-proof__track span::after {
    margin-left: 24px;
  }

  .sx-proof__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-proof h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-proof__head > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-proof__rating {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .sx-proof__wall {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sx-proof__review,
  .sx-proof__review--big {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .sx-proof__review-top {
    display: block;
  }

  .sx-proof__review-top span {
    display: block;
    margin-top: 4px;
  }

  .sx-proof__screenshot {
    grid-row: span 1;
    min-height: auto;
    border-radius: 30px;
  }

  .sx-proof__screenshot img {
    height: 360px;
    border-radius: 22px;
  }

  .sx-proof__phone-head small {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3f31b9 *//* =============================== */
/* SOLID X - SEC 12 OFFER / ORDER */
/* =============================== */

.sx-offer {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(214, 177, 92, 0.22), transparent 34%),
    radial-gradient(circle at 8% 82%, rgba(156, 116, 48, 0.18), transparent 36%),
    radial-gradient(circle at 92% 82%, rgba(214, 177, 92, 0.15), transparent 36%),
    linear-gradient(135deg, #050505 0%, #12100b 48%, #050505 100%);
  color: #ffffff;
}

.sx-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.48), rgba(0,0,0,0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-offer::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(214, 177, 92, 0.1);
  filter: blur(95px);
  border-radius: 999px;
  pointer-events: none;
}

.sx-offer__bg-word {
  position: absolute;
  right: -26px;
  bottom: 22px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(64px, 13vw, 220px);
  font-weight: 950;
  letter-spacing: -9px;
  line-height: 0.8;
  color: rgba(255,255,255,0.035);
  pointer-events: none;
}

.sx-offer__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 95px clamp(22px, 5vw, 82px);
}

.sx-offer__head {
  max-width: 980px;
  margin: 0 auto 58px;
  text-align: center;
}

.sx-offer__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-offer__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214, 177, 92, 0.95);
}

.sx-offer h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.4px;
  color: #ffffff;
}

.sx-offer h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-offer__head p {
  max-width: 760px;
  margin: 26px auto 0;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

/* LAYOUT */

.sx-offer__layout {
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(560px, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

/* FEATURED */

.sx-offer__featured {
  position: relative;
  min-height: 680px;
  border-radius: 46px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(214, 177, 92, 0.34);
  background:
    radial-gradient(circle at 50% 22%, rgba(214,177,92,0.24), transparent 40%),
    linear-gradient(145deg, rgba(214,177,92,0.15), rgba(255,255,255,0.03));
  box-shadow:
    0 46px 100px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.12);
  overflow: hidden;
}

.sx-offer__featured::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(214,177,92,0.16);
  pointer-events: none;
}

.sx-offer__featured-top,
.sx-offer__featured-bottom {
  position: relative;
  z-index: 4;
}

.sx-offer__featured-top small {
  display: block;
  margin-bottom: 12px;
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.sx-offer__featured-top h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 3.7vw, 58px);
  line-height: 1.02;
  letter-spacing: -1.6px;
  color: #ffffff;
}

.sx-offer__featured-top p {
  max-width: 520px;
  margin: 18px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.72);
}

.sx-offer__product {
  position: relative;
  z-index: 3;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-offer__product::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  background: rgba(214,177,92,0.16);
  filter: blur(42px);
}

.sx-offer__product img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 430px;
  max-height: 430px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,0.62));
}

.sx-offer__featured-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(214,177,92,0.22);
  background: rgba(0,0,0,0.38);
  backdrop-filter: blur(16px);
}

.sx-offer__price span {
  display: block;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  color: rgba(255,255,255,0.62);
}

.sx-offer__price strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.15;
  color: #f4d58b;
}

.sx-offer__main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  color: #090909;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 38%, #8d6526 100%);
  box-shadow:
    0 18px 38px rgba(214, 177, 92, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.sx-offer__main-btn:hover {
  transform: translateY(-3px);
}

/* PACKAGES */

.sx-offer__packages {
  display: grid;
  gap: 18px;
}

.sx-offer__package {
  position: relative;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(214,177,92,0.18);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.024));
  box-shadow: 0 28px 62px rgba(0,0,0,0.34);
  overflow: hidden;
  transition: 0.28s ease;
}

.sx-offer__package::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -86px;
  top: -86px;
  border-radius: 999px;
  background: rgba(214,177,92,0.09);
  filter: blur(28px);
  pointer-events: none;
}

.sx-offer__package:hover {
  transform: translateY(-6px);
  border-color: rgba(214,177,92,0.4);
  box-shadow: 0 38px 78px rgba(0,0,0,0.44);
}

.sx-offer__package--active {
  border-color: rgba(214,177,92,0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 36%),
    linear-gradient(145deg, rgba(214,177,92,0.13), rgba(255,255,255,0.03));
}

.sx-offer__ribbon {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 4;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff1a8, #d6b15c, #8d6526);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sx-offer__package-head {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding-right: 78px;
}

.sx-offer__package-head span {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 42%, #8d6526 100%);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(214,177,92,0.22);
}

.sx-offer__package h3 {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.7px;
  color: #ffffff;
}

.sx-offer__package p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255,255,255,0.66);
}

.sx-offer__package ul {
  position: relative;
  z-index: 3;
  list-style: none;
  padding: 0;
  margin: 22px 0;
  display: grid;
  gap: 10px;
}

.sx-offer__package li {
  position: relative;
  padding-left: 28px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.76);
}

.sx-offer__package li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f4d58b;
  font-weight: 900;
}

.sx-offer__package a {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  color: #f4d58b;
  border: 1px solid rgba(214,177,92,0.38);
  background: rgba(0,0,0,0.28);
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sx-offer__package a:hover {
  transform: translateY(-3px);
  background: rgba(214,177,92,0.1);
}

/* TRUST STRIP */

.sx-offer__trust {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sx-offer__trust div {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(214,177,92,0.18);
  background: rgba(0,0,0,0.34);
  box-shadow: 0 22px 50px rgba(0,0,0,0.26);
}

.sx-offer__trust strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f4d58b;
}

.sx-offer__trust span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.62);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-offer__layout {
    grid-template-columns: 1fr;
  }

  .sx-offer__featured {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }

  .sx-offer__packages {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }

  .sx-offer__trust {
    grid-template-columns: repeat(2, 1fr);
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-offer {
    min-height: auto;
  }

  .sx-offer__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-offer__head {
    margin-bottom: 42px;
  }

  .sx-offer h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-offer__head p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-offer__featured {
    min-height: auto;
    padding: 24px;
    border-radius: 30px;
  }

  .sx-offer__featured::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sx-offer__product {
    min-height: 290px;
  }

  .sx-offer__product img {
    max-height: 310px;
  }

  .sx-offer__featured-bottom {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .sx-offer__main-btn {
    width: 100%;
  }

  .sx-offer__package {
    padding: 24px;
    border-radius: 26px;
  }

  .sx-offer__package:hover {
    transform: none;
  }

  .sx-offer__package-head {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .sx-offer__ribbon {
    position: relative;
    top: auto;
    right: auto;
    width: fit-content;
    margin-bottom: 18px;
  }

  .sx-offer__package a {
    width: 100%;
  }

  .sx-offer__trust {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f687a9 *//* =============================== */
/* SOLID X - SEC 13 AGENT / RESELLER */
/* =============================== */

.sx-agent {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(214, 177, 92, 0.2), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(156, 116, 48, 0.18), transparent 36%),
    linear-gradient(135deg, #050505 0%, #14100a 48%, #060606 100%);
  color: #ffffff;
}

.sx-agent::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92), rgba(0,0,0,0.48), rgba(0,0,0,0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-agent::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(214,177,92,0.12);
  filter: blur(95px);
  pointer-events: none;
}

.sx-agent__line {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(214,177,92,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214,177,92,0.045) 1px, transparent 1px);
  background-size: 62px 62px;
  opacity: 0.2;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  pointer-events: none;
}

.sx-agent__bg-word {
  position: absolute;
  left: -18px;
  bottom: 20px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(72px, 14vw, 230px);
  font-weight: 950;
  letter-spacing: -9px;
  line-height: 0.8;
  color: rgba(255,255,255,0.035);
  pointer-events: none;
}

.sx-agent__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

/* LEFT */

.sx-agent__content {
  width: 100%;
  max-width: 780px;
}

.sx-agent__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-agent__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214,177,92,0.95);
}

.sx-agent h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-agent h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-agent__content > p {
  margin: 28px 0 0;
  max-width: 690px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.sx-agent__pitch {
  position: relative;
  margin-top: 36px;
  padding: 30px 32px;
  border-radius: 30px;
  border: 1px solid rgba(214,177,92,0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-agent__pitch h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.25;
  color: #f4d58b;
  letter-spacing: -0.7px;
}

.sx-agent__pitch p {
  margin: 0;
  max-width: 650px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.74);
}

.sx-agent__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
}

.sx-agent__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  color: #090909;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 38%, #8d6526 100%);
  box-shadow:
    0 18px 38px rgba(214,177,92,0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sx-agent__btn:hover {
  transform: translateY(-3px);
}

.sx-agent__wa {
  padding: 13px 18px;
  border-radius: 18px;
  border: 1px solid rgba(214,177,92,0.2);
  background: rgba(0,0,0,0.32);
}

.sx-agent__wa small {
  display: block;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,0.55);
}

.sx-agent__wa strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #f4d58b;
}

/* RIGHT BOARD */

.sx-agent__board {
  position: relative;
  padding: 34px;
  border-radius: 44px;
  border: 1px solid rgba(214,177,92,0.3);
  background:
    linear-gradient(145deg, rgba(245,231,200,0.1), rgba(255,255,255,0.026)),
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 40%);
  box-shadow:
    0 44px 96px rgba(0,0,0,0.52),
    inset 0 1px 0 rgba(255,255,255,0.1);
  overflow: hidden;
}

.sx-agent__board::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 32px;
  border: 1px solid rgba(214,177,92,0.14);
  pointer-events: none;
}

.sx-agent__board-head {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(214,177,92,0.18);
}

.sx-agent__board-head small {
  display: block;
  margin-bottom: 10px;
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.sx-agent__board-head h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  color: #ffffff;
}

/* STATS */

.sx-agent__stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.sx-agent__stat {
  min-height: 180px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(214,177,92,0.2);
  background: rgba(0,0,0,0.32);
}

.sx-agent__stat--main {
  border-color: rgba(214,177,92,0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 36%),
    rgba(214,177,92,0.08);
}

.sx-agent__stat span {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(244,213,139,0.82);
}

.sx-agent__stat strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  color: #f4d58b;
  letter-spacing: -1.8px;
}

.sx-agent__stat p {
  margin: 14px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.66);
}

/* BENEFITS */

.sx-agent__benefits {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sx-agent__benefit {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(214,177,92,0.16);
  background: rgba(0,0,0,0.3);
  transition: 0.25s ease;
}

.sx-agent__benefit:hover {
  transform: translateX(6px);
  border-color: rgba(214,177,92,0.38);
}

.sx-agent__tick {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 42%, #8d6526 100%);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(214,177,92,0.18);
}

.sx-agent__benefit h4 {
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}

.sx-agent__benefit p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.64);
}

/* STEPS */

.sx-agent__steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.sx-agent__steps div {
  padding: 18px 14px;
  border-radius: 20px;
  border: 1px solid rgba(214,177,92,0.18);
  background: rgba(214,177,92,0.07);
  text-align: center;
}

.sx-agent__steps span {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 950;
  color: #f4d58b;
}

.sx-agent__steps p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  line-height: 1.55;
  color: rgba(255,255,255,0.66);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-agent__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 54px;
  }

  .sx-agent__content {
    max-width: 100%;
    text-align: center;
  }

  .sx-agent__content > p,
  .sx-agent__pitch p {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-agent__cta-row {
    justify-content: center;
  }

  .sx-agent__board {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-agent {
    min-height: auto;
  }

  .sx-agent__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-agent h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-agent__content > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-agent__pitch {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sx-agent__cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sx-agent__btn {
    width: 100%;
  }

  .sx-agent__wa {
    text-align: center;
  }

  .sx-agent__board {
    padding: 22px;
    border-radius: 30px;
  }

  .sx-agent__board::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sx-agent__stats {
    grid-template-columns: 1fr;
  }

  .sx-agent__stat {
    min-height: auto;
  }

  .sx-agent__benefit {
    grid-template-columns: 1fr;
  }

  .sx-agent__benefit:hover {
    transform: none;
  }

  .sx-agent__steps {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23ac68d *//* =============================== */
/* SOLID X - SEC 14 FAQ */
/* =============================== */

.sx-faq {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(214, 177, 92, 0.18), transparent 34%),
    radial-gradient(circle at 88% 76%, rgba(156, 116, 48, 0.16), transparent 36%),
    linear-gradient(135deg, #050505 0%, #11100c 48%, #060606 100%);
  color: #ffffff;
}

.sx-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92), rgba(0,0,0,0.48), rgba(0,0,0,0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-faq::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -280px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(214,177,92,0.12);
  filter: blur(95px);
  pointer-events: none;
}

.sx-faq__bg-word {
  position: absolute;
  left: -14px;
  bottom: 18px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(90px, 18vw, 290px);
  font-weight: 950;
  letter-spacing: -10px;
  line-height: 0.75;
  color: rgba(255,255,255,0.035);
  pointer-events: none;
}

.sx-faq__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 105px clamp(22px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

/* LEFT */

.sx-faq__intro {
  width: 100%;
  max-width: 740px;
}

.sx-faq__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214, 177, 92, 0.42);
  border-radius: 999px;
  background: rgba(214, 177, 92, 0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-faq__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214,177,92,0.95);
}

.sx-faq h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.sx-faq h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-faq__intro > p {
  margin: 28px 0 0;
  max-width: 650px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.sx-faq__help {
  margin-top: 38px;
  padding: 32px;
  border-radius: 32px;
  border: 1px solid rgba(214,177,92,0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.18), transparent 34%),
    linear-gradient(145deg, rgba(214,177,92,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}

.sx-faq__help small {
  display: block;
  margin-bottom: 10px;
  color: rgba(244,213,139,0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sx-faq__help h3 {
  margin: 0 0 22px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.7px;
}

.sx-faq__help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 999px;
  text-decoration: none;
  color: #090909;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 38%, #8d6526 100%);
  box-shadow:
    0 18px 38px rgba(214,177,92,0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sx-faq__help a:hover {
  transform: translateY(-3px);
}

/* FAQ LIST */

.sx-faq__list {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 42px;
  border: 1px solid rgba(214,177,92,0.26);
  background:
    linear-gradient(145deg, rgba(245,231,200,0.09), rgba(255,255,255,0.024)),
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.15), transparent 38%);
  box-shadow:
    0 44px 96px rgba(0,0,0,0.52),
    inset 0 1px 0 rgba(255,255,255,0.1);
  overflow: hidden;
}

.sx-faq__list::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 32px;
  border: 1px solid rgba(214,177,92,0.12);
  pointer-events: none;
}

.sx-faq__item {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  border: 1px solid rgba(214,177,92,0.16);
  background: rgba(0,0,0,0.32);
  overflow: hidden;
  transition: 0.25s ease;
}

.sx-faq__item[open] {
  border-color: rgba(214,177,92,0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.14), transparent 34%),
    rgba(0,0,0,0.38);
}

.sx-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 62px 22px 22px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 850;
  line-height: 1.35;
  color: #ffffff;
}

.sx-faq__item summary::-webkit-details-marker {
  display: none;
}

.sx-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #080808;
  background: linear-gradient(135deg, #fff1a8, #d6b15c, #8d6526);
  font-family: "Montserrat", sans-serif;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(214,177,92,0.18);
}

.sx-faq__item[open] summary::after {
  content: "−";
}

.sx-faq__item summary span {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(214,177,92,0.1);
  border: 1px solid rgba(214,177,92,0.24);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 950;
}

.sx-faq__item p {
  margin: 0;
  padding: 0 62px 24px 82px;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(255,255,255,0.68);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-faq__wrap {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 54px;
  }

  .sx-faq__intro {
    max-width: 100%;
    text-align: center;
  }

  .sx-faq__intro > p {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-faq__help {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .sx-faq__list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-faq {
    min-height: auto;
  }

  .sx-faq__wrap {
    min-height: auto;
    padding: 72px 16px;
  }

  .sx-faq h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-faq__intro > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-faq__help {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .sx-faq__help a {
    width: 100%;
  }

  .sx-faq__list {
    padding: 18px;
    border-radius: 30px;
  }

  .sx-faq__list::before {
    inset: 10px;
    border-radius: 23px;
  }

  .sx-faq__item {
    border-radius: 22px;
  }

  .sx-faq__item summary {
    padding: 20px 56px 20px 18px;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
  }

  .sx-faq__item summary span {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .sx-faq__item summary::after {
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .sx-faq__item p {
    padding: 0 18px 22px 68px;
    font-size: 14px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1809c4a *//* =============================== */
/* SOLID X - SEC 15 FINAL CTA */
/* =============================== */

.sx-final {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(214, 177, 92, 0.26), transparent 35%),
    radial-gradient(circle at 12% 86%, rgba(156, 116, 48, 0.2), transparent 38%),
    linear-gradient(135deg, #030303 0%, #11100b 48%, #050505 100%);
  color: #ffffff;
}

.sx-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.94), rgba(0,0,0,0.5), rgba(0,0,0,0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 11px
    );
  pointer-events: none;
}

.sx-final::after {
  content: "SOLID X";
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(74px, 16vw, 260px);
  font-weight: 950;
  letter-spacing: -10px;
  line-height: 0.8;
  color: rgba(255,255,255,0.035);
  white-space: nowrap;
  pointer-events: none;
}

.sx-final__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: 1;
}

.sx-final__glow--one {
  width: 620px;
  height: 620px;
  right: -220px;
  top: -180px;
  background: rgba(214,177,92,0.16);
}

.sx-final__glow--two {
  width: 520px;
  height: 520px;
  left: -180px;
  bottom: -160px;
  background: rgba(156,116,48,0.14);
}

.sx-final__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 95px clamp(22px, 5vw, 82px) 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sx-final__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.95fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
  padding: clamp(28px, 4vw, 56px);
  border-radius: 54px;
  border: 1px solid rgba(214,177,92,0.28);
  background:
    radial-gradient(circle at 78% 20%, rgba(214,177,92,0.16), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.022));
  box-shadow:
    0 50px 110px rgba(0,0,0,0.52),
    inset 0 1px 0 rgba(255,255,255,0.1);
  overflow: hidden;
}

.sx-final__inner::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 40px;
  border: 1px solid rgba(214,177,92,0.12);
  pointer-events: none;
}

/* LEFT CONTENT */

.sx-final__content {
  position: relative;
  z-index: 3;
  max-width: 790px;
}

.sx-final__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(214,177,92,0.42);
  border-radius: 999px;
  background: rgba(214,177,92,0.08);
  color: #f4d58b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sx-final__label span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #b88632);
  box-shadow: 0 0 18px rgba(214,177,92,0.95);
}

.sx-final h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 5.8vw, 92px);
  line-height: 0.94;
  letter-spacing: -2.8px;
  color: #ffffff;
}

.sx-final h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 42%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-final__content > p {
  margin: 28px 0 0;
  max-width: 700px;
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.74);
}

.sx-final__points {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  max-width: 720px;
}

.sx-final__points div {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(214,177,92,0.16);
  background: rgba(0,0,0,0.28);
}

.sx-final__points span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8, #d6b15c, #8d6526);
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 950;
}

.sx-final__points p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14.2px;
  line-height: 1.65;
  color: rgba(255,255,255,0.74);
}

.sx-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.sx-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  transition: 0.25s ease;
}

.sx-final__btn--gold {
  color: #090909;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 38%, #8d6526 100%);
  box-shadow:
    0 18px 38px rgba(214,177,92,0.24),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.sx-final__btn--outline {
  color: #f4d58b;
  border: 1px solid rgba(214,177,92,0.42);
  background: rgba(255,255,255,0.04);
}

.sx-final__btn:hover {
  transform: translateY(-3px);
}

/* RIGHT VISUAL */

.sx-final__visual {
  position: relative;
  z-index: 3;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-final__product-card {
  position: relative;
  width: min(500px, 100%);
  min-height: 600px;
  padding: 30px;
  border-radius: 46px;
  border: 1px solid rgba(214,177,92,0.32);
  background:
    radial-gradient(circle at 50% 20%, rgba(214,177,92,0.22), transparent 42%),
    linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.024));
  box-shadow:
    0 46px 100px rgba(0,0,0,0.56),
    inset 0 1px 0 rgba(255,255,255,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sx-final__product-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(214,177,92,0.14);
  pointer-events: none;
}

.sx-final__top {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.sx-final__top small {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #f4d58b;
}

.sx-final__top span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}

.sx-final__product-img {
  position: relative;
  z-index: 3;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-final__product-img::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  background: rgba(214,177,92,0.16);
  filter: blur(42px);
}

.sx-final__product-img img {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 430px;
  max-height: 440px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,0.62));
}

.sx-final__bottom {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.sx-final__bottom div {
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(214,177,92,0.18);
  background: rgba(0,0,0,0.34);
}

.sx-final__bottom strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #f4d58b;
}

.sx-final__bottom span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}

.sx-final__floating {
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: 5;
  width: 240px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(214,177,92,0.32);
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.42);
}

.sx-final__floating strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f4d58b;
}

.sx-final__floating span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.68);
}

/* DISCLAIMER */

.sx-final__disclaimer {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(214,177,92,0.18);
  background: rgba(0,0,0,0.42);
  display: flex;
  gap: 12px;
  box-shadow: 0 24px 54px rgba(0,0,0,0.3);
}

.sx-final__disclaimer strong {
  flex: 0 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #f4d58b;
}

.sx-final__disclaimer span {
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  line-height: 1.75;
  color: rgba(255,255,255,0.62);
}

/* TABLET */

@media (max-width: 1100px) {
  .sx-final__inner {
    grid-template-columns: 1fr;
    padding: 42px 28px;
  }

  .sx-final__content {
    max-width: 100%;
    text-align: center;
  }

  .sx-final__content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .sx-final__points {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .sx-final__actions {
    justify-content: center;
  }

  .sx-final__visual {
    min-height: auto;
  }

  .sx-final__floating {
    right: 24px;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .sx-final {
    min-height: auto;
  }

  .sx-final__wrap {
    min-height: auto;
    padding: 72px 16px 42px;
  }

  .sx-final__inner {
    padding: 28px 18px;
    border-radius: 30px;
  }

  .sx-final__inner::before {
    inset: 10px;
    border-radius: 22px;
  }

  .sx-final h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -1.4px;
  }

  .sx-final__content > p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .sx-final__points div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sx-final__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sx-final__btn {
    width: 100%;
  }

  .sx-final__product-card {
    min-height: auto;
    padding: 22px;
    border-radius: 30px;
  }

  .sx-final__product-card::before {
    inset: 10px;
    border-radius: 22px;
  }

  .sx-final__top {
    display: grid;
    gap: 5px;
    text-align: center;
  }

  .sx-final__product-img {
    min-height: 310px;
  }

  .sx-final__product-img img {
    max-height: 320px;
  }

  .sx-final__bottom {
    grid-template-columns: 1fr;
  }

  .sx-final__floating {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .sx-final__disclaimer {
    display: block;
    padding: 20px;
    border-radius: 20px;
  }

  .sx-final__disclaimer strong {
    display: block;
    margin-bottom: 8px;
  }
}/* End custom CSS */