/*
Theme Name: SmartGifty
Theme URI: https://smartgifty.com
Description: Elementor-first child theme for the Git-managed SmartGifty site.
Author: SmartGifty
Template: hello-elementor
Version: 0.1.0
Text Domain: smartgifty
*/

@font-face {
  font-display: swap;
  font-family: "Gilroy Extra Bold";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/uploads/2021/02/gilroy-extrabold.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Gilroy Light";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/uploads/2021/02/gilroy-light.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: Archivo;
  font-style: normal;
  font-weight: 100 900;
  src: url("assets/fonts/Archivo-Variable.woff2") format("woff2");
}

body { overflow-x: clip; }
:root {
  --sg-purple: #592ddf;
  --sg-purple-hero: #2c007c;
  --sg-purple-dark: #23035e;
  --sg-purple-darker: #4815a7;
  --sg-purple-darkest: #120033;
  --sg-orange: #f39704;
  --sg-white: #fff;
}

html { scroll-behavior: smooth; }

body,
body.elementor-page {
  margin: 0;
  background: var(--sg-white);
  color: #414141;
  font-family: Archivo, system-ui, sans-serif;
}

.elementor,
.e-con,
.e-con-full { width: 100% !important; max-width: 100%; }

.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 12px; z-index: 10000; background: #fff; padding: 8px 12px; }

/* —— Header (Elementor Theme Builder) —— */
.elementor-location-header {
  background: #fff;
  box-shadow: none;
  min-height: 0 !important;
  height: auto !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999;
}
.elementor-location-header .elementor-sticky__spacer {
  display: none !important;
  height: 0 !important;
}
.sg-elementor-header {
  background: #fff !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sg-elementor-header.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 32px !important;
  min-height: 69px;
  height: 69px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px !important;
}
.elementor-location-header .elementor-widget-image {
  width: auto !important;
  flex: 0 0 auto;
  display: flex !important;
  align-items: center !important;
  min-height: 69px;
  margin: 0 !important;
}
.elementor-location-header .elementor-widget-image img,
.elementor-location-header .elementor-widget-image a {
  width: 163px !important;
  max-width: 163px !important;
  height: auto !important;
  max-height: 22px !important;
  object-fit: contain;
  display: block;
}
.elementor-location-header .sg-header-nav {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
}
.elementor-location-header .sg-header-nav.elementor-nav-menu--stretch {
  width: auto !important;
}
.elementor-location-header .elementor-nav-menu--main {
  display: block !important;
  width: auto !important;
}
.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li {
  display: flex;
  align-items: center;
  min-height: 69px;
}
.elementor-location-header .elementor-nav-menu--main .sub-arrow {
  width: 21px;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.elementor-location-header .elementor-nav-menu--main .sub-arrow svg {
  width: 12px !important;
  height: 12px !important;
}
.elementor-location-header .elementor-nav-menu .elementor-item {
  color: rgb(243, 151, 4) !important;
  background: transparent !important;
  font-family: Archivo, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  min-height: 69px;
  padding: 0 18px !important;
}
.elementor-location-header .elementor-nav-menu .elementor-item:hover {
  color: var(--sg-purple-dark) !important;
}
.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
  min-height: auto;
  padding: 16.2px 18px !important;
  color: rgb(243, 151, 4) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 18px;
  white-space: normal;
  background: transparent !important;
}
  color: var(--sg-orange) !important;
}
.elementor-location-header .wpml-ls-flag {
  width: 18px;
  height: auto;
  margin-right: 6px;
  vertical-align: -1px;
  display: inline-block;
}
.elementor-location-header .elementor-nav-menu--dropdown {
  background: #fff;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px -2px;
}
@media (min-width: 1025px) {
  .elementor-location-header .elementor-menu-toggle { display: none !important; }
  .elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container { display: none !important; }
  .elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li {
    position: relative;
  }
  .elementor-location-header .elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    width: 240px;
    padding: 0;
    margin: 0;
    z-index: 100;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px -2px;
  }
  .elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li:hover > .sub-menu.elementor-nav-menu--dropdown,
  .elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li:focus-within > .sub-menu.elementor-nav-menu--dropdown {
    display: block;
  }
  .elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
    display: block;
    padding: 16.2px 18px !important;
    font-size: 18px !important;
    color: rgb(243, 151, 4) !important;
    font-weight: 400 !important;
    line-height: 18px;
    white-space: normal;
    background: transparent !important;
  }
    color: var(--sg-purple-dark) !important;
    background: transparent !important;
  }
}

/* —— Buttons —— */
body .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 28px;
  border-radius: 12px;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: transform 160ms ease, background-color 160ms ease;
}
body .elementor-button:hover { transform: translateY(-2px); }
body .sg-button-orange .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: #f39704 !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(18, 0, 51, .24);
}
body .sg-button-orange .elementor-button-content-wrapper,
body .sg-button-orange .elementor-button-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
}
body .sg-button-orange .elementor-button:hover {
  background: #d98100 !important;
  color: #fff !important;
}
body .sg-button-purple .elementor-button { background: #5f2eea !important; color: #fff !important; }
body .sg-button-outline .elementor-button {
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.72) !important;
}

/* —— Hero (live Smart Slider match) —— */
.sg-home-hero {
  display: flex !important;
  position: relative !important;
  z-index: 2;
  min-height: 700px !important;
  overflow: visible !important;
  padding: 0 !important;
  color: #fff;
  background-color: #2d017d !important;
  background-image: url("/wp-content/uploads/2026/01/Favorit-2.png") !important;
  background-position: 25% 7% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.sg-home-hero.e-con > .e-con-inner {
  position: relative;
  min-height: 700px;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sg-home-hero .sg-home-hero__inner,
.sg-home-hero .sg-home-hero__content.e-con > .e-con-inner {
  display: block !important;
  min-height: 0 !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sg-home-hero .sg-home-hero__inner.e-con > .e-con-inner {
  display: block !important;
  min-height: 0 !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 70px 0 0 140px !important;
}
.sg-home-hero__content,
.sg-home-hero .sg-home-hero__content {
  width: 765px !important;
  max-width: 765px !important;
  position: relative;
  z-index: 4;
  padding: 0 !important;
}
.sg-home-hero .sg-home-hero__eyebrow,
.sg-home-hero .sg-home-hero__eyebrow p {
  margin: 0 0 29px !important;
  max-width: 765px;
  color: #fff !important;
  font-family: "DM Sans", Archivo, sans-serif !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 82.5px !important;
  letter-spacing: 0;
  white-space: nowrap;
}
.sg-home-hero h1,
.sg-home-hero .elementor-heading-title {
  max-width: 765px;
  margin: 0 !important;
  color: #fff !important;
  font-family: "DM Sans", Archivo, sans-serif !important;
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 55px !important;
  letter-spacing: 0;
}
.sg-home-hero .sg-home-hero__lead,
.sg-home-hero .sg-home-hero__lead p {
  margin: 40px 0 0 !important;
  max-width: 600px;
  color: #fff !important;
  font-family: "Gilroy Light", sans-serif !important;
  font-size: 30px !important;
  font-weight: 200 !important;
  line-height: 45px !important;
}
.sg-home-hero__actions.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 30px !important;
  margin-top: 70px;
  margin-left: -10px !important;
  padding: 0 !important;
  align-items: stretch;
}
.sg-home-hero .elementor-widget-container {
  padding: 0 !important;
}
.sg-home-hero .elementor-widget {
  margin: 0 !important;
}
.sg-home-hero .sg-hero-chip {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0 !important;
}
.sg-home-hero .sg-hero-chip .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: #f39704 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 18px 36px !important;
  min-height: 63px !important;
  min-width: 228px;
  font-family: Archivo, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  box-shadow: 5px 5px 5px 5px #23035e !important;
  white-space: nowrap;
}
.sg-home-hero .sg-hero-chip .elementor-button-content-wrapper,
.sg-home-hero .sg-hero-chip .elementor-button-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
}
.sg-home-hero .sg-hero-chip .elementor-button:hover {
  background: #d98100 !important;
  color: #fff !important;
  transform: none;
}
.sg-home-hero > .e-con-inner > .elementor-widget-image,
.sg-home-hero .elementor-element-sgheropd,
.sg-home-hero .sg-home-hero__product {
  position: absolute !important;
  z-index: 3;
  top: 100%;
  left: 50%;
  width: 720px !important;
  max-width: 720px !important;
  margin-top: 80px !important;
  transform: translate(-50%, -50%);
  filter: none;
}
.sg-home-hero .elementor-widget-image img,
.sg-home-hero .sg-home-hero__product img {
  width: 100%;
  height: auto;
  display: block;
}

/* —— Value / purple band —— */
.sg-home-value {
  position: relative;
  z-index: 1;
  padding: 340px 0 110px !important;
  color: #fff !important;
  background: #23035e !important;
  overflow: visible !important;
}
.sg-home-value.e-con {
  --padding-top: 340px;
  --padding-bottom: 110px;
  --padding-left: 0px;
  --padding-right: 0px;
  --gap: 0px !important;
  gap: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.sg-home-value .sg-audience-grid,
.sg-home-value .sg-benefits-layout {
  width: 100% !important;
  max-width: 1480px !important;
  align-self: center !important;
}
.sg-section-heading {
  width: min(1000px, 100%) !important;
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
  text-align: center;
}
.sg-section-heading.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px !important;
}
.sg-section-heading h2,
.sg-section-heading .elementor-widget-heading .elementor-heading-title {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: clamp(40px, 4.3vw, 62px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.025em;
  text-align: center !important;
}
.sg-section-heading .elementor-widget-text-editor,
.sg-section-heading .elementor-widget-text-editor p {
  text-align: center !important;
}
.sg-section-heading p {
  max-width: 940px;
  margin: 28px auto 34px !important;
  color: rgba(255,255,255,.9) !important;
  font-family: "Gilroy Light", sans-serif !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.5;
}
.sg-section-heading .elementor-widget-button {
  display: flex;
  justify-content: center;
}
.sg-section-heading .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 52px !important;
  padding: 13px 28px !important;
  border-radius: 12px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.sg-audience-grid.e-con {
  --padding-left: 20px !important;
  --padding-right: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.sg-audience-grid.e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 72px;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
.sg-audience-grid .elementor-widget-html {
  width: 100% !important;
  height: 100%;
}
.sg-audience-grid .elementor-widget-html .elementor-widget-container {
  height: 100%;
}
.sg-audience-card,
a.sg-audience-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 250px !important;
  height: 100%;
  padding: 30px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.09) !important;
  box-shadow: 0 14px 38px rgba(18, 0, 51, .18);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff !important;
}
.sg-audience-card-link {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  height: 100%;
  padding: 30px;
  text-decoration: none !important;
  color: inherit;
}
.sg-audience-card span,
.sg-audience-card-link span {
  margin-top: auto;
  color: #fff;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
a.sg-audience-card:hover,
.sg-audience-card:hover {
  transform: translateY(-5px) !important;
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(243,151,4,.8) !important;
}
.sg-audience-card h3,
.sg-audience-card .elementor-heading-title {
  color: var(--sg-orange) !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
}
.sg-audience-card p { color: rgba(255,255,255,.88) !important; font-family: Archivo, sans-serif; font-size: 17px; line-height: 1.55; margin: 0 0 22px !important; }
.sg-audience-card .sg-audience-card__cta,
.sg-audience-card .elementor-widget-text-editor:last-child p {
  margin: auto 0 0 !important;
  color: #fff !important;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.sg-audience-card.e-con > .e-con-inner,
.sg-benefit-card.e-con > .e-con-inner,
.sg-benefits-content.e-con > .e-con-inner,
.sg-home-value__links.e-con > .e-con-inner {
  gap: 0 !important;
  padding: 0 !important;
}
.sg-benefits-layout.e-con {
  --padding-left: 20px !important;
  --padding-right: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.sg-benefits-layout.e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr) !important;
  align-items: center !important;
  gap: 72px !important;
  margin-top: 110px;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
.sg-benefits-visual.e-con-boxed > .e-con-inner,
.sg-benefits-content.e-con-boxed > .e-con-inner,
.sg-benefits-grid.e-con-boxed > .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sg-benefits-visual.e-con,
.sg-benefits-content.e-con,
.sg-benefits-grid.e-con {
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  padding: 0 !important;
}
.sg-benefits-visual.e-con > .e-con-inner,
.sg-benefits-content.e-con > .e-con-inner {
  padding: 0 !important;
}
.sg-benefits-visual,
.sg-benefits-visual.e-con,
.sg-benefits-visual > .e-con-inner {
  position: relative !important;
  min-height: 620px !important;
  height: 620px !important;
  overflow: visible !important;
  align-self: center !important;
}
.sg-benefits-visual.e-con-boxed {
  --width: 100% !important;
  max-width: none !important;
  width: 100% !important;
}
.sg-benefits-visual.e-con > .e-con-inner {
  max-width: none !important;
  width: 100% !important;
}
.sg-benefits-visual .elementor-widget-html,
.sg-benefits-visual .elementor-widget-html .elementor-widget-container {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
.sg-benefits-visual img.sg-benefits-visual__laptop,
.sg-benefits-visual .sg-benefits-visual__laptop {
  position: absolute !important;
  top: 12%;
  left: -25%;
  width: 145% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
}
.sg-benefits-visual img.sg-benefits-visual__card,
.sg-benefits-visual .sg-benefits-visual__card {
  position: absolute !important;
  right: 3%;
  bottom: 4%;
  width: 42% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  z-index: 2 !important;
  filter: drop-shadow(0 18px 22px rgba(18, 0, 51, 0.3));
  transform: rotate(12deg);
  margin: 0 !important;
  pointer-events: none;
}
.sg-benefits-visual .sg-benefits-visual__laptop img,
.sg-benefits-visual .elementor-element-sgbenlap img {
  width: 100%;
  height: auto;
}
.sg-benefits-visual .sg-benefits-visual__card img,
.sg-benefits-visual .elementor-element-sgbencar img {
  width: 100%;
  height: auto;
}
.sg-benefits-content > .e-con-inner > .elementor-widget-heading,
.elementor-element-sgbenh2 {
  margin: 0 !important;
  padding-bottom: 30px !important;
}
.elementor-element-sgbenh2 .elementor-heading-title {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.05 !important;
  text-align: left !important;
}
.sg-benefits-grid.e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  align-items: stretch !important;
}
.sg-benefits-grid .elementor-widget-html {
  width: 100% !important;
  height: 100%;
  display: flex !important;
}
.sg-benefits-grid .elementor-widget-html .elementor-widget-container {
  width: 100%;
  height: 100%;
  display: flex !important;
}
.sg-benefit-card,
article.sg-benefit-card {
  min-width: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 24px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.08) !important;
}
.sg-benefit-card h3,
.sg-benefit-card .elementor-heading-title {
  margin: 0 0 12px !important;
  color: var(--sg-orange) !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
}
.sg-benefit-card p,
.sg-benefit-card li {
  color: rgba(255,255,255,.88) !important;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-style: normal !important;
  line-height: 1.5;
}
.sg-benefit-card p {
  margin: 0 0 17px !important;
}
.sg-benefit-card ul {
  margin: 0 0 17px 48px;
  padding-left: 34px;
  list-style-position: outside;
}
.sg-benefit-card ul:last-child {
  margin-bottom: 0;
}
.sg-benefit-card li::marker { color: rgba(255,255,255,.88); }
.elementor-element-sgbenlnk,
.sg-home-value__links.e-con {
  --padding-top: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.sg-home-value__links.e-con {
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  padding: 0 !important;
}
.sg-home-value__links.e-con > .e-con-inner {
  display: block !important;
  padding: 34px 0 0 !important;
  gap: 0 !important;
}
.sg-home-value__links .elementor-widget-html,
.sg-home-value__links .elementor-widget-html .elementor-widget-container {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.sg-home-value__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.sg-case-link,
.sg-case-link a {
  display: inline-block;
  margin-bottom: 28px;
  color: #ffbd50 !important;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sg-case-link:hover,
.sg-case-link a:hover { color: #fff !important; }
.sg-home-value__actions.e-con,
.sg-home-value__actions.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 0;
  padding: 0 !important;
  width: auto !important;
  min-height: 52px;
}
.sg-home-value__links .elementor-widget-text-editor,
.sg-home-value__links .elementor-widget-text-editor .elementor-widget-container,
.sg-home-value__links .elementor-widget-text-editor p,
.sg-home-value__actions .elementor-widget-button,
.sg-home-value__actions .elementor-widget-button .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.sg-home-value__actions .elementor-button {
  min-height: 52px !important;
  padding: 13px 28px !important;
  border-radius: 12px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.sg-home-section-transition,
.sg-home-section-transition.e-con {
  display: block !important;
  height: 100px !important;
  min-height: 100px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  line-height: 0;
  background: transparent !important;
}
.sg-home-section-transition .elementor-widget,
.sg-home-section-transition .elementor-widget-container,
.sg-home-section-transition .e-con-inner {
  padding: 0 !important;
  margin: 0 !important;
}
#home-section-transition,
#home-section-transition svg {
  display: block;
  width: 100%;
  height: 100px;
}
#home-section-transition #home-triangle-desktop { fill: #23035e; }
#home-section-transition #home-triangle-mobile { display: none; fill: #23035e; }
@media (max-width: 450px) {
  #home-section-transition #home-triangle-desktop { display: none; }
  #home-section-transition #home-triangle-mobile { display: block; }
}

/* —— Loyalty / How it works —— */
.sg-home-loyalty, .sg-home-how { padding: 60px 0 !important; background: #fff !important; }
.sg-home-how__inner.e-con,
.sg-home-how .ast-container.e-con {
  max-width: 1480px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  --padding-left: 20px !important;
  --padding-right: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.sg-home-how__inner.e-con > .e-con-inner,
.sg-home-how .ast-container.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  gap: 0 !important;
}
.sg-home-loyalty h2,
.sg-home-loyalty h2.elementor-heading-title,
.sg-home-how h2 {
  text-align: center !important;
  color: var(--sg-purple-darkest) !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 34px !important;
  line-height: 1.3 !important;
  margin: 0 0 20px !important;
  width: 100%;
}
.sg-home-loyalty h3,
.sg-home-loyalty h3.elementor-heading-title,
.sg-home-loyalty .elementor-element-sgloylh3,
.sg-home-loyalty .elementor-element-sgloylh3 .elementor-heading-title,
.sg-home-how h3 {
  text-align: center !important;
  max-width: 1033px;
  width: 100%;
  margin: 0 auto 8.5px !important;
  color: var(--sg-purple-darkest) !important;
  font-family: "Gilroy Light", sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}
.sg-home-loyalty .elementor-widget-heading,
.sg-home-loyalty .elementor-element-sgloylh2,
.sg-home-loyalty .elementor-element-sgloylh3 {
  width: 100%;
  text-align: center !important;
}
.sg-home-how .elementor-element-sghowh2,
.sg-home-how .elementor-element-sghowh3 {
  width: 100%;
  margin-bottom: 0 !important;
}
.sg-home-loyalty.e-con,
.sg-home-how.e-con,
.sg-home-how .e-con,
.sg-home-stats.e-con,
.sg-footer-grid.e-con,
.sg-guarantee.e-con,
.sg-home-cta.e-con {
  --gap: 0px;
  --flex-gap: 0px;
}
.sg-home-loyalty.e-con > .e-con-inner,
.sg-home-how .e-con > .e-con-inner {
  gap: 0 !important;
  align-items: center !important;
}
.hiw-row.e-con,
.sg-hiw-row.e-con {
  width: 100% !important;
  max-width: none !important;
  align-self: stretch !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  padding: 0 !important;
}
.hiw-row.e-con > .e-con-inner,
.sg-hiw-row.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin-top: 50px !important;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
.hiw-row .elementor-widget-html,
.hiw-row .elementor-widget-html .elementor-widget-container {
  display: contents !important;
}
.hiw-card {
  position: relative;
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: 230px !important;
  min-width: 0;
  margin-top: 26px !important;
  display: flex;
  flex-direction: column;
  background: #fff !important;
  border: 1px solid #ece6f5 !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(18, 0, 51, .06);
  overflow: visible;
}
.hiw-card:not(:last-child)::after {
  content: none !important;
  display: none !important;
}
.hiw-badge, .hiw-card .hiw-badge {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  margin: 0 !important;
  border-radius: 50%;
  background: var(--sg-orange);
  color: #fff !important;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(243, 151, 4, .4);
  z-index: 2;
}
.hiw-card-body {
  padding: 34px 18px 14px;
}
.hiw-title, .hiw-card h4.hiw-title {
  margin: 0 0 10px !important;
  color: var(--sg-purple-darkest) !important;
  font-family: Archivo, sans-serif !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 1.25;
  text-align: center;
  padding: 0;
}
.hiw-text, .hiw-card .hiw-text {
  margin: 0 !important;
  color: #6b6480 !important;
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
  text-align: center;
  padding: 0;
}
.hiw-img, .hiw-card img.hiw-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: auto;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.hiw-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px !important;
  width: 40px !important;
  min-width: 40px;
  align-self: center;
  margin-top: 26px;
}
.hiw-arrow svg {
  display: block;
  width: 40px;
  height: 16px;
}
.sg-home-how .elementor-widget-html:has(.hiw-features),
.sg-home-how .elementor-widget-html .elementor-widget-container:has(.hiw-features) {
  display: block;
  width: 100%;
}
.hiw-features {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  gap: 20px !important;
  width: 100%;
  max-width: none;
  margin: 50px auto 0 !important;
  padding-top: 30px !important;
  border-top: 1px solid #ece6f5;
  text-align: left;
}
.hiw-features-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  width: 100%;
}
.hiw-feature {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 1 0 !important;
  min-width: 180px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.hiw-feature-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; }
.hiw-feature-text { display: flex; flex-direction: column; line-height: 1.3; }
.hiw-feature-text strong { color: #120033; font-size: 17px; font-weight: 700; }
.hiw-feature-text span { color: #6b6480; font-size: 14px; }
.hiw-feature-logo { justify-content: flex-end !important; flex: 0 0 auto !important; min-width: 0; }
.hiw-feature-logo img { max-height: 38px; width: auto; }
.hiw-feature h4,
.hiw-feature .elementor-heading-title {
  color: var(--sg-purple-darkest) !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 17px !important;
  margin: 0 !important;
  text-align: left !important;
}
.sg-home-how__actions.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 36px;
}

/* —— Stats —— */
.sg-home-stats {
  padding: 120px 0 100px !important;
  text-align: center;
  background: #fff !important;
}
.sg-home-stats.e-con {
  --display: flex;
  display: flex !important;
  flex-direction: column;
  --padding-top: 120px !important;
  --padding-bottom: 100px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  padding: 120px 0 100px !important;
}
.sg-home-stats.e-con > .e-con-inner {
  display: block !important;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px !important;
  gap: 0 !important;
}
.sg-home-stats .elementor-widget-html,
.sg-home-stats .elementor-widget-html .elementor-widget-container {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.sg-home-stats .title-box {
  text-align: center;
  padding-bottom: 50px;
  max-width: 818px;
  margin: 0 auto;
}
.sg-home-stats h2.title,
.sg-home-stats .title {
  color: var(--sg-purple-darkest) !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 60px !important;
  line-height: 50px !important;
  padding-bottom: 20px;
  margin: 0 0 8.5px !important;
  text-align: center;
}
.sg-home-stats h2.title p,
.sg-home-stats .title p {
  margin: 0;
}
.sg-home-stats h3.subtitle,
.sg-home-stats .subtitle {
  color: var(--sg-purple-darkest) !important;
  font-family: "Gilroy Light", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  margin: 0 0 8.5px !important;
  text-align: center;
}
.sg-stats-squares {
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}
.sg-stats-squares::after {
  content: "";
  display: table;
  clear: both;
}
.sg-stats-squares .square {
  float: left;
  position: relative;
  width: 33.3%;
  padding-bottom: 33.3%;
  overflow: hidden;
}
.sg-stats-squares .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sg-stats-squares .table {
  box-sizing: border-box;
  padding: 2%;
  display: flex;
  width: 100%;
  height: 100%;
}
.sg-stats-squares .table-cell,
.sg-stats-squares .table-cell.numbers {
  display: contents;
}
.sg-stats-squares .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #592ddf;
}
.sg-stats-squares .circle.c-1 { background: #592ddf; }
.sg-stats-squares .circle.c-2 { background: #23035e; }
.sg-stats-squares .circle.c-3 { background: #f39704; }
.sg-stats-squares .number,
.sg-stats-squares .text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Gilroy Light", sans-serif;
  text-align: center;
  color: #fff;
}
.sg-stats-squares .number {
  transform: translate(-50%, -50%);
  font-size: 60px;
}
.sg-stats-squares .circle.c-1 .number,
.sg-stats-squares .circle.c-2 .number {
  font-size: 90px;
}
.sg-stats-squares .circle.c-2 .number,
.sg-stats-squares .circle.c-2 .text {
  color: #f39704;
}
.sg-stats-squares .circle.c-3 .number,
.sg-stats-squares .circle.c-3 .text {
  color: #23035e;
}
.sg-stats-squares .number .counter {
  position: static;
  display: inline;
  transform: none;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
.sg-home-stats h3.subtitle .counter {
  position: static;
  display: inline;
  transform: none;
  font-size: inherit;
  color: inherit;
}
.sg-stats-squares .text {
  transform: translate(-50%, 50%);
  bottom: 100px;
  font-size: 30px;
  line-height: 30px;
  white-space: normal;
}

.sg-home-logos {
  padding: 0 0 100px !important;
  background: #fff !important;
}
.sg-home-logos.e-con {
  --display: flex;
  display: flex !important;
  flex-direction: column;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 100px !important;
  padding: 0 0 100px !important;
}
.sg-home-logos.e-con > .e-con-inner {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.sg-home-logos .elementor-widget-html,
.sg-home-logos .elementor-widget-html .elementor-widget-container {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.sg-logo-carousel {
  overflow: hidden;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  height: 267px;
}
.sg-logo-carousel__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
  gap: 20px;
}
.sg-logo-carousel__slide {
  flex: 0 0 auto;
  height: 267px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-logo-carousel__slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: none;
}
@media (prefers-reduced-motion: reduce) {
  .sg-logo-carousel__track { transition: none !important; }
}

/* —— FAQ / CTA —— */
.sg-home-faq {
  padding: 80px 0 90px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  --background-color: #ffffff !important;
}
.sg-home-faq.e-con {
  --padding-top: 80px !important;
  --padding-bottom: 90px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --content-width: 100% !important;
  --background-color: #ffffff !important;
  padding: 80px max(20px, calc((100% - 1440px) / 2)) 90px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.sg-home-faq.e-con > .e-con-inner {
  display: block !important;
  --content-width: 100% !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.sg-faq-ast-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.sg-home-faq .elementor-widget-html,
.sg-home-faq .elementor-widget-html .elementor-widget-container {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.sg-faq-heading-row {
  display: block;
  width: 100%;
}
.sg-faq-title-col {
  width: 66.6667%;
  margin: 0 16.6667%;
}
.sg-home-faq .title-box {
  padding: 0 0 12px;
  text-align: start;
}
.sg-home-faq h2,
.sg-home-faq h2.title,
.sg-home-faq .title .elementor-heading-title {
  color: #414141 !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  text-align: start;
  margin: 0 0 8.5px !important;
}
.sg-home-faq .qae-faqs-container {
  width: 91.6667%;
  margin: 0 0 0 8.3333%;
}
#home-faq .sg-faq-ast-container .qae-faqs-container {
  width: 91.6667%;
  margin: 0 0 0 8.3333%;
}
.qe-faqs-filters-container {
  list-style: none;
  margin: 0 0 17px 51px;
  padding: 0;
}
.qe-faqs-filters-container li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.qe-faqs-filter {
  color: #f39704 !important;
  font-family: Archivo, sans-serif !important;
  font-style: normal !important;
  font-size: 17px;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: underline !important;
  font-weight: 400;
  border-bottom: 1px solid #f39704;
}
.qe-faqs-filters-container li.active .qe-faqs-filter {
  color: #f39704 !important;
  font-weight: 700;
  border-bottom: 2px solid #f39704;
}
.qe-faq-toggle {
  margin: 0 0 2px;
  transition: 0.5s;
}
.qe-faq-toggle + .qe-faq-toggle .qe-toggle-title {
  border-top: 0;
}
.qe-toggle-title {
  background: #fafafa;
  padding: 17px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.qe-toggle-title h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8.5px;
  color: #414141 !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500;
  line-height: 1.2 !important;
}
.sg-faq-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #414141;
}
.sg-faq-icon svg {
  display: block;
}
.qe-faq-toggle .sg-faq-icon--minus {
  display: none;
}
.qe-faq-toggle.is-open .sg-faq-icon--plus {
  display: none;
}
.qe-faq-toggle.is-open .sg-faq-icon--minus {
  display: inline-flex;
}
.qe-toggle-content {
  display: none;
  padding: 25.5px;
  font-family: Archivo, sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}
.qe-toggle-content p {
  margin: 0;
}
.sg-guarantee, .sg-home-cta,
.sg-guarantee-html, .sg-cta-html {
  text-align: center;
}
.sg-guarantee,
.sg-guarantee-html {
  margin-top: 0 !important;
}
.sg-home-cta,
.sg-cta-html {
  margin-top: 78px !important;
}
.sg-guarantee-html,
.sg-guarantee-html.e-con {
  background: #ffffff !important;
  background-color: #ffffff !important;
  --background-color: #ffffff !important;
}
#guarantee { scroll-margin-top: 92px; }
.sg-col-10 {
  width: 83.3333%;
  margin: 0 auto;
  text-align: center;
}
.sg-col-8 {
  width: 66.6667%;
  margin: 0 auto;
  text-align: center;
}
.sg-guarantee-html .title,
.sg-cta-html .title,
.sg-home-faq .sg-guarantee-html h2.title,
.sg-home-faq .sg-cta-html h2.title {
  color: #414141 !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 34px !important;
  line-height: 1.3 !important;
  text-align: center !important;
  margin: 0 0 20px !important;
}
.sg-guarantee-html .subtitle,
.sg-cta-html .subtitle,
.sg-home-faq .sg-guarantee-html .subtitle,
.sg-home-faq .sg-cta-html .subtitle {
  color: #414141 !important;
  font-family: "Gilroy Light", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  text-align: center !important;
  margin: 0 !important;
}
.sg-guarantee-html .disclaimer,
.sg-guarantee p {
  font-size: 0.85em;
  opacity: 0.7;
  margin-top: 16px;
  font-style: normal !important;
  text-align: center;
  color: #212529;
}
.sg-cta-html .button-row,
.sg-home-cta__actions.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 16px !important;
  padding: 30px 0 44px;
}
.sg-cta-html .btn-orange,
.sg-cta-html .btn-purple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  min-height: 56px;
  padding: 16px 0;
  border-radius: 12px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none !important;
  box-sizing: border-box;
}
.sg-cta-html .btn-orange { background: #f39704; }
.sg-cta-html .btn-purple { background: #592ddf; }
.sg-cta-html .btn-orange:hover { background: #d98100; color: #fff !important; }
.sg-cta-html .btn-purple:hover { background: #4a22c4; color: #fff !important; }
.sg-memberships { margin-top: 50px; }
.sg-memberships .sg-col-8 {
  text-align: start;
}
.sg-memberships .title {
  margin-bottom: 8.5px !important;
  text-align: start;
}
.sg-memberships-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  width: 100%;
  padding: 24px 0 8px;
}
.sg-memberships-row img {
  flex: 0 0 auto;
  width: 150px;
  max-width: 150px;
  max-height: 143px;
  height: auto;
  object-fit: contain;
  filter: none;
}
.sg-memberships-row.e-con {
  --display: flex;
  display: flex !important;
  width: 100%;
}
.sg-memberships-row.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-around !important;
  gap: 20px !important;
  width: 100%;
  padding: 24px 0 8px !important;
}
.sg-memberships-row .elementor-widget-image {
  flex: 0 0 auto;
  width: auto !important;
}
.sg-memberships-row .elementor-widget-image img {
  width: 150px;
  max-width: 150px;
  max-height: 143px;
  height: auto;
  object-fit: contain;
}

/* —— Elementor-native wrappers —— */
.sg-audience-card.e-con {
  --display: flex;
  display: flex !important;
  flex-direction: column !important;
}
.sg-audience-card.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  flex: 1;
  gap: 0 !important;
  padding: 0 !important;
}
.sg-audience-grid.e-con > .e-con-inner > .sg-audience-card {
  width: 100% !important;
  height: 100%;
}

.sg-benefits-visual .elementor-widget-image.sg-benefits-visual__laptop,
.sg-benefits-visual .sg-benefits-visual__laptop.elementor-widget-image {
  position: absolute !important;
  top: 12%;
  left: -25%;
  width: 145% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  z-index: 1;
}
.sg-benefits-visual .elementor-widget-image.sg-benefits-visual__card,
.sg-benefits-visual .sg-benefits-visual__card.elementor-widget-image {
  position: absolute !important;
  right: 3%;
  bottom: 4%;
  width: 42% !important;
  max-width: none !important;
  z-index: 2 !important;
  margin: 0 !important;
  transform: rotate(12deg);
  filter: drop-shadow(0 18px 22px rgba(18, 0, 51, 0.3));
  pointer-events: none;
}
.sg-benefit-card.e-con {
  --display: flex;
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}
.sg-benefit-card.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  gap: 0 !important;
}

.hiw-card.e-con {
  --display: flex;
  display: flex !important;
  flex-direction: column !important;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
  padding: 0 !important;
}
.hiw-card.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  padding: 34px 0 0 !important;
  gap: 0 !important;
}
.hiw-card .hiw-title,
.hiw-card .hiw-text,
.hiw-card .elementor-element[class*="sghiwt"],
.hiw-card .elementor-element[class*="sghiwx"] {
  padding-left: 18px !important;
  padding-right: 18px !important;
  margin: 0 !important;
}
.hiw-card .elementor-widget-heading .elementor-widget-container,
.hiw-card .elementor-widget-text-editor .elementor-widget-container,
.hiw-card .elementor-widget-image .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
.hiw-card .hiw-badge {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  margin: 0 !important;
  z-index: 2;
}
.hiw-card .hiw-badge .elementor-heading-title {
  width: 44px;
  height: 44px;
  margin: 0 !important;
  border-radius: 50%;
  background: var(--sg-orange);
  color: #fff !important;
  font-family: Archivo, sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(243, 151, 4, .4);
}
.hiw-card .hiw-title .elementor-heading-title,
.hiw-card h4.hiw-title {
  margin: 0 0 10px !important;
  font-family: Archivo, sans-serif !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  text-align: center !important;
  color: var(--sg-purple-darkest) !important;
}
.hiw-card .hiw-img,
.hiw-card .elementor-widget-image.hiw-img,
.hiw-card .hiw-img img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin-top: auto;
  padding: 0 !important;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.hiw-row .elementor-widget-html,
.hiw-row .hiw-arrow {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto !important;
  width: auto !important;
}
.hiw-features.e-con {
  --display: flex;
  --flex-direction: row;
  --flex-wrap: nowrap;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100%;
}
.hiw-features.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 100%;
  max-width: none;
  margin: 0 auto !important;
  padding: 0 !important;
}
.hiw-feature.e-con {
  --display: flex;
  --flex-direction: row;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
.hiw-feature-text.e-con {
  --display: flex;
  --flex-direction: column;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  gap: 0 !important;
}
.hiw-feature-logo.e-con {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 160px !important;
}
.hiw-feature.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
}
.hiw-feature h4,
.hiw-feature .elementor-heading-title {
  margin: 0 !important;
  color: #120033 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  text-align: left !important;
}
.hiw-feature p {
  margin: 0 !important;
  color: #6b6480 !important;
  font-size: 14px !important;
  line-height: 1.3;
}

.sg-home-stats > .e-con-inner > .elementor-widget-heading,
.sg-home-stats > .e-con-inner > .elementor-widget-text-editor.subtitle {
  max-width: 818px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
.sg-home-stats > .e-con-inner > .elementor-widget-text-editor.subtitle {
  padding-bottom: 50px;
}
.sg-home-faq > .e-con-inner > .elementor-widget-heading:first-child {
  width: 66.6667%;
  margin-left: 16.6667%;
  margin-right: 16.6667%;
}
.sg-home-stats h2,
.sg-home-stats .title .elementor-heading-title {
  color: var(--sg-purple-darkest) !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 60px !important;
  line-height: 50px !important;
  padding-bottom: 20px;
  margin: 0 0 8.5px !important;
  text-align: center !important;
}
.sg-home-stats .subtitle,
.sg-home-stats .subtitle p,
.sg-home-stats p.subtitle {
  color: var(--sg-purple-darkest) !important;
  font-family: "Gilroy Light", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  margin: 0 0 8.5px !important;
  text-align: center !important;
}
.sg-stats-squares.e-con,
.sg-stats-squares.e-con > .e-con-inner {
  --display: block;
  display: block !important;
  overflow: hidden;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.sg-stats-squares .square.e-con {
  --display: block;
  display: block !important;
  float: left;
  position: relative;
  width: 33.3%;
  padding: 0 !important;
  padding-bottom: 33.3% !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}
.sg-stats-squares .square.e-con > .e-con-inner {
  position: absolute;
  inset: 2%;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 50%;
}
.sg-stats-squares .square.c-1 > .e-con-inner { background: #592ddf; }
.sg-stats-squares .square.c-2 > .e-con-inner { background: #23035e; }
.sg-stats-squares .square.c-3 > .e-con-inner { background: #f39704; }
.sg-stats-squares .elementor-widget,
.sg-stats-squares .elementor-widget-container {
  display: contents !important;
}
.sg-stats-squares .number,
.sg-stats-squares .text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Gilroy Light", sans-serif;
  text-align: center;
  color: #fff;
}
.sg-stats-squares .number {
  transform: translate(-50%, -50%);
  font-size: 60px;
}
.sg-stats-squares .square.c-1 .number,
.sg-stats-squares .square.c-2 .number { font-size: 90px; }
.sg-stats-squares .square.c-2 .number,
.sg-stats-squares .square.c-2 .text { color: #f39704; }
.sg-stats-squares .square.c-3 .number,
.sg-stats-squares .square.c-3 .text { color: #23035e; }
.sg-stats-squares .text {
  transform: translate(-50%, 50%);
  bottom: 100px;
  font-size: 30px;
  line-height: 30px;
  white-space: normal;
}

.sg-logo-carousel.e-con {
  --display: block;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box;
  height: 267px;
}
.sg-logo-carousel.e-con > .e-con-inner,
.sg-logo-carousel__track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 0 !important;
  max-width: none !important;
  width: max-content !important;
}
.sg-logo-carousel .elementor-widget-image,
.sg-logo-carousel .sg-logo-carousel__slide {
  flex: 0 0 auto !important;
  height: 267px;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.sg-logo-carousel .elementor-widget-image img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: none;
}

.qe-faq-toggle.e-con {
  --display: block;
  display: block !important;
  width: 91.6667%;
  margin: 0 0 0 8.3333%;
  padding: 0 !important;
}
.qe-faq-toggle.e-con > .e-con-inner {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
}
.qe-faq-toggle .elementor-widget-heading {
  background: #fafafa;
  padding: 17px;
  cursor: pointer;
  border: 1px solid #ddd;
  margin: 0 !important;
}
.qe-faq-toggle + .qe-faq-toggle .elementor-widget-heading {
  border-top: 0;
}
.qe-faq-toggle .elementor-heading-title {
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 8.5px;
  color: #414141 !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500;
  line-height: 1.2 !important;
}
.qe-faq-toggle .elementor-heading-title::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23414141'/%3E%3Crect x='3.4' y='7.15' width='9.2' height='1.7' fill='%23fff'/%3E%3Crect x='7.15' y='3.4' width='1.7' height='9.2' fill='%23fff'/%3E%3C/svg%3E");
}
.qe-faq-toggle.is-open .elementor-heading-title::before,
.qe-faq-toggle.active .elementor-heading-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23414141'/%3E%3Crect x='3.4' y='7.15' width='9.2' height='1.7' fill='%23fff'/%3E%3C/svg%3E");
}
.qe-faq-toggle .elementor-widget-heading {
  transition: background-color 0.2s ease;
}
.qe-faq-toggle .elementor-widget-heading:hover,
.qe-faq-toggle.is-open .elementor-widget-heading,
.qe-faq-toggle.active .elementor-widget-heading {
  background: #eaeaea !important;
}
.qe-faq-toggle .elementor-widget-text-editor,
.qe-faq-toggle .qe-toggle-content {
  display: none;
  padding: 25.5px !important;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}
.qe-faq-toggle .elementor-widget-text-editor .elementor-widget-container,
.qe-faq-toggle .qe-toggle-content .elementor-widget-container,
.qe-faq-toggle .qe-toggle-content p,
.qe-faq-toggle .elementor-widget-text-editor p {
  margin: 0 !important;
  padding: 0 !important;
}

.sg-guarantee-html.e-con,
.sg-cta-html.e-con,
.sg-memberships.e-con {
  --display: flex;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.sg-memberships.e-con {
  align-items: stretch;
}
.sg-memberships .title,
.sg-memberships h2,
.sg-memberships .elementor-heading-title {
  text-align: left !important;
  width: 100%;
}
.sg-guarantee-html.e-con > .e-con-inner,
.sg-cta-html.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: 83.3333%;
  margin: 0 auto;
  text-align: center;
  gap: 0 !important;
}
.sg-cta-html .button-row.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 16px !important;
  flex-wrap: wrap;
}
.sg-cta-html .sg-button-orange .elementor-button,
.sg-cta-html .sg-button-purple .elementor-button {
  min-width: 230px;
  min-height: 56px;
  border-radius: 12px !important;
  font-size: 18px !important;
  justify-content: center !important;
  text-align: center !important;
}
.sg-cta-html .sg-button-orange .elementor-button { background: #f39704 !important; color: #fff !important; }
.sg-cta-html .sg-button-purple .elementor-button { background: #592ddf !important; color: #fff !important; }

.sg-home-faq > .e-con-inner > .elementor-widget-heading:last-of-type {
  margin-top: 50px;
}

/* —— Footer —— */
.elementor-location-footer,
.sg-elementor-footer,
.sg-site-footer {
  background: var(--sg-purple-darkest) !important;
  color: #fff !important;
  padding: 0 !important;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  line-height: 24px;
}
.sg-elementor-footer.e-con {
  padding: 80px 0 !important;
}
.elementor-location-footer a { color: var(--sg-orange) !important; }
.elementor-location-footer h2,
.elementor-location-footer .elementor-heading-title {
  color: #fff !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 20px !important;
}
.sg-footer-grid.e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 48px !important;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-footer-contact {
  flex: 0 0 32% !important;
  width: 32% !important;
  max-width: 32% !important;
}
.sg-footer-about {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
}
.sg-footer-eu { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin: 24px 0 12px; }
.sg-footer-eu img { height: auto !important; width: auto !important; max-width: 90px !important; object-fit: contain; }
.sg-footer-numo { padding-top: 30px; }
.sg-footer-numo img { height: 42px; width: auto; }
.sg-footer-copy { font-size: 15px; }

@media (max-width: 1200px) {
  .sg-home-hero__actions.e-con > .e-con-inner { flex-wrap: wrap !important; gap: 16px !important; }
  .sg-home-hero .sg-hero-chip .elementor-button { min-width: 0; padding: 16px 22px !important; }
}
@media (max-width: 991px) {
  body { overflow-x: clip; }
  [data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .sg-home-hero { min-height: 0 !important; overflow: hidden !important; background-image: radial-gradient(circle at 80% 80%, #592ddf 0%, #2d017d 42%, #23035e 100%) !important; }
  .sg-home-hero.e-con > .e-con-inner { min-height: 0; }
  .sg-home-hero .sg-home-hero__inner.e-con > .e-con-inner { padding: 54px 20px 22px !important; }
  .sg-home-hero__content,
  .sg-home-hero .sg-home-hero__content {
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 auto;
    text-align: center;
  }
  .sg-home-hero .sg-home-hero__eyebrow,
  .sg-home-hero .sg-home-hero__eyebrow p {
    font-size: clamp(30px, 8vw, 42px) !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    margin-bottom: 14px !important;
  }
  .sg-home-hero h1,
  .sg-home-hero .elementor-heading-title {
    font-size: clamp(36px, 9vw, 48px) !important;
    line-height: 1.08 !important;
    max-width: none;
  }
  .sg-home-hero .sg-home-hero__lead,
  .sg-home-hero .sg-home-hero__lead p {
    margin-top: 20px !important;
    font-size: clamp(19px, 5vw, 24px) !important;
    line-height: 1.45 !important;
    max-width: none;
  }
  .sg-home-hero__actions.e-con > .e-con-inner { justify-content: center !important; margin-left: 0 !important; }
  .sg-home-hero > .e-con-inner > .elementor-widget-image,
  .sg-home-hero .elementor-element-sgheropd,
  .sg-home-hero .sg-home-hero__product {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(620px, 100%) !important;
    max-width: 100% !important;
    margin: 20px auto 0 !important;
  }
  .sg-home-hero .sg-home-hero__product img,
  .sg-home-hero .elementor-element-sgheropd img {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    transform: none !important;
  }
  .sg-home-value { padding: 82px 0 72px !important; }
  .sg-home-section-transition,
  #home-section-transition,
  #home-section-transition svg { height: 80px !important; min-height: 80px !important; }
  .sg-audience-grid.e-con > .e-con-inner,
  .sg-benefits-grid.e-con > .e-con-inner,
  .sg-benefits-layout.e-con > .e-con-inner { grid-template-columns: 1fr !important; }
  .sg-audience-grid.e-con > .e-con-inner { max-width: 680px; margin-left: auto; margin-right: auto; }
  .sg-audience-card { min-height: 0 !important; }
  .sg-benefits-layout.e-con > .e-con-inner { gap: 44px !important; margin-top: 78px; }
  .sg-benefits-visual { width: min(620px, 100%); min-height: 410px; margin: 0 auto; }
  .hiw-card:not(:last-child)::after { display: none; }
  .hiw-arrow { display: none !important; }
  .hiw-row.e-con > .e-con-inner,
  .sg-hiw-row.e-con > .e-con-inner {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 42vw);
    justify-content: start !important;
    flex-wrap: unset !important;
    width: 100%;
    max-width: 100%;
    gap: 20px !important;
    padding: 0 20px 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .hiw-card {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    scroll-snap-align: start;
  }
  .hiw-features,
  .hiw-features-inner { justify-content: center !important; }
  .hiw-feature { flex: 1 1 220px !important; }
  .hiw-feature-logo { justify-content: center !important; flex: 1 1 100% !important; margin-top: 10px; }
  .sg-home-loyalty, .sg-home-how { padding: 76px 0 !important; }
  .sg-home-how { padding-top: 40px !important; }
  .sg-home-loyalty h2, .sg-home-how h2 { font-size: clamp(40px, 4vw, 58px) !important; line-height: 1.08 !important; }
  .sg-home-loyalty h3, .sg-home-how h3 { font-size: clamp(20px, 2vw, 28px) !important; line-height: 1.45 !important; }
  .sg-home-stats { padding: 90px 0 80px; }
  .sg-home-stats h2.title, .sg-home-stats h2 { font-size: clamp(40px, 4vw, 58px) !important; line-height: 1.08 !important; }
  .sg-home-stats h3.subtitle, .sg-home-stats h3 { font-size: clamp(20px, 2vw, 28px) !important; }
  .sg-stats-squares .text { font-size: 18px !important; line-height: 18px !important; }
  .sg-stats-squares .number { font-size: 25px !important; }
  .sg-stats-squares .circle.c-3 .number { font-size: 25px !important; }
  .sg-home-logos { padding-bottom: 72px; }
  .sg-home-faq { padding: 80px 0 90px !important; }
  .sg-footer-grid.e-con > .e-con-inner { flex-direction: column !important; }
  .sg-footer-contact, .sg-footer-about { flex: 1 1 auto !important; width: 100% !important; max-width: none !important; }
}
@media (max-width: 767px) {
  body .elementor-button { width: 100%; min-height: 52px; }
  .sg-home-hero .sg-home-hero__inner.e-con > .e-con-inner { padding-top: 42px !important; }
  .sg-home-hero .sg-home-hero__eyebrow,
  .sg-home-hero .sg-home-hero__eyebrow p { margin-bottom: 12px !important; font-size: clamp(28px, 8.5vw, 36px) !important; white-space: normal; }
  .sg-home-hero h1,
  .sg-home-hero .elementor-heading-title { font-size: clamp(34px, 10vw, 42px) !important; line-height: 1.08 !important; }
  .sg-home-hero > .e-con-inner > .elementor-widget-image,
  .sg-home-hero .elementor-element-sgheropd,
  .sg-home-hero .sg-home-hero__product {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }
  .sg-home-hero .sg-home-hero__lead,
  .sg-home-hero .sg-home-hero__lead p { font-size: 20px !important; line-height: 1.45 !important; }
  .sg-home-hero__actions.e-con > .e-con-inner { flex-direction: column !important; align-items: stretch !important; gap: 10px !important; margin-top: 26px; }
  .sg-home-hero .sg-hero-chip .elementor-button { width: 100%; }
  .sg-home-value { padding: 64px 0 72px !important; }
  .sg-section-heading h2, .sg-benefits-content h2 { font-size: clamp(34px, 10vw, 42px) !important; line-height: 1.1 !important; }
  .sg-section-heading p { font-size: 18px !important; line-height: 1.55 !important; }
  .sg-audience-grid.e-con > .e-con-inner { gap: 14px !important; margin-top: 48px; }
  .sg-audience-card { padding: 22px !important; }
  .sg-audience-card h3 { font-size: 22px !important; }
  .sg-benefits-layout.e-con > .e-con-inner { margin-top: 60px; }
  .sg-benefits-visual { min-height: 235px; }
  .sg-benefits-grid.e-con > .e-con-inner { grid-template-columns: 1fr !important; gap: 12px !important; }
  .sg-home-value__actions.e-con > .e-con-inner,
  .sg-cta-html .button-row,
  .sg-home-cta__actions.e-con > .e-con-inner { flex-direction: column !important; align-items: stretch !important; }
  .sg-cta-html .btn-orange,
  .sg-cta-html .btn-purple { width: 100%; }
  .sg-home-section-transition,
  #home-section-transition,
  #home-section-transition svg { height: 44px !important; min-height: 44px !important; }
  .sg-home-loyalty, .sg-home-how { padding: 54px 0 !important; }
  .sg-home-how { padding-top: 18px !important; }
  .sg-home-loyalty h2, .sg-home-how h2, .sg-home-stats h2, .sg-home-faq h2,
  .sg-guarantee h2, .sg-home-cta h2 { font-size: clamp(34px, 10vw, 42px) !important; line-height: 1.1 !important; }
  .sg-home-loyalty h3, .sg-home-how h3, .sg-home-stats h3, .sg-guarantee h3, .sg-home-cta h3 { font-size: 19px !important; line-height: 1.5 !important; }
  .hiw-row.e-con > .e-con-inner,
  .sg-hiw-row.e-con > .e-con-inner { grid-auto-columns: min(82vw, 320px); gap: 16px !important; margin-top: 38px; }
  .hiw-card { width: min(82vw, 320px) !important; max-width: min(82vw, 320px) !important; margin-top: 24px; }
  .hiw-card img.hiw-img,
  .hiw-card img { height: 330px; object-fit: cover; object-position: top center; }
  .hiw-features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin: 34px 20px 0 !important;
    padding-top: 24px !important;
  }
  .hiw-features-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin: 34px 20px 0;
    padding-top: 24px !important;
  }
  .hiw-feature { min-width: 0; flex: none !important; }
  .sg-home-stats { padding: 60px 0; }
  .sg-stats-squares .square {
    float: none;
    width: min(74vw, 270px) !important;
    padding-bottom: min(74vw, 270px) !important;
    margin: 0 auto 18px;
  }
  .sg-stats-squares .number { font-size: clamp(44px, 13vw, 62px) !important; }
  .sg-stats-squares .circle.c-1 .number,
  .sg-stats-squares .circle.c-2 .number { font-size: clamp(44px, 13vw, 62px) !important; }
  .sg-stats-squares .circle.c-3 .number { font-size: 45px !important; }
  .sg-stats-squares .text { font-size: 20px !important; line-height: 1.15 !important; }
  .sg-home-logos { padding-bottom: 48px; }
  .sg-home-faq { padding: 56px 0 64px !important; }
  .sg-home-faq .qae-faqs-container {
    width: 100%;
    margin-left: 0;
  }
  .qe-faqs-filters-container {
    margin-left: 0;
  }
  .sg-faq-title-col {
    width: 100%;
    margin: 0;
  }
  .sg-home-faq h2.title,
  .sg-home-faq .title {
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.12 !important;
  }
  .sg-guarantee { margin-top: 58px; }
  .sg-home-cta__actions.e-con > .e-con-inner { padding-bottom: 24px; }
  .sg-footer-contact { padding-top: 0; }
  .sg-footer-about { padding-top: 60px; }
}
@media (max-width: 450px) {
  #home-section-transition #home-triangle-desktop { display: none; }
  #home-section-transition #home-triangle-mobile { display: block; }
}

.sg-home-loyalty.e-con,
.sg-home-how.e-con,
.sg-home-faq.e-con,
.sg-home-stats.e-con,
.sg-home-logos.e-con,
.sg-guarantee-html.e-con,
.sg-cta-html.e-con,
.sg-memberships.e-con {
  --display: flex;
  --gap: 0px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.sg-home-faq.e-con > .e-con-inner {
  --gap: 0px !important;
  gap: 0 !important;
}
.qe-faq-toggle.e-con {
  --gap: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sg-memberships .sg-col-8.e-con {
  width: 66.6667% !important;
  max-width: 845px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sg-logo-carousel.e-con {
  --flex-direction: row !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-height: none;
  height: 267px !important;
}
.sg-home-logos.e-con {
  overflow: hidden !important;
  max-height: none !important;
}

.sg-stats-squares.e-con {
  --flex-direction: unset;
  --gap: 0px !important;
  --display: block;
  display: block !important;
  overflow: hidden !important;
  max-width: 1480px !important;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  gap: 0 !important;
}
.sg-stats-squares .square.e-con {
  --width: 33.3%;
  float: left !important;
  width: 33.3% !important;
  max-width: 33.3% !important;
  flex: none !important;
  position: relative !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  padding-bottom: 33.3% !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}
.sg-stats-squares .square.c-1.e-con,
.sg-stats-squares .square.c-2.e-con,
.sg-stats-squares .square.c-3.e-con {
  background: transparent !important;
  border-radius: 0 !important;
}
.sg-stats-squares .square.e-con > .e-con-inner {
  position: absolute !important;
  inset: 2% !important;
  width: auto !important;
  height: auto !important;
  border-radius: 50% !important;
}
.sg-stats-squares .square.c-1.e-con > .e-con-inner { background: #592ddf !important; }
.sg-stats-squares .square.c-2.e-con > .e-con-inner { background: #23035e !important; }
.sg-stats-squares .square.c-3.e-con > .e-con-inner { background: #f39704 !important; }

@media (max-width: 991px) {
  .sg-stats-squares .square.e-con {
    float: none !important;
    width: min(74vw, 270px) !important;
    max-width: min(74vw, 270px) !important;
    padding-bottom: min(74vw, 270px) !important;
    margin: 0 auto 18px !important;
  }
}

.sg-home-faq.e-con {
  padding-left: max(20px, calc((100% - 1440px) / 2)) !important;
  padding-right: max(20px, calc((100% - 1440px) / 2)) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  --background-color: #ffffff !important;
}
.sg-home-faq.e-con > .e-con-inner {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.sg-home-faq .elementor-element-sgfaqh2 {
  width: 66.6667% !important;
  max-width: none !important;
  margin-left: 16.6667% !important;
  margin-right: auto !important;
}
.sg-home-faq .elementor-element-sgfaqfil {
  width: 91.6667% !important;
  margin-left: 8.3333% !important;
  margin-right: 0 !important;
}
.sg-home-faq .qe-faqs-filters-container {
  margin-left: 51px !important;
}
.qe-faq-toggle.e-con {
  width: 91.6667% !important;
  max-width: none !important;
  margin-left: 8.3333% !important;
  margin-right: 0 !important;
}

.hiw-row.e-con,
.hiw-row.e-con > .e-con-inner {
  --flex-direction: row !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

.sg-benefits-visual.e-con,
.sg-benefits-content.e-con,
.sg-benefits-grid.e-con {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
.sg-benefits-visual.e-con {
  overflow: visible !important;
  min-height: 620px !important;
  height: 620px !important;
  position: relative !important;
}
.sg-benefits-visual.e-con > .e-con-inner {
  --display: block;
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 620px !important;
  overflow: visible !important;
}
.sg-benefits-visual .elementor-element-sgbenlap,
.sg-benefits-visual .sg-benefits-visual__laptop {
  --width: 145%;
  position: absolute !important;
  top: 12% !important;
  left: -25% !important;
  right: auto !important;
  bottom: auto !important;
  width: 145% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 975 / 762;
  z-index: 1;
}
.sg-benefits-visual .elementor-element-sgbenlap .elementor-widget-container,
.sg-benefits-visual .elementor-element-sgbenlap img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 975 / 762;
  display: block !important;
}
.sg-benefits-visual .elementor-element-sgbencar,
.sg-benefits-visual .sg-benefits-visual__card {
  --width: 42%;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: 3% !important;
  bottom: 4% !important;
  width: 42% !important;
  max-width: none !important;
  z-index: 2 !important;
  transform: rotate(12deg) !important;
}
.sg-benefits-visual .elementor-element-sgbencar .elementor-widget-container,
.sg-benefits-visual .elementor-element-sgbencar img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
}
.hiw-features.e-con,
.hiw-features {
  --padding-top: 30px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  padding: 30px 0 0 !important;
  margin-top: 50px !important;
  min-height: 0 !important;
  height: auto !important;
}
.hiw-feature.e-con,
.hiw-feature-text.e-con {
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  padding: 0 !important;
}
.sg-cta-html h2,
.sg-cta-html .title,
.sg-cta-html .elementor-element-sgctah2 .elementor-heading-title,
.sg-guarantee-html h2,
.sg-guarantee-html .title,
.sg-guarantee-html .elementor-element-sgguarh2 .elementor-heading-title {
  font-size: 34px !important;
  line-height: 44px !important;
  font-family: "Gilroy Extra Bold", sans-serif !important;
}
.sg-cta-html .elementor-element-sgctah2,
.sg-cta-html .elementor-element-sgctah3,
.sg-guarantee-html .elementor-element-sgguarh2,
.sg-guarantee-html .elementor-element-sgguarh3,
.sg-guarantee-html .elementor-element-sgguarp {
  width: 1033px !important;
  max-width: 1033px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sg-cta-html .subtitle,
.sg-cta-html .elementor-element-sgctah3 .elementor-heading-title,
.sg-guarantee-html .subtitle,
.sg-guarantee-html .elementor-element-sgguarh3 .elementor-heading-title {
  font-size: 30px !important;
  line-height: 36px !important;
  font-family: "Gilroy Light", sans-serif !important;
  font-weight: 500 !important;
  max-width: 1033px;
  width: 100%;
}
.sg-memberships .title,
.sg-memberships h2,
.sg-memberships .elementor-heading-title {
  font-family: "Gilroy Extra Bold", sans-serif !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-align: left !important;
}
.qe-faqs-filter {
  line-height: 25.5px !important;
}
.hiw-feature.e-con > .e-con-inner,
.hiw-feature-text.e-con > .e-con-inner {
  padding: 0 !important;
  gap: 0 !important;
}
.hiw-feature .elementor-widget-html,
.hiw-feature .elementor-widget-heading,
.hiw-feature .elementor-widget-text-editor {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

/* —— Mobile header drawer (production parity; desktop unchanged) —— */
.sg-mobile-drawer-header,
#sg-mobile-menu-backdrop {
  display: none;
}

@media (max-width: 1024px) {
  body.sg-mobile-header-ready {
    overflow-x: clip;
  }
  .elementor-location-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(35, 3, 94, 0.09);
    box-shadow: 0 3px 14px rgba(18, 0, 51, 0.06);
  }
  .sg-elementor-header.e-con > .e-con-inner {
    justify-content: space-between !important;
    gap: 12px !important;
    min-height: 64px;
    height: 64px;
    max-width: none;
    width: 100%;
    padding: 0 16px !important;
  }
  .elementor-location-header .elementor-widget-image {
    min-height: 64px;
  }
  .elementor-location-header .elementor-widget-image img,
  .elementor-location-header .elementor-widget-image a {
    width: 142px !important;
    max-width: 142px !important;
    max-height: none !important;
  }
  .elementor-location-header .sg-header-nav,
  .elementor-location-header .sg-header-nav.elementor-nav-menu--stretch {
    position: static !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
    overflow: visible !important;
  }
  .elementor-location-header .elementor-nav-menu--main {
    display: none !important;
  }
  .elementor-location-header .elementor-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0 !important;
    margin: 0;
    border: 0;
    border-radius: 12px !important;
    color: #2c007c !important;
    background: rgba(89, 45, 223, 0.08) !important;
    box-shadow: none;
  }
  .elementor-location-header .elementor-menu-toggle svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }
  .elementor-location-header .elementor-menu-toggle .elementor-menu-toggle__icon--close {
    display: none !important;
  }
  .elementor-location-header .elementor-menu-toggle .elementor-menu-toggle__icon--open {
    display: block !important;
  }
  .elementor-location-header .elementor-menu-toggle:hover,
  .elementor-location-header .elementor-menu-toggle:active {
    color: #2c007c !important;
    background: rgba(89, 45, 223, 0.14) !important;
  }
  .elementor-location-header .elementor-menu-toggle:focus-visible {
    outline: 3px solid #f39704;
    outline-offset: 2px;
  }
  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column;
    width: min(92vw, 420px) !important;
    max-width: 420px !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    background: #fff !important;
    box-shadow: -18px 0 50px rgba(18, 0, 51, 0.22);
    transform: translate3d(100%, 0, 0);
    transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 240ms;
    pointer-events: none;
    z-index: 2147483001;
    will-change: transform;
    backface-visibility: hidden;
    --menu-height: auto !important;
  }
  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container.sg-mobile-drawer-open {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    pointer-events: auto;
  }
  .elementor-location-header .sg-mobile-drawer-header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: env(safe-area-inset-top, 0) 16px 0 20px;
    border-bottom: 1px solid rgba(35, 3, 94, 0.1);
    background: #fff;
  }
  .elementor-location-header .sg-mobile-drawer-logo {
    display: inline-flex;
    align-items: center;
  }
  .elementor-location-header .sg-mobile-drawer-logo img {
    display: block !important;
    width: 142px !important;
    max-width: 142px !important;
    height: auto !important;
    max-height: none !important;
  }
  .elementor-location-header .sg-mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: #2c007c;
    background: rgba(89, 45, 223, 0.08);
    cursor: pointer;
  }
  .elementor-location-header .sg-mobile-menu-close svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
  }
  .elementor-location-header .sg-mobile-menu-close:hover,
  .elementor-location-header .sg-mobile-menu-close:active {
    color: #2c007c;
    background: rgba(89, 45, 223, 0.14);
  }
  .elementor-location-header .sg-mobile-menu-close:focus-visible {
    outline: 3px solid #f39704;
    outline-offset: 2px;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu {
    display: block !important;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 10px 20px calc(24px + env(safe-area-inset-bottom, 0));
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    list-style: none;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item {
    position: relative;
    display: block !important;
    width: 100%;
    border-bottom: 1px solid rgba(35, 3, 94, 0.09);
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item > a.elementor-item {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-height: 56px;
    padding: 12px 52px 12px 4px !important;
    color: #2c007c !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: left;
    text-decoration: none;
    background: transparent !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item > a.elementor-item:hover,
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item > a.elementor-item:active,
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item > a.elementor-item:focus-visible {
    color: #2c007c !important;
    background: rgba(89, 45, 223, 0.07) !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item > a.elementor-item:focus-visible {
    outline: 3px solid #f39704;
    outline-offset: -3px;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item > a.elementor-item .sub-arrow {
    display: none !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .current-menu-item > a.elementor-item,
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .current-menu-ancestor > a.elementor-item {
    color: #2c007c !important;
    background: transparent !important;
    box-shadow: none;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .current-menu-item > a.elementor-item .sg-menu-text,
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .current-menu-ancestor > a.elementor-item .sg-menu-text {
    position: relative;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .current-menu-item > a.elementor-item .sg-menu-text::after,
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .current-menu-ancestor > a.elementor-item .sg-menu-text::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: #f39704;
    content: "";
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item:last-child > a.elementor-item .sg-menu-text::after {
    display: none;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sg-mobile-submenu-toggle {
    position: absolute;
    top: 4px;
    right: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0 !important;
    border: 0;
    border-radius: 10px;
    color: #2c007c !important;
    background: transparent !important;
    box-shadow: none;
    cursor: pointer;
    z-index: 2;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sg-mobile-submenu-toggle svg {
    width: 15px;
    height: 10px;
    fill: currentColor;
    transform: rotate(0deg);
    transition: transform 180ms ease;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sg-mobile-submenu-toggle:hover,
  .elementor-location-header #sg-mobile-navigation-drawer .sg-mobile-submenu-toggle:active {
    background: rgba(89, 45, 223, 0.09) !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sg-mobile-submenu-toggle:focus-visible {
    outline: 3px solid #f39704;
    outline-offset: -2px;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .menu-item.sg-submenu-open > .sg-mobile-submenu-toggle svg {
    transform: rotate(180deg);
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    border: 0 !important;
    border-radius: 10px;
    background: rgba(89, 45, 223, 0.055);
    box-shadow: none !important;
    transform: none !important;
    list-style: none;
    transition: max-height 200ms ease, opacity 160ms ease, visibility 0s linear 200ms;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu[hidden] {
    display: none !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .menu-item {
    display: block !important;
    width: 100%;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .elementor-sub-item {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-height: 48px;
    padding: 11px 16px 11px 20px !important;
    color: #23035e !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-align: left;
    white-space: normal;
    background: transparent !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .elementor-sub-item .sub-arrow {
    display: none !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .elementor-sub-item:hover,
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .elementor-sub-item:active,
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .elementor-sub-item:focus-visible {
    color: #2c007c !important;
    background: rgba(89, 45, 223, 0.09) !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .current-menu-item > .elementor-sub-item {
    color: #2c007c !important;
    font-weight: 600 !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu .current-menu-item > .elementor-sub-item::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #f39704;
    content: "";
  }
  .elementor-location-header #sg-mobile-navigation-drawer .menu-item.sg-submenu-open > .sub-menu {
    max-height: 560px;
    margin-bottom: 10px !important;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item-has-children:last-child,
  .elementor-location-header #sg-mobile-navigation-drawer .wpml-ls-current-language,
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item:last-child {
    margin-top: 0;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item:last-child {
    margin-top: 16px;
    border-top: 1px solid rgba(35, 3, 94, 0.16);
    border-bottom: 0;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu > .menu-item:last-child > a.elementor-item {
    margin-top: 8px;
  }
  .elementor-location-header #sg-mobile-navigation-drawer .wpml-ls-flag {
    width: 20px;
    min-width: 20px;
    height: auto;
    margin-right: 10px;
    border-radius: 2px;
  }
  body.sg-mobile-menu-open .elementor-location-header .elementor-widget-image,
  body.sg-mobile-menu-open .elementor-location-header .elementor-menu-toggle {
    opacity: 0;
  }
  body.sg-mobile-menu-open #n8n-chat-widget,
  body.sg-mobile-menu-open #ht-ctc-chat {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  #sg-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    background: rgba(18, 0, 51, 0.52);
    backdrop-filter: blur(2px);
    transition: opacity 190ms ease, visibility 0s linear 240ms;
    pointer-events: none;
    z-index: 999998;
  }
  #sg-mobile-menu-backdrop.sg-mobile-backdrop-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto;
  }
}

@media (max-width: 360px) {
  .sg-elementor-header.e-con > .e-con-inner {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .elementor-location-header .elementor-widget-image img,
  .elementor-location-header .elementor-widget-image a,
  .elementor-location-header .sg-mobile-drawer-logo img {
    width: 132px !important;
    max-width: 132px !important;
  }
  .elementor-location-header #sg-mobile-navigation-drawer > .elementor-nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container,
  .elementor-location-header #sg-mobile-navigation-drawer .sub-menu,
  .elementor-location-header #sg-mobile-navigation-drawer .sg-mobile-submenu-toggle svg,
  #sg-mobile-menu-backdrop {
    transition-duration: 0.01ms !important;
  }
}
