/* Direction-aware overrides (LTR) */
html,
body {
  direction: ltr;
  text-align: left;
  overflow-x: hidden;
}

/* Lock button text color on all states */
.button:hover, .button:focus, .button:active,
.button:visited { color: #ffffff !important; }
.button.white:hover, .button.white:focus { color: #ffffff !important; }
/* Unified button hover lift */
.button:hover, .button:focus {
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* ===== Hero Section ===== */
.hero-section {
  background-color: #1C1A3D;
}
@media (min-width: 576px) {
  .hero-section.slider-parallax {
    height: 95vh;
  }
}

.text-pink {
  color: #FF3A89;
}

.hero-subtext {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.75;
  margin-top: 20px;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.button.cta-pill {
  border-color: #ffffff;
  border-radius: 50px;
  padding: 14px 36px;
  font-size: 1.3rem;
  color: #1C1A3D !important;
  border-color: #ffffff;
}
.button.cta-free:hover, .button.cta-free:focus, .button.cta-free:active {
  background: #FFE3EF;
  color: #1C1A3D !important;
  border-color: #FFE3EF;
}

.hero-stats-bar {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stats-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}

.hero-stat-item {
  flex: 1;
  min-width: 160px;
  max-width: 280px;
  text-align: center;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.hero-stat-value {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
}

.hero-stat-value--italic {
  font-style: italic;
}

.hero-stat-highlight {
  color: #FF3A89;
}

.hero-stat-old {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: super;
  margin-right: 2px;
}

.hero-stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.03em;
}

.hero-stat-icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.hero-stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  align-self: stretch;
  min-height: 70px;
}

@media (max-width: 575px) {
  .hero-section.slider-parallax {
    height: auto !important;
    min-height: 100vh;
    padding: 80px 0 60px;
  }
  .hero-section .slider-content-middle {
    position: static !important;
    transform: none !important;
    width: 100%;
  }
  .hero-stat-divider {
    display: none;
  }
  .hero-stat-item {
    min-width: 100%;
    padding: 12px 20px;
  }
  .hero-subtext {
    font-size: 1.1rem;
  }
}

/* ===== Features Section (Landing Page style) ===== */
.lp-features-section {
  background-color: #1C1A3D;
}
.lp-features-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
#pricing .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.lp-features-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
  margin: 0 auto;
}
.lp-feature-card {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  height: 100%;
  transition: border-color 0.3s;
}
.lp-feature-card:hover {
  border-color: rgba(255, 58, 137, 0.35);
}
.lp-feature-card-title {
  color: #FF3A89;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.lp-feature-card-desc {
  font-size: 1rem;
  color: #b0a0c0;
  margin: 0;
  line-height: 1.7;
}
.lp-features-cta {
  background: #FF3A89;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.lp-features-cta:hover,
.lp-features-cta:focus,
.lp-features-cta:active {
  opacity: 0.88;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .lp-features-title {
    font-size: 1.8rem;
  }
  .lp-feature-card {
    padding: 25px;
  }
}

/* ===== Move-in-a-Click Section ===== */
.lp-move-section {
  background-color: #161533;
}
.lp-move-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.lp-move-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 780px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.lp-move-trial-bar {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 8px 8px 28px;
  border-radius: 50px;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-move-trial-label {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}
.lp-move-trial-btn {
  background: #FF3A89;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.lp-move-trial-btn:hover,
.lp-move-trial-btn:focus,
.lp-move-trial-btn:active {
  opacity: 0.88;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .lp-move-title {
    font-size: 1.9rem;
  }
  .lp-move-trial-bar {
    padding: 16px 20px;
    flex-direction: column;
    gap: 12px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 991px) {
  .mega-menu .menu-links > li:last-child {
    border-bottom: none;
  }
}

/* Nav hover effects */
@media screen and (min-width: 992px) {
  .mega-menu .menu-links > li > a {
    position: relative;
    transition: color 0.25s ease;
  }
  .mega-menu .menu-links > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 13px;
    right: 13px;
    height: 2px;
    background-color: #FF3A89;
    transform: scaleX(0);
    transition: transform 0.25s ease;
  }
  .mega-menu .menu-links > li > a:hover {
    color: #FF3A89;
  }
  .mega-menu .menu-links > li > a:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-links > li > a {
    transition: color 0.25s ease, background-color 0.25s ease;
    padding-left: 16px;
    display: block;
  }
  .mega-menu .menu-links > li > a:hover {
    color: #FF3A89;
    background-color: rgba(255, 58, 137, 0.07);
  }
}

/* CTA Banner Section */
.lp-cta-section {
  background-color: #ffffff;
}
.lp-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1C1A3D;
  margin-bottom: 20px;
  line-height: 1.25;
}
.lp-cta-title-plain {
  color: #1C1A3D;
}
.lp-cta-desc {
  font-size: 1.1rem;
  color: #555;
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.lp-cta-btn {
  display: inline-block;
  background-color: #FF3A89;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-bottom: 28px;
}
.lp-cta-btn:hover,
.lp-cta-btn:focus,
.lp-cta-btn:active {
  opacity: 0.88;
  color: #fff;
  transform: translateY(-2px);
}
.lp-cta-tagline {
  font-size: 1rem;
  color: #1C1A3D;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .lp-cta-title {
    font-size: 1.8rem;
  }
  .lp-cta-btn {
    padding: 16px 32px;
    font-size: 1rem;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 200000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  inset: 0;
  display: none;
  font-family: 'arial';
  direction: ltr;
}


/* Transparent Overlay */

.loading:before {
  content: '';
  display: block;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.loading:after {
  content: '';
  display: block;
  position: fixed;
  width: 64px;
  height: 64px;
  margin-top: -0.5em;
  background: url("/images/pre-loader/loader-02.svg") no-repeat center center;
}

.glyphicon-remove {
  color: #626262;
}

.glyphicon-ok {
  color: green;
}

.passwordRules {
  display: table;
  font-size: .7rem;
  background: transparent;
  line-height: 1.75;
}

.badge {
  text-align: left !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
  margin: .5rem 0;
  color: #1E2022;
}

.text_black {
  color: rgba(0, 0, 0, 1);
}

.fa-solid.fa-xmark {
  font-family: 'FontAwesome';
  font-size: .7rem;
  color: #BE1212;
  font-weight: 400;
}

.fa-solid.fa-xmark.red {
  color: #BE1212 !important;
}

.fa-solid.fa-check {
  font-family: 'FontAwesome';
  font-size: .7rem;
  color: #47BC4B;
}

.badge.red_danger {
  color: #BE1212 !important;
}

.badge.red {
  color: #BE1212 !important; 
}

.badge.white {
  color: #fff !important;
}

.formStikyButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  clear: both;
  gap: 1rem;
  padding: 2rem;
}

.formStikyButtons a {
  cursor: pointer;
  background: rgba(190, 18, 18, 1) !important;
  font-size: .9rem !important;
  font-weight: 400;
  padding: .65rem 0;
  text-align: center;
  min-width: 120px;
  margin-bottom: 0 !important;
  border: 0 !important;
  white-space: nowrap;
}

.formStikyButtons a:hover {
  background-color: rgb(150, 15, 15, 1) !important;
}

@media (max-width: 768px) {
  .formStikyButtons a {
    font-size: .65rem !important;
    padding: .75rem .25rem .75rem .25rem !important;
  }
  .sm_pt_10 {
    padding-top: 10px;
  }
}

.colorpicker input {
  display: block;
  width: 100%;
  height: 2.75rem;
  border: none;
  /* Use 'none' instead of '0' to explicitly remove the border */
  padding: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  /* For Safari and Chrome */
  -moz-appearance: none;
  /* For Firefox */
  appearance: none;
  /* For other browsers */
  cursor: pointer;
}

.colorpicker input::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 0;
}

.colorpicker input::-webkit-color-swatch {
  border: none;
  border-radius: 0;
}

/* Pickr Color Picker Styles */
.pickr {
  border-radius: 3px !important;
}

.pickr .pcr-button {
  width: 100% !important;
  height: 50px !important;
  border-radius: 3px !important;
  border: 1px solid #d9deea !important;
}

.pickr .pcr-button::before, .pickr .pcr-button::after {
  border-radius: 3px !important;
}

.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active {
    box-shadow:none !important;
    outline: none !important;
}

.color-picker-button {
  width: 100%;
}

.color-picker-button .pcr-button {
  width: 100% !important;
  height: 2.75rem !important;
  border-radius: 5px !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.color-picker-button .pcr-button::before {
  border-radius: 5px !important;
  box-shadow: none !important;
}

.color-picker-button .pcr-button::after {
  display: none !important;
}

.pcr-app[data-theme='nano'] {
  width: 280px !important;
}

.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview {
  margin-left: 0 !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction .pcr-result {
  font-family: monospace !important;
  font-size: 0.95rem !important;
  text-align: center !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: .5rem !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction .pcr-result {
  width: 100% !important;
  flex-basis: 100% !important;
  order: 1 !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction .pcr-type {
  order: 2 !important;
  display: flex;
  justify-content: center !important;
  gap: 4px !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction .pcr-type.active {
  background: #1E2022 !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction .pcr-type button {
  min-width: 50px !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction .pcr-save {
  background: #1C1A3D !important;
}

.pcr-app[data-theme='nano'] .pcr-interaction .pcr-save:hover {
  background: #FF3B89 !important;
}
/* Search Cart */
.search-cart {
  transform: scale(0.75);
}

.search-cart .shpping-cart.active {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .search-cart {
    top: 14px !important;
  }
}

:root {
  --li4-color-primary-hsl: 250, 84%, 54%;
  --li4-color-bg-hsl: 0, 0%, 100%;
  --li4-color-contrast-high-hsl: 230, 7%, 23%;
  --li4-color-contrast-higher-hsl: 230, 13%, 9%;
  --li4-color-bg-light-hsl: 0, 0%, 100%;
  --li4-color-white-hsl: 0, 0%, 100%;
  --li4-color-bg-dark-hsl: 240, 4%, 95%;
  --li4-color-bg-lighter-hsl: 0, 0%, 100%;
  --li4-color-black-hsl: 230, 13%, 9%;
  --li4-space-3xs: 0.25rem;
  --li4-space-2xs: 0.375rem;
  --li4-space-xs: 0.5rem;
  --li4-space-sm: 0.75rem;
}

@media(min-width: 64rem) {
  :root {
    --li4-space-3xs: 0.375rem;
    --li4-space-2xs: 0.5625rem;
    --li4-space-xs: 0.75rem;
    --li4-space-sm: 1.125rem;
  }
}

.li4-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  text-decoration: none;
  background: hsl(var(--li4-color-bg-dark-hsl));
  color: #37383f;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  padding: var(--li4-space-2xs) var(--li4-space-sm);
  border-radius: 0.25em;
}

.li4-btn:focus-visible {
  box-shadow: 0px 0px 0px 2px hsl(var(--li4-color-bg-hsl)), 0px 0px 0px 4px hsla(var(--li4-color-contrast-higher-hsl), 0.15);
  outline: none;
}

.li4-btn:active {
  transform: translateY(2px);
}

.li4-btn--subtle {
  background: hsl(var(--li4-color-bg-lighter-hsl));
  color: #1C1A3D;
  border-color: #1C1A3D;
}

.li4-btn--subtle:hover {
  background: hsl(var(--li4-color-bg-light-hsl));
}


/*.li4-btn--subtle:focus {
    box-shadow: inset 0px 1px 0px hsla(var(--li4-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--li4-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--li4-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06),0 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 2px hsl(var(--li4-color-bg-hsl)), 0px 0px 0px 4px hsl(var(--li4-color-contrast-high-hsl));
  }*/

.li4-icon {
  height: var(--li4-size, 1em);
  width: var(--li4-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}


/* component */

:root {
  --picker-vertical-gap: 4px;
}

.language-picker {
  display: inline-block;
  position: relative;
}

.language-picker__form {
  display: none;
}

.language-picker__button .li4-icon {
  height: 16px;
  width: 16px;
}

.language-picker__button .li4-icon:first-of-type {
  margin-right: var(--li4-space-3xs);
}

.language-picker__button .li4-icon:last-of-type {
  margin-left: var(--li4-space-3xs);
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: hsl(var(--li4-color-bg-light-hsl));
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  padding: var(--li4-space-3xs) 0;
  border-radius: 0.25em;
  z-index: 5;
  margin-top: var(--picker-vertical-gap);
  margin-bottom: var(--picker-vertical-gap);
  --space-unit: 1rem;
  --text-unit: 1rem;
  font-size: var(--text-unit);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
}

.language-picker__dropdown--right {
  right: 0;
  left: auto;
}

.language-picker__dropdown--up {
  bottom: 100%;
  top: auto;
}

.language-picker__button[aria-expanded=true] + .language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s;
}

.language-picker__item {
  display: flex !important;
  align-items: center !important;
  text-decoration: none;
  padding: var(--li4-space-2xs) var(--li4-space-sm);
  color: #1C1A3D;
  transition: background 0.2s;
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.language-picker__item:hover {
  background-color: hsla(var(--li4-color-contrast-higher-hsl), 0.075);
  color: #37383f;
}


/*.language-picker__item:focus {
    outline: none;
    background-color: hsla(var(--li4-color-primary-hsl), 0.1);
  }*/

.language-picker__item:focus {
  color: #37383f;
}

.language-picker__item[aria-selected=true] {
  position: relative;
  background-color: #1C1A3D;
  color: hsl(var(--li4-color-white-hsl));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*.language-picker__item[aria-selected=true]:focus {
    outline: 2px solid hsla(var(--li4-color-primary-hsl), 0.2);
  }*/

.language-picker__item[aria-selected=true]::after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
  margin-left: auto;
}

.language-picker__flag {
  display: flex;
  align-items: center;
}

.language-picker__flag::before {
  display: none;
  flex-shrink: 0;
  content: "";
  height: 16px;
  width: 16px;
  margin-right: var(--li4-space-2xs);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: var(--li4-space-xs);
}

.language-picker--flags .language-picker__flag::before {
  display: inline-block;
  display: inline-flex;
}

.language-picker--flags .language-picker__button .li4-icon:first-of-type {
  display: none;
}

.language-picker__flag--deutsch::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M48,18H0V8c0-1.105,0.895-2,2-2h44c1.105,0,2,0.895,2,2V18z'/%3E%3Crect y='18' fill='%23EE0000' width='48' height='12'/%3E%3Cpath fill='%23FDCF00' d='M48,40c0,1.105-0.895,2-2,2H2c-1.105,0-2-0.895-2-2V30h48V40z'/%3E%3C/svg%3E");
}

.language-picker__flag--english::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23002781' d='M46,6H2C0.896,6,0,6.896,0,8v32c0,1.104,0.896,2,2,2h44c1.104,0,2-0.896,2-2V8C48,6.896,47.104,6,46,6z'/%3E%3Cpath fill='%23E6E6E6' d='M48,8c0-1.104-0.896-2-2-2h-5.161L28,15.876V6h-8v9.876L7.161,6H2C0.896,6,0,6.896,0,8v2.586L12.239,20H0v8 h12.239L0,37.415V40c0,1.104,0.896,2,2,2h5.161L20,32.124V42h8v-9.876L40.839,42H46c1.104,0,2-0.896,2-2v-2.585L35.761,28H48v-8 H35.761L48,10.586V8z'/%3E%3Cpolygon fill='%23D10D24' points='48,22 26,22 26,6 22,6 22,22 0,22 0,26 22,26 22,42 26,42 26,26 48,26 '/%3E%3Cpath fill='%23D10D24' d='M47.001,6.307L29.2,20h3.28L48,8.062V8C48,7.268,47.587,6.656,47.001,6.307z'/%3E%3Cpath fill='%23D10D24' d='M32.48,28H29.2l17.801,13.693C47.587,41.344,48,40.732,48,40v-0.062L32.48,28z'/%3E%3Cpath fill='%23D10D24' d='M15.52,28L0,39.938V40c0,0.732,0.413,1.344,0.999,1.693L18.8,28H15.52z'/%3E%3Cpath fill='%23D10D24' d='M15.52,20h3.28L0.999,6.307C0.413,6.656,0,7.268,0,8v0.062L15.52,20z'/%3E%3C/svg%3E");
}

.language-picker__flag--francais::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%2301209F' d='M16,42H2c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h14V42z'/%3E%3Cpath fill='%23EF4234' d='M48,40c0,1.105-0.895,2-2,2H32V6h14c1.105,0,2,0.895,2,2V40z'/%3E%3Crect x='16' y='6' fill='%23E6E6E6' width='16' height='36'/%3E%3C/svg%3E");
}

.language-picker__flag--italiano::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23009345' d='M16,42H2c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h14V42z'/%3E%3Cpath fill='%23CF2B36' d='M48,40c0,1.105-0.895,2-2,2H32V6h14c1.105,0,2,0.895,2,2V40z'/%3E%3Crect x='16' y='6' fill='%23E6E6E6' width='16' height='36'/%3E%3C/svg%3E");
}

/* Keep the features side image full height */
.awesome-features .img-side,
.awesome-features .img-side .row {
  height: 100%;
}

.awesome-features .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awesome-features .feature-icon {
  margin-bottom: 12px;
}

/* Subtle texture for hero background */
#hero {
  background-image: radial-gradient(1200px 600px at 20% 20%, rgba(255, 59, 137, 0.18), transparent 60%),
    radial-gradient(1000px 500px at 80% 30%, rgba(255, 255, 255, 0.08), transparent 55%);
}

@media (min-width: 768px) {
  .pricing-top {
    min-height: 280px;
  }
}


.language-picker--hide-label .language-picker__button .li4-icon {
  margin-left: 0;
}

.language-picker--hide-label .language-picker__button .li4-icon:first-of-type {
  display: none;
}

.language-picker--hide-label .language-picker__button em {
  display: none;
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: var(--li4-space-3xs);
}

.language-picker--hide-label .language-picker__flag::before {
  display: inline-block;
  display: inline-flex;
}

.li4-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}


/****************************************/

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: calc(100% - 2px);
  max-width: 500px;
  position: relative;
}

.uploader label {
  color: #323232 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(5px) !important;
  border-radius: 5px !important;
  border: 1.5px dashed #323232;
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uploader label:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 1.2rem;
  font-weight: 400;
  color: #323232 !important;
  transition: all 0.2s ease-in-out;
}

.uploader #response.hidden {
  display: none;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 100px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader #imagesize {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #imagesize.hidden {
  display: none;
}

.uploader #clear {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  width: .5rem;
  height: .5rem;
  background-color: transparent;
  border: 0;
  background-size: .5rem .5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/no_dark.svg");
  z-index: 999;
}

.uploader #clear.hidden {
  display: none;
}

.uploader input[type=file] {
  display: none;
}

.uploader div {
  margin: 0 0 0 0;
  font-size: .75rem;
  font-weight: 400;
  color: #323232 !important;
}

.uploader .btn {
  cursor: pointer;
  background: #BE1212 !important;
  font-weight: 500;
  display: table;
  padding: .65rem 0;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px !important;
  font-size: .75rem;
  letter-spacing: 0px;
  border: 0;
  color: #323232;
  text-transform: capitalize;
}

/* ===== Sticky footer ===== */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wrapper > footer {
  margin-top: auto;
}

.process-progress {
  width: 220px;
  height: 220px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
}

.circle-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 500;
  color: #363636;
}
textarea::placeholder {
  color: #938d8d !important;
  opacity: 1; 
}
.business_desc .char-counter-wrap {
  position: relative;
}
.business_desc .char-counter {
  display: block;
  text-align: end;
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
  pointer-events: none;
}
.business_desc .char-counter.near-limit { color: #f59e0b; }
.business_desc .char-counter.at-limit   { color: #dc2626; font-weight: 600; }

/* Verification pending page */
.verification-pending {
  margin: 0 auto;
}

.verification-card {
  padding: 8px 0 0;
}

.verification-card p {
  color: #34324a;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.verification-code-title {
  color: #15132f !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 24px 0 14px !important;
}

.verification-pin-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.verification-pin {
  width: 52px;
  height: 52px;
  border: 1px solid #c8c5d4;
  border-radius: 8px;
  background: #fff;
  color: #15132f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: border-color .16s ease, box-shadow .16s ease, opacity .16s ease, transform .16s ease;
}

.verification-pin:hover {
  border-color: #9b96b5;
}

.verification-pin:focus {
  border-color: #ff2f86;
  box-shadow: 0 0 0 4px rgba(255, 47, 134, .14);
  outline: none;
  transform: translateY(-1px);
}

.verification-pending.is-loading .verification-pin {
  opacity: .62;
  cursor: wait;
}

.verification-actions {
  margin-top: 24px;
}

.verification-actions a {
  color: #ff2f86;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.verification-actions a:hover,
.verification-actions a:focus {
  color: #d91f70;
  text-decoration: underline;
}

.verification-actions a.is-disabled {
  opacity: .58;
  pointer-events: none;
}

.verification-message {
  min-height: 24px;
  margin-top: 12px;
  color: #d91f70;
  font-size: 14px;
  line-height: 1.5;
}

.verification-message.is-loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 47, 134, .22);
  border-top-color: #ff2f86;
  border-radius: 50%;
  animation: verification-spin .7s linear infinite;
  vertical-align: middle;
}

@keyframes verification-spin {
  to {
    transform: rotate(360deg);
  }
}
.register-password-field {
  position: relative;
}

.register-password-field .form-control {
  padding-right: 48px;
}

.register-password-field .form-control.is-invalid,
.was-validated .register-password-field .form-control:invalid {
  background-image: none !important;
  padding-right: 48px !important;
}

.register-password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #626262;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.register-password-toggle:hover,
.register-password-toggle:focus {
  color: #FF3A89;
  outline: none;
}

.register-password-help {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  color: #4f5161;
  font-size: 0.86rem;
  line-height: 1.5;
}

.register-password-help-icon {
  color: #FF3A89;
  line-height: 1.5;
}

.register-password-feedback {
  display: none;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #ececf3;
  border-radius: 8px;
  background: #fff;
}

.register-password-feedback[aria-hidden="false"] {
  display: block;
}

.register-password-meter {
  height: 6px;
  border-radius: 999px;
  background: #f0f0f5;
  overflow: hidden;
}

.register-password-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.register-password-feedback-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
}

.register-password-feedback-label {
  color: #1C1A3D;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
}

.register-password-feedback-pill {
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.register-response-error {
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #F3B8B8;
  border-radius: 8px;
  background: #FFF7F7;
  color: #BE1212;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.register-response-error__icon {
  color: #BE1212;
  flex: 0 0 auto;
  line-height: 1.45;
}

.register-response-error__text {
  min-width: 0;
}

.user-account-page__password-policy {
  margin-top: 2px;
}

.user-account-page__password-policy .register-password-help {
  margin-top: 0;
  font-size: 0.84rem;
}

.user-account-page__password-policy .register-password-feedback {
  margin: 10px 0 0;
}

.user-account-page__password-match {
  margin-top: 0;
}

.register-password-feedback.is-invalid .register-password-meter span {
  width: 34%;
  background: #BE1212;
}

.register-password-feedback.is-invalid {
  border-color: #F3B8B8;
  background: #FFF7F7;
}

.register-password-feedback.is-invalid .register-password-feedback-label {
  color: #BE1212;
}

.register-password-feedback.is-invalid .register-password-feedback-pill {
  color: #BE1212;
  background: #FDECEC;
}

.register-password-feedback.is-good .register-password-meter span {
  width: 68%;
  background: #FF3A89;
}

.register-password-feedback.is-good {
  border-color: #FFD0E3;
  background: #FFF8FB;
}

.register-password-feedback.is-good .register-password-feedback-label {
  color: #9B1D55;
}

.register-password-feedback.is-good .register-password-feedback-pill {
  color: #9B1D55;
  background: #FFE3EF;
}

.register-password-feedback.is-strong .register-password-meter span {
  width: 100%;
  background: #1C1A3D;
}

.register-password-feedback.is-strong {
  border-color: #D7D6E5;
  background: #F8F8FC;
}

.register-password-feedback.is-strong .register-password-feedback-label {
  color: #1C1A3D;
}

.register-password-feedback.is-strong .register-password-feedback-pill {
  color: #fff;
  background: #1C1A3D;
}

.register-submit-btn {
  border: 0;
  cursor: pointer;
}

.register-submit-btn:disabled {
  opacity: 0.75;
  cursor: wait;
}


@media (max-width: 575.98px) {
  .verification-pin-group {
    gap: 8px;
  }

  .verification-pin {
    width: 44px;
    height: 48px;
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .register-password-help {
    font-size: 0.82rem;
  }

  .register-password-feedback {
    padding: 11px 12px;
  }

  .register-password-feedback-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .register-submit-btn {
    width: 100%;
    text-align: center;
  }
}
.reseller-discount-note {
  border-radius: 6px;
  color: #ff3b89;
  background-color: rgba(255, 59, 137, 0.06);
}
.affiliate-code {
  max-width: 200px;}
#affiliateCodeDisplay {
  cursor:pointer;
  font-weight:600;
  letter-spacing:2px;
  color:#1C1A3D;
}
.inviteLinkDisplay-container {
  max-width: 420px;
}
.reseller-form__submit-btn {
  white-space:nowrap;
}
#inviteEmailSection {
  display:none;
  overflow:hidden;
}
#inviteLinkDisplay {
  cursor:pointer;
  font-weight:500;
  color:#6c757d;
}
#inviteChevron {
  transition: transform 0.3s;
}