@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

html,
body {
background: #f8f8f8 !important;
  color: #1a1a1a !important;
}

html,
body {
overflow-x: hidden;
}

body.dark-mode {
background: #111111 !important;
  color: #ffffff !important;
}

.video-modal {
position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.video-modal.active {
display: flex;
}

.video-modal-content {
width: 80%;
  max-width: 900px;
  position: relative;
}

.video-modal video {
width: 100%;
  border-radius: 15px;
}

.video-close {
position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
}

.mxd-menu__wrapper {
transform-origin: top right;

  overflow: hidden;

  clip-path: inset(0 0 100% 100% round 40px);

  will-change: clip-path;
}

.stack-wrapper {
position: relative;
  width: 100%;
}

.services-stack {
position: relative;
  width: 100%;
  min-height: 50vh !important;
}

.stack-item {
position: absolute;
  top: 110px !important;
  left: 0;
  width: 100%;
  will-change: transform;
}

@media (max-width: 991px) {
.services-stack {
min-height: 80vh;
}
}

@media (max-width: 767px) {
.services-stack {
min-height: 70vh;
}
}

.stack-offset {
height: 0;
}

.mxd-services-stack__inner {
padding: 4.2rem 5rem 6.6rem !important;
}

.anim-uni-in-up {
will-change: transform, opacity;
}

.custom-parallex-img {
display: block;
  overflow: hidden;
  backface-visibility: hidden;
  background-position: center center;
  will-change: transform;
  inset: 0px;
  width: 992px;
  height: 900px !important;
  transform: translate3d(0px, -220.739px, 0px);
}

.mxd-section:last-child {
position: relative;
  z-index: 10;
  background: #fff;
}

.mxd-footer__footer-blocks {
position: relative;
  z-index: 2;
  background: #fff;
}

.mxd-manifest {
font-size: 2.4rem;
}

.mxd-menu__wrapper active_menu,
.mxd-nav__wrap active_menu {
background-color: #1c1c1c;
}

.mxd-header {
padding-top: 3rem !important;
}

.mxd-faq__header {
text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.mxd-faq__title {
font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #000;
}

.mxd-faq__subtitle {
font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.mxd-faq-grid__inner {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}

.mxd-faq-grid__image {
height: 100%;
}

.mxd-faq__image-wrapper {
height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #f5f5f5;
}

.mxd-faq-grid__questions {
display: flex;
  align-items: center;
}

.mxd-faq__list {
width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mxd-faq__item {
border-bottom: 1px solid #eee;
  transition: border-color 0.4s ease;
}

.mxd-faq__item.is-active {
border-color: #000;
}

.mxd-faq__trigger {
display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-align: left;
  gap: 20px;
  transition: all 0.3s ease;
}

.mxd-faq__trigger:hover {
color: #000;
}

.mxd-faq__question {
flex: 1;
  line-height: 1.4;
}

.mxd-faq__icon {
flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #9f8be7;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mxd-faq__icon svg {
width: 18px;
  height: 18px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ffffff;
}

.mxd-faq__icon svg line {
transition: stroke 0.3s ease;
}

.mxd-faq__item.is-active .mxd-faq__icon {
background: #000;
  transform: scale(1.05);
}

.mxd-faq__item.is-active .mxd-faq__icon svg {
transform: rotate(45deg);
}

.mxd-faq__item.is-active .mxd-faq__icon svg line {
stroke: #fff;
}

.mxd-faq__answer {
display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition:
    max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    padding 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    visibility 0s 0.7s;
}

.mxd-faq__answer.is-open {
max-height: 300px;
  opacity: 1;
  visibility: visible;
  transition:
    max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    padding 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    visibility 0s 0s;
}

.mxd-faq__answer p {
padding: 0 0 24px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 992px) {
.mxd-faq-grid__inner {
grid-template-columns: 1fr;
    gap: 40px;
}

.mxd-faq__image-wrapper {
height: 350px;
}
}

@media (max-width: 768px) {
.mxd-faq-wrapper {
padding: 40px 0;
}

.mxd-faq__title {
font-size: 34px;
}

.mxd-faq__subtitle {
font-size: 16px;
}

.mxd-faq__trigger {
font-size: 15px;
    padding: 18px 0;
}

.mxd-faq__answer p {
font-size: 14px;
    padding: 0 0 16px;
}

.mxd-faq__icon {
width: 30px;
    height: 30px;
}

.mxd-faq__icon svg {
width: 15px;
    height: 15px;
}

.mxd-faq__image-wrapper {
height: 250px;
}
}

@media (max-width: 480px) {
.mxd-faq__title {
font-size: 28px;
}

.mxd-faq__trigger {
font-size: 14px;
    padding: 14px 0;
}

.mxd-faq__image-wrapper {
height: 200px;
}
}

.btn-mobile-icon {
padding: 0 10px;
  gap: 0px !important;
  height: 5rem;
}

.mxd-logo__image {
width: 260px !important;
}

.mxd-block__inner-headline h1 {
font-size: 4.5rem;
}

.inner-headline__text {
font-size: 2.4rem !important;
  margin-top: 1rem !important;
}

body.dark-mode .marquee__item.item-regular.text p {
color: #ffffff !important;
}

body.dark-mode .marquee__item.item-regular.text svg {
color: #ffffff !important;
  fill: #ffffff !important;
}

body.dark-mode .mxd-services-stack__inner.bg-accent {
color: #ffffff !important;
}

body.dark-mode .mxd-services-stack__inner.bg-accent h3,
body.dark-mode .mxd-services-stack__inner.bg-accent p,
body.dark-mode .mxd-services-stack__inner.bg-accent span,
body.dark-mode .mxd-services-stack__inner.bg-accent .tag,
body.dark-mode .mxd-services-stack__inner.bg-accent .t-small-mobile,
body.dark-mode .mxd-services-stack__inner.bg-accent .t-opposite {
color: #ffffff !important;
}

body.dark-mode .tag-outline-opposite {
border-color: #ffffff !important;
}

body.dark-mode .mxd-faq-wrapper {
color: #ffffff !important;
}

body.dark-mode .mxd-faq__title,
body.dark-mode .mxd-faq__subtitle,
body.dark-mode .mxd-faq__question,
body.dark-mode .mxd-faq__answer p {
color: #ffffff !important;
}

body.dark-mode .mxd-faq__trigger {
color: #ffffff !important;
}

body.dark-mode .mxd-faq__item {
border-color: rgba(255, 255, 255, 0.2) !important;
}

body.dark-mode .mxd-faq__icon svg {
color: #000000 !important;
  stroke: #000000 !important;
}

body.dark-mode #preloader {
background: #111111 !important;
}

.btn-additional {
color: #ffffff;
}

body.dark-mode .mxd-section.padding-grid-pre-mtext {
background: #111111 !important;
}

body.dark-mode .mxd-section-title__title h2 {
color: #ffffff !important;
}

.mxd-nav__contain {
margin-top: 3rem !important;
}

.footer-social-icons {
display: flex;
  gap: 1rem;
  margin: 1rem 0 1rem 0;
  flex-wrap: wrap;
}

.footer-social-icon {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  
  background: #010101;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social-icon:hover {
transform: translateY(-3px);
  opacity: 0.85;
  color: #ffffff !important;
}

body.dark-mode .footer-social-icon {
background: #9f8be7 !important;
  color: #ffffff !important;
}

body.dark-mode .footer-social-icon:hover {
opacity: 0.85;
  color: #ffffff !important;
}

.mxd-pricing-card {
background: #ffffff;
  border-radius: 24px;
  border: 1.5px solid #e5e7eb;
  padding: 2.8rem 2.2rem 2.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.mxd-pricing-card:hover {
transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.mxd-pricing-card.recommended {
background: #1a1a1a;
  border-color: #9f8be7;
  box-shadow: 0 4px 32px rgba(159, 139, 231, 0.2);
  padding-top: 3.8rem;
}

.mxd-pricing-card.recommended .mxd-pricing-card__tag {
color: #ffd700;
}

.mxd-pricing-card.recommended .mxd-pricing-card__title {
color: #ffffff;
}

.mxd-pricing-card.recommended .mxd-pricing-card__title span {
color: rgba(255, 255, 255, 0.5);
}

.mxd-pricing-card.recommended .mxd-pricing-card__subtitle {
color: rgba(255, 255, 255, 0.6);
}

.mxd-pricing-card.recommended .mxd-pricing-card__features li {
color: rgba(255, 255, 255, 0.85);
}

.mxd-pricing-card.recommended .mxd-pricing-card__features li i {
color: #9f8be7;
}

.mxd-pricing-card.recommended .mxd-pricing-card__divider {
background: rgba(255, 255, 255, 0.15);
}

.mxd-pricing-card__tag {
font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
  text-align: left;
  border: none;
  background: transparent;
  padding: 0;
}

.mxd-pricing-card__badge {
position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0.4rem 1.4rem;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(159, 139, 231, 0.3);
}

.mxd-pricing-card__body {
flex: 1;
  display: flex;
  flex-direction: column;
}

.mxd-pricing-card__title {
font-size: 2.4rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.mxd-pricing-card__title span {
font-size: 1.2rem;
  font-weight: 400;
  color: #6b7280;
}

.mxd-pricing-card__subtitle {
font-size: 1.4rem;
  color: #6b7280;
  margin-bottom: 1.2rem;
      font-weight: 600;
}

.mxd-pricing-card__divider {
height: 1px;
  background: #e5e7eb;
  margin: 1rem 0 1.2rem;
}

.mxd-pricing-card__features {
list-style: none;
  padding: 0;
  margin: 0 0 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

.mxd-pricing-card__features li {
display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #374151;
  font-weight: 500;
}

.mxd-pricing-card__features li i {
color: #9f8be7;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.mxd-pricing-card__footer {
margin-top: auto;
  padding-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mxd-pricing-card__footer .btn {
width: 100%;
  justify-content: center;
  font-size: 1.6rem;
  padding: 0 1.8rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50px;
}

.mxd-pricing-card.recommended .btn {
background: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a;
}

.mxd-pricing-card.recommended .btn:hover {
background: #9f8be7;
  border-color: #9f8be7;
  color: #ffffff;
}

body.dark-mode .mxd-pricing-card:not(.recommended) {
background: #1a1a1a;
  border-color: #2a2a2a;
}

body.dark-mode .mxd-pricing-card:not(.recommended) .mxd-pricing-card__tag {
color: #9f8be7;
}

body.dark-mode .mxd-pricing-card:not(.recommended) .mxd-pricing-card__title {
color: #ffffff;
}

body.dark-mode
  .mxd-pricing-card:not(.recommended)
  .mxd-pricing-card__title
  span {
color: #999;
}

body.dark-mode .mxd-pricing-card:not(.recommended) .mxd-pricing-card__subtitle {
color: #aaa;
}

body.dark-mode .mxd-pricing-card:not(.recommended) .mxd-pricing-card__divider {
background: #2a2a2a;
}

body.dark-mode
  .mxd-pricing-card:not(.recommended)
  .mxd-pricing-card__features
  li {
color: #ccc;
}

body.dark-mode .mxd-menu__wrapper {
background: #111111 !important;
}

body.dark-mode .mxd-menu__base {
background: #111111 !important;
}

body.dark-mode .mxd-menu__contain {
background: #111111 !important;
}

body.dark-mode .mxd-menu__left {
background: #111111 !important;
}

body.dark-mode .mxd-menu__right {
background: #111111 !important;
}

body.dark-mode .mxd-menu__inner {
background: #111111 !important;
}

body.dark-mode .mxd-menu__caption,
body.dark-mode .menu-promo__caption,
body.dark-mode .mxd-menu__data p,
body.dark-mode .mxd-menu__data a,
body.dark-mode .main-menu__link .btn-caption,
body.dark-mode .main-menu__link .btn-anim__block,
body.dark-mode .main-menu__link .btn-anim__letter {
color: #ffffff !important;
}

body.dark-mode .main-menu__link:hover .btn-anim__letter {
color: #9f8be7 !important;
}

body.dark-mode .mxd-menu__data i {
color: #ffffff !important;
}

body.dark-mode .mxd-menu__data .t-xsmall {
color: #ffffff !important;
}

body.dark-mode .mxd-nav__hamburger {
background: #ffffff !important;
  border-radius: 50%;
}

.marquee__item {
width: 300px;
  height: 300px;
}

.mxd-services-stack__title h3 {
font-size: 4.5rem;
}

.marquee__text {
font-size: 4rem;
  color: #9f8be7 !important;
}

.marquee__image {
width: 4rem;
  height: 4rem;
}

.custom-section-padding {
padding: 40px 0 20px !important;
}

.mxd-section.padding-pre-manifest,
.mxd-section.padding-pre-manifest.mobile-point-subtitle {
padding-bottom: 5rem;
}

.mxd-section.padding-pre-grid {
padding: 0;
}

.mxd-section-title__hrtitle h2 {
font-size: 5rem;
}

.mxd-section-title {
margin-bottom: 4rem;
}

.mxd-section-title__title h2 {
font-size: 4.5rem;
}

.btn-round-large {
width: 60px;
  height: 60px;
}

.mxd-services-stack__controls {
top: 2rem;
  right: 2rem;
}

.menu-promo__video {
padding: 0 !important;
}

.mxd-section.padding-hero-01 {
padding-top: 0rem !important;
}

.mxd-section.padding-default {
padding-bottom: 5rem !important;
}

.mxd-section-inner-headline.padding-headline-pre-block {
padding-bottom: 2.2rem;
}

.custom-bg-img:before {
display: block !important;
  height: 1rem !important;
}

@media (max-width: 768px) {
.inner-headline__title {
font-size: 2rem !important;
}

.inner-headline__text {
font-size: 1.6rem !important;
}

.col-12.col-xl-4 {
width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.col-12.col-xl-4 {
margin-top: 30px !important;
}
}

.footer-blocks__column {
height: 280px;
}

.custom-services-stack__image img {
width: 100% !important;
  max-width: 480px !important;
  height: 480px !important;
}

.mxd-manifest__controls {
margin-top: 2rem;
}

.btn-mobile-icon i {
font-size: 2.2rem;
}

.mxd-nav__hamburger {
width: 5rem;
  height: 5rem;
}

.hamburger__line {
width: 45% !important;
}

.services-stack__image .service-img {
bottom: 0;
  right: 2rem !important;
}

.custom-h2-headings h2 {
font-size: 4rem !important;
}

.custom-btn-design {
font-size: 1.6rem !important;
  height: 50px;
  padding: 0 20px !important;
}

.btn-large i {
font-size: 1.6rem;
}

.mxd-grid-item {
padding: 0 1.5rem !important;
}

form textarea {
height: 10rem;
}

form input,
form textarea {
height: 4rem !important;
    font: normal var(--fw-regular) 1.75rem var(--_font-accent) !important;
}

.btn-absolute-right {
top: -7px;
}

.custom-pricing-subtitle {
font-size: 2.8rem !important;
    font-weight: 800 !important;
}

.custom-bg-color {
background-color: #9f8be7 !important;
}

.custom-bg-color h4,
.custom-bg-color h4 span,
.custom-bg-color p,
.custom-bg-color ul li,
.custom-bg-color ul li i,
.custom-bg-color .custom-standard {
color: #ffffff !important;
}

.ab-section {
padding: 40px 0;
}

.ab-section-mission {
background: #ffffff;
}

.ab-section-vision {
background: #f8f8f8;
}

.ab-section-story {
background: #ffffff;
}

.ab-container {
max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ab-grid {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ab-grid-reverse {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ab-label {
display: inline-block;
    background: #9f8be715;
    color: #9f8be7;
    padding: 8px 22px;
    border-radius: 40px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #9f8be725;
    margin-bottom: 3px;
}

.ab-label i {
margin-right: 10px;
}

.ab-title {
font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.15;
    color: #0b2b40;
    margin-bottom: 24px;
}

.ab-title .highlight {
color: #9f8be7;
}

.ab-desc {
font-size: 1.8rem;
    line-height: 1.8;
    color: #3d4e5e;
    margin-bottom: 24px;
}

.ab-desc-sm {
font-size: 1.6rem;
    line-height: 1.8;
    color: #526473;
    margin-bottom: 20px;
}

.ab-desc-italic {
font-size: 1.8rem;
    line-height: 1.7;
    color: #526473;
    font-style: italic;
}

.ab-desc strong,
.ab-desc-sm strong {
color: #0b2b40;
}

.ab-features-grid {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px;
}

.ab-feature-item {
display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px 0;
}

.ab-feature-item .ab-icon {
color: #9f8be7;
    font-size: 1.8rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.ab-feature-item .ab-text {
font-size: 1.6rem;
    line-height: 1.5;
    color: #1a1a1a;
}

.ab-vision-box {
background: #ffffff;
    border-radius: 24px;
    padding: 40px 36px;
    border: 1px solid #edf2f7;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.ab-vision-item {
display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eef2f7;
}

.ab-vision-item:last-child {
margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ab-vision-icon {
width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #9f8be715;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ab-vision-icon i {
color: #9f8be7;
    font-size: 2rem;
}

.ab-vision-item h4 {
font-size: 1.8rem;
    font-weight: 700;
    color: #0b2b40;
    margin: 0 0 6px 0;
}

.ab-vision-item p {
font-size: 1.6rem;
    line-height: 1.6;
    color: #526473;
    margin: 0;
}

.ab-story-cards {
display: flex;
    flex-direction: column;
    gap: 22px;
}

.ab-story-card {
background: #f8f8f8;
    border-radius: 20px;
    padding: 30px 32px;
    border-left: 4px solid #9f8be7;
}

.ab-story-card .ab-step {
display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.ab-story-card .ab-step-number {
background: #9f8be7;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.ab-story-card .ab-step-title {
font-size: 1.8rem;
    font-weight: 700;
    color: #0b2b40;
    margin: 0;
}

.ab-story-card .ab-step-desc {
font-size: 1.6rem;
    line-height: 1.7;
    color: #526473;
    /* margin: 0 0 0 52px; */
}

.ab-story-quote {
margin-top: 32px;
    padding: 28px 34px;
    background: #9f8be710;
    border-radius: 16px;
    border: 1px solid #9f8be720;
}

.ab-story-quote p {
font-size: 2rem;
    font-weight: 600;
    color: #0b2b40;
    margin: 0;
    line-height: 1.6;
}

.ab-story-quote i {
color: #9f8be7;
    margin-right: 14px;
}

body.dark-mode .ab-section-mission,
body.dark-mode .ab-section-story {
background: #111111 !important;
}

body.dark-mode .ab-section-vision {
background: #1a1a1a !important;
}

body.dark-mode .ab-title {
color: #ffffff !important;
}

body.dark-mode .ab-desc,
body.dark-mode .ab-desc-sm,
body.dark-mode .ab-desc-italic {
color: #cccccc !important;
}

body.dark-mode .ab-feature-item .ab-text {
color: #dddddd !important;
}

body.dark-mode .ab-vision-box {
background: #1a1a1a !important;
    border-color: #2a2a2a !important;
}

body.dark-mode .ab-vision-item {
border-bottom-color: #2a2a2a !important;
}

body.dark-mode .ab-vision-item h4 {
color: #ffffff !important;
}

body.dark-mode .ab-vision-item p {
color: #aaaaaa !important;
}

body.dark-mode .ab-story-card {
background: #1a1a1a !important;
}

body.dark-mode .ab-story-card .ab-step-title {
color: #ffffff !important;
}

body.dark-mode .ab-story-card .ab-step-desc {
color: #bbbbbb !important;
}

body.dark-mode .ab-story-quote {
background: #1a1a1a !important;
    border-color: #2a2a2a !important;
}

body.dark-mode .ab-story-quote p {
color: #ffffff !important;
}

body.dark-mode .ab-desc strong,
body.dark-mode .ab-desc-sm strong {
color: #ffffff !important;
}

@media (max-width: 992px) {
.ab-grid,
.ab-grid-reverse {
grid-template-columns: 1fr !important;
      gap: 5px !important;
}

.ab-title {
font-size: 3.2rem !important;
}

.ab-features-grid {
grid-template-columns: 1fr !important;
gap:0px ;
}

.ab-section {
padding: 60px 0 !important;
}
}

@media (max-width: 768px) {
.ab-title {
font-size: 2rem !important;
margin-bottom: 10px !important;
}

.ab-desc {
font-size: 1.6rem !important;
}

.ab-desc-sm {
font-size: 1.6rem !important;
}

.ab-desc-italic {
font-size: 1.6rem !important;
}

.ab-vision-box {
padding: 28px 22px !important;
}

.ab-story-card {
padding: 22px 24px !important;
}

.ab-story-card .ab-step-desc {
font-size: 1.6rem !important;
}

.ab-story-quote p {
font-size: 1.6rem !important;
}
}

@media (max-width: 480px) {
.ab-title {
font-size: 2rem !important;
}

.ab-label {
font-size: 1.6rem !important;
margin-bottom: 16px !important;
}

.ab-vision-icon {
width: 44px !important;
      height: 44px !important;
}

.ab-vision-icon i {
font-size: 1.6rem !important;
}

.ab-vision-item h4 {
font-size: 1.6rem !important;
}
}

.mxd-point-subtitle span {
color: #9f8be7;
font-weight:600;
}

.mxd-point-subtitle svg {
fill: #9f8be7;
}

.marquee__image svg {
color: #9f8be7 !important;
}

.hp-proof-stats {
--hp-purple: #9d83ea;
  --hp-purple-dark: #876ce0;

  --hp-bg: #f8f8f7;
  --hp-card: #ffffff;

  --hp-title: #18181b;
  --hp-text: #55555d;

  width: 100%;

  padding: clamp(25px, 2vw, 80px) 20px;
  background: var(--hp-bg);

  overflow: hidden;
}

.hp-proof-stats__container {
width: min(1180px, 100%);

  margin-inline: auto;
}

.hp-proof-stats__heading {
text-align: center;

  margin-bottom:
    clamp(32px, 4vw, 52px);
}

.hp-proof-stats__heading h2 {
    margin: 0;
    color: var(--hp-title);
    font-size:clamp(30px, 3.4vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.hp-proof-stats__grid {
display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;
}

.hp-proof-card {
position: relative;

  isolation: isolate;

  overflow: hidden;

  min-height: 250px;

  border-radius: 26px;

  padding:
    clamp(26px, 3vw, 38px);

  background: var(--hp-card);

  border:
    1px solid rgba(20, 20, 25, 0.07);

  box-shadow:
    0 12px 35px rgba(24, 24, 35, 0.04);

  transition:
    transform 0.4s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.hp-proof-card:hover {
transform:
    translateY(-5px);

  border-color:
    rgba(157, 131, 234, 0.16);

  box-shadow:
    0 24px 55px rgba(20, 20, 35, 0.08);
}

.hp-proof-card__content {
position: relative;

  z-index: 5;

  width: 45%;

  max-width: 265px;
}

.hp-proof-card__number {
margin: 0 0 12px;

  color: var(--hp-purple);

  font-size:
    clamp(44px, 5vw, 67px);

  font-weight: 600;

  line-height: 0.95;

  letter-spacing: -0.055em;
}

.hp-proof-card__title {
margin:
    0 0 12px;

  color: var(--hp-title);

  font-size:
    clamp(18px, 1.55vw, 22px);

  font-weight: 600;

  line-height: 1.2;

  letter-spacing: -0.025em;
}

.hp-proof-card__description {
margin: 0;

  color: var(--hp-text);

  font-size:
    15px;

  font-weight: 400;

  line-height: 1.65;

  max-width: 230px;
}

.hp-proof-card__visual {
position: absolute;

  z-index: 1;

  right: 8px;
  bottom: 0;

  width: 48%;
  height: 92%;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  pointer-events: none;
}

.hp-proof-card__visual img {
display: block;

  width: 100%;
  height: 100%;

  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
  object-position: center bottom;
}

.hp-proof-card--1 .hp-proof-card__visual {
  width: 50%;
  right: 15px;
  bottom: 15px;
}

.hp-proof-card--2 .hp-proof-card__visual {
  width: 50%;
  right: 15px;
  bottom: 15px;
}

.hp-proof-card--3 .hp-proof-card__visual {
  width: 50%;
  right: 15px;
  bottom: 15px;
}

.hp-proof-card--4 .hp-proof-card__visual {
  width: 50%;
  right: 15px;
  bottom: 15px;
}

@media (max-width: 991px) {
.hp-proof-stats {
padding-inline:
      16px;
}

.hp-proof-card {
min-height:
      270px;
}

.hp-proof-card__content {
width:
      52%;
}

.hp-proof-card__description {
font-size:
      14px;
}

.hp-proof-card__visual {
  width: 46%;
  height: 88%;
  right: 6px;
}
}

@media (max-width: 767px) {
.hp-proof-stats {
padding:
      55px 14px;
}

.hp-proof-stats__heading {
margin-bottom:
      28px;
}

.hp-proof-stats__grid {
grid-template-columns:
      1fr;

    gap:
      14px;
}

.hp-proof-card {
min-height:
      290px;

    padding:
      25px;

    border-radius:
      22px;
}

.hp-proof-card__content {
width:
      52%;
}

.hp-proof-card__number {
font-size:
      48px;
}

.hp-proof-card__title {
font-size:
      18px;
}

.hp-proof-card__description {
max-width:
      190px;

    font-size:
      14px;

    line-height:
      1.55;
}

.hp-proof-card__visual,
.hp-proof-card--1 .hp-proof-card__visual,
.hp-proof-card--2 .hp-proof-card__visual,
.hp-proof-card--3 .hp-proof-card__visual,
.hp-proof-card--4 .hp-proof-card__visual {
  width: 43%;
  height: 80%;
  right: 4px;
  bottom: 0;
}
}

@media (max-width: 480px) {
.hp-proof-card {
min-height:
      260px;
}

.hp-proof-card__content {
width:
      56%;
}

.hp-proof-card__number {
font-size:
      42px;
}

.hp-proof-card__title {
font-size:
      16px;
}

.hp-proof-card__description {
font-size:
      13px;
}

.hp-proof-card__visual,
.hp-proof-card--1 .hp-proof-card__visual,
.hp-proof-card--2 .hp-proof-card__visual,
.hp-proof-card--3 .hp-proof-card__visual,
.hp-proof-card--4 .hp-proof-card__visual {
  width: 40%;
  height: 74%;
  right: 2px;
  bottom: 4px;
}
}

.hb-brands {
--hb-bg: #f7f7f6;
  --hb-card: #ffffff;
  --hb-title: #171719;
  --hb-text: #64646b;
  --hb-purple: #9479e7;

  width: 100%;
  padding: clamp(30px, 7vw, 30px) 22px;
  background: var(--hb-bg);
  overflow: hidden;
}

.hb-brands__container {
width: min(1180px, 100%);
  margin: 0 auto;
}

.hb-brands__header {
max-width: 850px;
  margin: 0 0 clamp(42px, 5vw, 30px);
}

.hb-brands__label {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--hb-purple);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
}

.hb-brands__title {
  margin: 0;
  color: var(--hb-title);
  font-size: clamp(38px, 4.8vw, 44px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;
        sans-serif;
}

.hb-brands__grid {
display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 18px;
}

.hb-brand-card {
position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 180px;

  padding: 28px;

  overflow: hidden;

  background: var(--hb-card);

  border:
    1px solid rgba(20, 20, 25, 0.06);

  border-radius: 24px;

  box-shadow:
    0 8px 28px rgba(20, 20, 30, 0.035);

  text-decoration: none;

  transition:
    transform 0.35s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.hb-brand-card:hover {
transform: translateY(-5px);

  border-color:
    rgba(148, 121, 231, 0.18);

  box-shadow:
    0 20px 45px rgba(20, 20, 35, 0.08);
}

.hb-brand-card::before {
content: "";

  position: absolute;

  width: 150px;
  height: 150px;

  top: 50%;
  left: 50%;

  transform:
    translate(-50%, -50%);

  background:
    rgba(148, 121, 231, 0.06);

  border-radius: 50%;

  filter:
    blur(35px);

  opacity: 0;

  transition:
    opacity 0.35s ease;
}

.hb-brand-card:hover::before {
opacity: 1;
}

.hb-brand-card__logo {
position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}

.hb-brand-card__logo img {
display: block;

  width: auto;
  height: auto;

  max-width: 68%;
  max-height: 74px;

  object-fit: contain;

  opacity: 0.92;

  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.hb-brand-card:hover
.hb-brand-card__logo img {
transform: scale(1.04);
  opacity: 1;
}

.hb-brand-card:nth-child(1)
.hb-brand-card__logo img {
max-width: 72%;
  max-height: 62px;
}

.hb-brand-card:nth-child(2)
.hb-brand-card__logo img {
max-width: 58%;
  max-height: 105px;
}

.hb-brand-card:nth-child(3)
.hb-brand-card__logo img {
max-width: 70%;
  max-height: 90px;
}

.hb-brand-card:nth-child(4)
.hb-brand-card__logo img {
max-width: 68%;
  max-height: 65px;
}

.hb-brand-card:nth-child(5)
.hb-brand-card__logo img {
max-width: 54%;
  max-height: 70px;
}

.hb-brand-card:nth-child(6)
.hb-brand-card__logo img {
max-width: 60%;
  max-height: 65px;
}

.hb-brand-card:nth-child(7)
.hb-brand-card__logo img {
max-width: 62%;
  max-height: 60px;
}

.hb-brand-card:nth-child(8)
.hb-brand-card__logo img {
max-width: 72%;
  max-height: 65px;
}

@media (max-width: 991px) {
.hb-brands {
padding-inline: 18px;
}

.hb-brands__grid {
grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 16px;
}

.hb-brand-card {
min-height: 180px;
}
}

@media (max-width: 600px) {
.hb-brands {
padding:60px 14px;
}

.hb-brands__header {
margin-bottom:32px;
}

.hb-brands__title {
font-size:2.4rem;
}

.hb-brands__grid {
grid-template-columns: 1fr;

    gap: 13px;
}

.hb-brand-card {
min-height: 145px;

    padding: 24px;

    border-radius: 20px;
}

.hb-brand-card__logo img {
max-width: 58%;
    max-height: 58px;
}
}

.mxd-footer {
padding: 0;
padding-bottom:15px;
}

.sales-hero {
position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 30px 0 8px;
    /* height: 100vh; */
    padding-top: 100px;
}


.sales-hero-container {
position: relative;
    z-index: 2;
    width: calc(100% - 0px);
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 45% 55%;
    
    min-height: 575px;
}

.sales-hero-content {
position: relative;
    z-index: 5;
    padding: 20px 15px 0 50px;
}

.sales-hero-badge {
width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 5px 15px;
    border-radius: 30px;
    background: linear-gradient(
        90deg,
        rgba(114, 67, 238, 0.08),
        rgba(114, 67, 238, 0.12)
    );
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

.badge-stars {
color: #000000;
    font-size: 17px;
}

.hero-heading-wrap {
width: 100%;
    margin-bottom: 15px;
}

.hero-static-title,
.hero-marquee {
    font-size: clamp(50px, 4vw, 68px);
    line-height: 0.98;
    letter-spacing: -3px;
    font-weight: 800;
}

.hero-static-title {
/*color: #080916;*/
    margin: 0;
}

.hero-marquee {
position: relative;
    overflow: hidden;

    width: 100%;
    height: 1.08em;

    display: flex;
    align-items: center;

    color: #6844ed;
    margin: 3px 0 4px;

    
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 6%,
        #000 94%,
        transparent 100%
    );

    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 6%,
        #000 94%,
        transparent 100%
    );
}

.hero-marquee-track {
display: flex;
    width: max-content;
    flex-shrink: 0;
    animation: integrateMarquee 9s linear infinite;
    will-change: transform;
}

.hero-marquee-track span {
flex-shrink: 0;
    padding-right: 55px;

      background: linear-gradient(
          90deg,
          #7345ef 0%,
          #5f3be4 55%,
          #8659f6 100%
      );

    -webkit-background-clip: text;
    background-clip: text;
    color:#9f8be7;
}

@keyframes integrateMarquee {
from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-25%);
    }
}

.hero-subtitle {
color: #12121b;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 10px;
}

.hero-description {
max-width: 500px;
    margin: 0;

    color: #454550;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.hero-actions {
display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.hero-primary-btn,
.hero-demo-btn {
text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.hero-primary-btn {
height: 50px;
    padding: 0 21px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    border-radius: 100px;
    background: #9f8be7 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 650;

    box-shadow:
        0 6px 15px rgba(85, 52, 232, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-primary-btn:hover {
transform: translateY(-2px);
    color: #fff;
    box-shadow:
        0 10px 23px rgba(85, 52, 232, 0.26);
}

.hero-demo-btn {
height: 50px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
    border-radius: 10px;
    color: #15151d;
    /* background: rgba(255, 255, 255, 0.8); */
    font-size: 14px;
    font-weight: 650;
}

.hero-demo-btn:hover {
transform: translateY(-2px);
    background: #fff;
    color: #15151d;
}

.play-circle {
width: 40px;
    height: 40px;
    border: 1.7px solid #9f8be7;
    background: #9f8be7;  
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.play-circle svg {
margin-left: 2px;
    color: #ffffff;
}

.hero-features {
display: flex;
    align-items: center;
    gap: 31px;
    margin-top: 35px;
}

.hero-feature {
display: flex;
    align-items: center;
    gap: 10px;

    color: #171720;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 650;
    white-space: nowrap;
}

.feature-icon {
width: 27px;
    height: 27px;

    display: grid;
    place-items: center;

    border-radius: 8px;

    color: #7048eb;

    background: rgba(112, 72, 235, 0.07);
}

.feature-icon svg {
width: 17px;
    height: 17px;
}

.sales-hero-visual {
position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    width: 100%;
    min-width: 0;
}

.sales-hero-visual img {
width: 100%;
    max-width: 850px;
    height: auto;

    display: block;
    object-fit: contain;

    transform: translateX(5px);
}

.sales-hero-visual::before {
content: "";

    position: absolute;
    z-index: -1;

    width: 88%;
    height: 84%;

    right: -2%;
    top: 5%;

    border-radius: 100px;

    background: rgba(127, 84, 246, 0.09);
    filter: blur(60px);
}

@media (max-width: 1199px) {
.sales-hero-container {
width: calc(100% - 40px);
        grid-template-columns: 43% 57%;
}

.hero-static-title,
.hero-marquee {
font-size: 50px;
        letter-spacing: -2.5px;
}

.hero-description {
font-size: 15px;
}

.hero-features {
gap: 17px;
}

.hero-feature {
font-size: 10px;
}
}

@media (max-width: 991px) {
.sales-hero {
padding: 35px 0 20px;
}

.sales-hero-container {
width: calc(100% - 40px);
        grid-template-columns: 1fr;
        gap: 35px;
}

.sales-hero-content {
padding-right: 0;
}

.sales-hero-visual {
justify-content: center;
}

.sales-hero-visual img {
max-width: 760px;
        transform: none;
}

.hero-description {
max-width: 600px;
}

.hero-features {
margin-top: 40px;
        flex-wrap: wrap;
}
}

@media (max-width: 768px) {
.sales-hero {
padding-top: 24px;
}

.sales-hero-container {
width: calc(100% - 0px);
}

.sales-hero-badge {
font-size: 9px;
        padding: 5px 7px;
        margin-bottom: 8px;
}

.hero-static-title,
.hero-marquee {
font-size: 30px;
        letter-spacing: -1px;
}

.hero-subtitle {
font-size: 17px;
}

.hero-description {
font-size: 14px;
        line-height: 1.6;
}

.hero-actions {
display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 5px;
        margin-top: 15px;
}

.hero-primary-btn {
width: 50%;
        height: 40px;
        padding: 0 7px;
        font-size: 12px;
        gap: 7px;
}

.hero-demo-btn {
width: 20%;
        height: 40px;
}

.hero-features {
display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0;
      margin: 18px 0;
}

.hero-feature {
white-space: normal;
}

.sales-hero-visual {
margin-top: 5px;
}
}

@media (prefers-reduced-motion: reduce) {
.hero-marquee-track {
animation-duration: 25s;
}
}

.footer-nav__link {
font-size: 2.4rem;
}

.footer-nav {
gap: 1rem;
}

.footer-blocks__title-m {
font-size: 2.4rem;
}

.footer-blocks__block {
gap: 1rem;
}

.footer-blocks__card {
gap: 1.4rem !important;
}

.mxd-point-subtitle {
color: #9f8be7;
}

.mxd-res-list__divider {
background-color: #9f8be7;
}


body.dark-mode .sales-hero-bg {
background: #111111 !important;
}



body.dark-mode .hero-subtitle {
color: #e0e0e0 !important;
}

body.dark-mode .hero-description {
color: #aaaaaa !important;
}

body.dark-mode .sales-hero-badge {
background: rgba(159, 139, 231, 0.15) !important;
    color: #9f8be7 !important;
}

body.dark-mode .hero-demo-btn {
background: transparent !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

body.dark-mode .hero-demo-btn:hover {
background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

body.dark-mode .play-circle {
border-color: #9f8be7 !important;
    background: #9f8be7 !important;
}

body.dark-mode .hero-feature {
color: #e0e0e0 !important;
}

body.dark-mode .feature-icon {
background: rgba(159, 139, 231, 0.12) !important;
    color: #9f8be7 !important;
}

body.dark-mode .sales-hero-visual::before {
background: rgba(159, 139, 231, 0.06) !important;
}

body.dark-mode .hp-proof-stats {
background: #111111 !important;
}

body.dark-mode .hp-proof-stats__heading h2 {
color: #ffffff !important;
}

body.dark-mode .hp-proof-card {
background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

body.dark-mode .hp-proof-card:hover {
border-color: rgba(159, 139, 231, 0.25) !important;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3) !important;
}

body.dark-mode .hp-proof-card__title {
color: #ffffff !important;
}

body.dark-mode .hp-proof-card__description {
color: #aaaaaa !important;
}

body.dark-mode .hp-proof-card__number {
color: #9f8be7 !important;
}

body.dark-mode .hb-brands {
background: #0d0d0d !important;
}

body.dark-mode .hb-brands__title {
color: #ffffff !important;
}

body.dark-mode .hb-brands__label {
color: #9f8be7 !important;
}

body.dark-mode .hb-brand-card {
background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

body.dark-mode .hb-brand-card:hover {
border-color: rgba(159, 139, 231, 0.2) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3) !important;
}

body.dark-mode .hb-brand-card::before {
background: rgba(159, 139, 231, 0.06) !important;
}

body.dark-mode .hb-brand-card__logo img {
filter: brightness(0.9) !important;
}

body.dark-mode .hb-brand-card:hover .hb-brand-card__logo img {
filter: brightness(1) !important;
}

body.dark-mode .marquee__text {
color: #9f8be7 !important;
}

body.dark-mode .marquee__image svg {
color: #9f8be7 !important;
    fill: #9f8be7 !important;
}

body.dark-mode .mxd-section.padding-mtext-pre-pinned,
body.dark-mode .mxd-section.padding-mtext-pre-grid {
background: #111111 !important;
}

body.dark-mode .mxd-services-stack__inner.bg-base-opp {
background: #1a1a1a !important;
    color: #ffffff !important;
}

body.dark-mode .mxd-services-stack__inner.bg-base-opp h3,
body.dark-mode .mxd-services-stack__inner.bg-base-opp p,
body.dark-mode .mxd-services-stack__inner.bg-base-opp .tag,
body.dark-mode .mxd-services-stack__inner.bg-base-opp .t-small-mobile,
body.dark-mode .mxd-services-stack__inner.bg-base-opp .t-opposite {
color: #ffffff !important;
}

body.dark-mode .mxd-services-stack__inner.bg-base-opp .tag-outline-opposite {
border-color: rgba(255, 255, 255, 0.3) !important;
}

body.dark-mode .mxd-services-stack__inner.bg-base-tint {
background: #1a1a1a !important;
}

body.dark-mode .mxd-services-stack__inner.bg-base-tint h3,
body.dark-mode .mxd-services-stack__inner.bg-base-tint p,
body.dark-mode .mxd-services-stack__inner.bg-base-tint .tag,
body.dark-mode .mxd-services-stack__inner.bg-base-tint .t-small-mobile {
color: #ffffff !important;
}

body.dark-mode .mxd-services-stack__inner.bg-base-tint .tag-outline {
border-color: rgba(255, 255, 255, 0.3) !important;
}

body.dark-mode .mxd-services-stack__inner.bg-accent {
background: linear-gradient(135deg, #5a3db8, #3f28a0) !important;
}

body.dark-mode .mxd-services-stack__inner.bg-accent h3,
body.dark-mode .mxd-services-stack__inner.bg-accent p,
body.dark-mode .mxd-services-stack__inner.bg-accent .tag,
body.dark-mode .mxd-services-stack__inner.bg-accent .t-small-mobile,
body.dark-mode .mxd-services-stack__inner.bg-accent .t-opposite {
color: #ffffff !important;
}

body.dark-mode .mxd-services-stack__inner.bg-accent .tag-outline-opposite {
border-color: rgba(255, 255, 255, 0.4) !important;
}

body.dark-mode .mxd-section.padding-pre-grid {
background: #111111 !important;
}

body.dark-mode .mxd-point-subtitle {
color: #9f8be7 !important;
}

body.dark-mode .mxd-point-subtitle span {
color: #9f8be7 !important;
}

body.dark-mode .mxd-point-subtitle svg {
fill: #9f8be7 !important;
}

body.dark-mode .mxd-manifest {
color: #cccccc !important;
}

body.dark-mode .mxd-manifest .mxd-manifest__controls .btn-outline {
border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

body.dark-mode .mxd-manifest .mxd-manifest__controls .btn-outline:hover {
background: #9f8be7 !important;
    border-color: #9f8be7 !important;
    color: #ffffff !important;
}

body.dark-mode .mxd-manifest .mxd-manifest__controls .btn-outline i {
color: #ffffff !important;
}

body.dark-mode .mxd-manifest .mxd-manifest__controls .btn-outline:hover i {
color: #ffffff !important;
}

@media (max-width: 991px) {
body.dark-mode .sales-hero-container {
background: #111111 !important;
}
}

@media (max-width: 575px) {
body.dark-mode .hero-features {
background: transparent !important;
}
}

body.dark-mode .mxd-section.padding-default.custom-section-padding {
background: #111111 !important;
}

body.dark-mode .mxd-faq-wrapper {
background: #111111 !important;
}

body.dark-mode .mxd-faq__title {
color: #ffffff !important;
}

body.dark-mode .mxd-faq__subtitle {
color: #aaaaaa !important;
}

body.dark-mode .mxd-faq__list {
background: transparent !important;
}

body.dark-mode .mxd-faq__item {
border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

body.dark-mode .mxd-faq__item.is-active {
border-bottom-color: #9f8be7 !important;
}

body.dark-mode .mxd-faq__trigger {
color: #ffffff !important;
}

body.dark-mode .mxd-faq__trigger:hover {
color: #9f8be7 !important;
}

body.dark-mode .mxd-faq__question {
color: #ffffff !important;
}

body.dark-mode .mxd-faq__icon {
background: rgba(159, 139, 231, 0.15) !important;
}

body.dark-mode .mxd-faq__icon svg {
color: #9f8be7 !important;
    stroke: #9f8be7 !important;
}

body.dark-mode .mxd-faq__item.is-active .mxd-faq__icon {
background: #9f8be7 !important;
}

body.dark-mode .mxd-faq__item.is-active .mxd-faq__icon svg {
color: #ffffff !important;
    stroke: #ffffff !important;
}

body.dark-mode .mxd-faq__answer p {
color: #cccccc !important;
}

body.dark-mode .mxd-faq__image-wrapper {
background: #1a1a1a !important;
}

body.dark-mode .ab-label {
background: rgba(159, 139, 231, 0.12) !important;
    color: #9f8be7 !important;
    border-color: rgba(159, 139, 231, 0.15) !important;
}

body.dark-mode .ab-label i {
color: #9f8be7 !important;
}

@media (max-width: 992px) {
body.dark-mode .mxd-faq__image-wrapper {
background: #1a1a1a !important;
}
}

@media (max-width: 768px) {
body.dark-mode .mxd-faq__trigger {
font-size: 15px !important;
}

body.dark-mode .mxd-faq__answer p {
font-size: 14px !important;
        color: #bbbbbb !important;
}
}

body.dark-mode .mxd-section.mxd-section-inner-headline.padding-s-text-pre-form.overflow-hidden {
background: #111111 !important;
}

body.dark-mode .mxd-section.padding-default {
background: #111111 !important;
}

body.dark-mode .mxd-block__inner-headline .inner-headline__title {
color: #ffffff !important;
}

body.dark-mode .mxd-block__inner-headline p {
color: #cccccc !important;
}

body.dark-mode .mxd-point-subtitle {
color: #9f8be7 !important;
}

body.dark-mode .mxd-point-subtitle span {
color: #9f8be7 !important;
}

body.dark-mode .mxd-point-subtitle svg {
fill: #9f8be7 !important;
}

body.dark-mode .form-container {
background: transparent !important;
}

body.dark-mode form input,
body.dark-mode form textarea {
background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

body.dark-mode form input::placeholder,
body.dark-mode form textarea::placeholder {
color: #888888 !important;
}

body.dark-mode form input:focus,
body.dark-mode form textarea:focus {
border-color: #9f8be7 !important;
    background: #1a1a1a !important;
    box-shadow: 0 0 0 4px rgba(159, 139, 231, 0.1) !important;
}

body.dark-mode .btn-anim.btn.btn-default.btn-large.btn-opposite {
background: #9f8be7 !important;
    color: #ffffff !important;
    border-color: #9f8be7 !important;
}

body.dark-mode .btn-anim.btn.btn-default.btn-large.btn-opposite:hover {
background: #7a6bc4 !important;
    border-color: #7a6bc4 !important;
    color: #ffffff !important;
}

body.dark-mode .btn-anim.btn.btn-default.btn-large.btn-opposite i {
color: #ffffff !important;
}

body.dark-mode .form__reply.centered.text-center {
background: transparent !important;
}

body.dark-mode .reply__title {
color: #ffffff !important;
}

body.dark-mode .reply__text {
color: #cccccc !important;
}

body.dark-mode .reply__icon {
color: #9f8be7 !important;
}

body.dark-mode .ab-label {
background: rgba(159, 139, 231, 0.12) !important;
    color: #9f8be7 !important;
    border-color: rgba(159, 139, 231, 0.15) !important;
}

body.dark-mode .ab-label i {
color: #9f8be7 !important;
}

@media (max-width: 768px) {
body.dark-mode .inner-headline__title {
font-size: 2rem !important;
}

body.dark-mode .mxd-block__inner-headline p {
font-size: 1rem !important;
}

body.dark-mode form input,
body.dark-mode form textarea {
font-size: 14px !important;
        padding: 12px 16px !important;
}
}

body.dark-mode .mxd-grid-item.no-margin {
background: transparent !important;
}

.custom-ab-grid {
align-items: flex-start;
}

.contact-hub-section {
position: relative;
    width: 100%;
    padding: 70px 0 80px;
}

.contact-hub-container {
width: calc(100% - 120px);
    max-width: 1440px;
    margin: 0 auto;
}

.contact-hub-top {
display: grid;
    grid-template-columns: 40% 60%;
    align-items: start;
    gap: 40px;

    padding-bottom: 45px;
}

.contact-hub-label-wrap {
display: flex;
    align-items: flex-start;
}

.contact-hub-label {
display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 11px 20px;

    border-radius: 50px;

    background: #f5f1ff;
    border: 1px solid #e4dcff;

    color: #9a7cf4;

    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.contact-hub-label i {
font-size: 14px;
}

.contact-hub-intro {
max-width: 700px;
}

.contact-hub-intro p {
margin: 0;

    color: #1f1f1f;

    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.45;
    font-weight: 400;
}

.contact-hub-grid {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.contact-hub-card {
position: relative;

    display: flex;
    flex-direction: column;

    min-height: 330px;

    padding: 30px;

    background: #ffffff;

    border: 1px solid rgba(20, 20, 20, 0.07);
    border-radius: 20px;

    box-shadow:
        0 8px 24px rgba(27, 27, 27, 0.05),
        0 20px 50px rgba(27, 27, 27, 0.06);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.contact-hub-card:hover {
transform: translateY(-6px);

    border-color: rgba(154, 124, 244, 0.28);

    box-shadow:
        0 14px 30px rgba(27, 27, 27, 0.08),
        0 28px 65px rgba(92, 64, 180, 0.10);
}

.contact-hub-card-icon {
width: 52px;
    height: 52px;

    display: grid;
    place-items: center;

    margin-bottom: 24px;

    border-radius: 15px;

    background: #f3efff;
    color: #8f73ea;

    font-size: 20px;
}

.contact-hub-card h3 {
margin: 0 0 14px;

    color: #171717;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 650;
}

.contact-hub-card-desc {
margin: 0 0 28px;

    color: #666666;

    font-size: 16px;
    line-height: 1.6;
}

.contact-hub-card-links {
margin-top: auto;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-hub-card-links a {
display: flex;
    align-items: center;
    gap: 10px;

    width: fit-content;
    max-width: 100%;

    color: #242424;

    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.contact-hub-card-links a i {
width: 18px;

    flex-shrink: 0;

    color: #9a7cf4;

    font-size: 14px;
}

.contact-hub-card-links a span {
word-break: break-word;
}

.contact-hub-card-links a:hover {
color: #8466df;
    transform: translateX(3px);
}

.contact-hub-card-support {
background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #faf8ff 100%
        );
}

[data-theme="dark"] .contact-hub-section {
background: #111111;
}

[data-theme="dark"] .contact-hub-label {
background: rgba(150, 120, 245, 0.12);
    border-color: rgba(150, 120, 245, 0.25);
    color: #b8a4ff;
}

[data-theme="dark"] .contact-hub-intro p {
color: #f2f2f2;
}

[data-theme="dark"] .contact-hub-card {
background: #191919;

    border-color: rgba(255,255,255,0.08);

    box-shadow:
        0 10px 25px rgba(0,0,0,0.25),
        0 25px 55px rgba(0,0,0,0.22);
}

[data-theme="dark"] .contact-hub-card-support {
background:
        linear-gradient(
            145deg,
            #1a1a1a 0%,
            #201b2c 100%
        );
}

[data-theme="dark"] .contact-hub-card h3 {
color: #ffffff;
}

[data-theme="dark"] .contact-hub-card-desc {
color: #b9b9b9;
}

[data-theme="dark"] .contact-hub-card-links a {
color: #e7e7e7;
}

[data-theme="dark"] .contact-hub-card-icon {
background: rgba(154,124,244,0.13);
    color: #b39cff;
}

@media (max-width: 1199px) {
.contact-hub-container {
width: calc(100% - 60px);
}

.contact-hub-top {
grid-template-columns: 38% 62%;
        gap: 30px;
}

.contact-hub-grid {
gap: 18px;
}

.contact-hub-card {
padding: 25px;
}
}

@media (max-width: 991px) {
.contact-hub-section {
padding: 55px 0 60px;
}

.contact-hub-container {
width: calc(100% - 40px);
}

.contact-hub-top {
grid-template-columns: 1fr;
        gap: 22px;

        padding-bottom: 35px;
}

.contact-hub-intro {
max-width: 760px;
}

.contact-hub-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 700px) {
.contact-hub-section {
padding: 0px 0 30px;
}

.contact-hub-container {
width: calc(100% - 30px);
}

.contact-hub-label {
padding: 9px 15px;
        font-size: 13px;
}

.contact-hub-intro p {
font-size: 24px;
        line-height: 1.4;
}

.contact-hub-grid {
grid-template-columns: 1fr;
        gap: 16px;
}

.contact-hub-card {
min-height: auto;

        padding: 22px;

        border-radius: 16px;
}

.contact-hub-card-icon {
width: 46px;
        height: 46px;

        margin-bottom: 18px;

        font-size: 18px;
}

.contact-hub-card h3 {
font-size: 22px;
}

.contact-hub-card-desc {
margin-bottom: 22px;

        font-size: 15px;
}
}

@media (max-width: 420px) {
.contact-hub-container {
width: calc(100% - 24px);
}

.contact-hub-intro p {
font-size: 21px;
}

.contact-hub-card {
padding: 20px;
}

.contact-hub-card-links a {
font-size: 14px;
}
}

.xb-enquiry-popup {
position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.xb-enquiry-popup.is-active {
visibility: visible;
    opacity: 1;

    pointer-events: auto;
}

.xb-enquiry-overlay {
position: absolute;

    inset: 0;

    background: rgba(15, 15, 15, 0.63);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.xb-enquiry-box {
position: relative;
    z-index: 2;

    width: 100%;
    max-width: 540px;

    max-height: calc(100vh - 40px);

    overflow-y: auto;

    padding: 30px;

    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.22);

    transform:
        translateY(18px)
        scale(0.98);

    transition:
        transform 0.3s ease;
}

.xb-enquiry-popup.is-active .xb-enquiry-box {
transform:
        translateY(0)
        scale(1);
}

.xb-enquiry-close {
position: absolute;

    top: 14px;
    right: 14px;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border: 0;
    border-radius: 50%;

    background: #f5f5f5;
    color: #333;

    cursor: pointer;

    font-size: 15px;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.xb-enquiry-close:hover {
background: #ececec;

    transform: rotate(90deg);
}

.xb-enquiry-heading {
text-align: center;

    margin-bottom: 22px;
}

.xb-enquiry-heading h3 {
display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin: 0;

    color: #191919;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.xb-enquiry-heading h3 span {
color: #9c83ef;
}

.xb-enquiry-heading p {
margin: 7px 0 0;

    color: #8a8a8a;

    font-size: 13px;
}

.xb-enquiry-row {
display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;

    margin-bottom: 13px;
}

.xb-enquiry-field {
display: flex;
    flex-direction: column;

    gap: 6px;
}

.xb-enquiry-full {
margin-bottom: 13px;
}

.xb-enquiry-field label {
color: #262626;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.xb-enquiry-field input,
.xb-enquiry-field select,
.xb-enquiry-field textarea {
width: 100%;

    border: 1px solid #dddddd;
    border-radius: 11px;
    outline: 0;
    background: #fafafa;
    color: #252525;
    font-family: inherit;
    font-size: 15px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.xb-enquiry-field input,
.xb-enquiry-field select {
height: 43px;
    padding: 0 14px;
}

.xb-enquiry-field textarea {
min-height: 72px;
    padding: 12px 14px;
    resize: vertical;
}

.xb-enquiry-field input:focus,
.xb-enquiry-field select:focus,
.xb-enquiry-field textarea:focus {
    background: #ffffff;
    border-color: #9b83eb;
    box-shadow:
        0 0 0 3px rgba(155, 131, 235, 0.11);
}

.xb-enquiry-field input[readonly] {
cursor: default;

    background: #f5f2ff;

    color: #765dd2;

    border-color: #e4dcff;

    font-weight: 600;
}

.xb-enquiry-submit {
width: 100%;

    min-height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    border: 0;
    border-radius: 11px;

    background: #1c1c1c;

    color: #ffffff;

    cursor: pointer;

    font-family: inherit;

    font-size: 15px;
    font-weight: 600;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.xb-enquiry-submit:hover {
background: #2b2b2b;

    transform: translateY(-1px);
}

.xb-enquiry-submit i {
font-size: 17px;

    transition: transform 0.2s ease;
}

.xb-enquiry-submit:hover i {
transform: translateX(4px);
}

.xb-enquiry-bottom-text {
margin: 11px 0 0;

    text-align: center;

    color: #999;

    font-size: 12px;
}

[data-theme="dark"] .xb-enquiry-box {
background: #191919;
}

[data-theme="dark"] .xb-enquiry-heading h3 {
color: #ffffff;
}

[data-theme="dark"] .xb-enquiry-field label {
color: #eeeeee;
}

[data-theme="dark"] .xb-enquiry-field input,
[data-theme="dark"] .xb-enquiry-field select,
[data-theme="dark"] .xb-enquiry-field textarea {
background: #222222;

    color: #ffffff;

    border-color: rgba(255,255,255,0.12);
}

[data-theme="dark"] .xb-enquiry-field input[readonly] {
background: rgba(155, 131, 235, 0.11);

    color: #c1b1ff;

    border-color: rgba(155,131,235,0.25);
}

[data-theme="dark"] .xb-enquiry-close {
background: #292929;

    color: #ffffff;
}

@media (max-width: 600px) {
.xb-enquiry-popup {
padding: 12px;
}

.xb-enquiry-box {
max-height: calc(100vh - 24px);

        padding:
            26px
            18px
            20px;

        border-radius: 18px;
}

.xb-enquiry-heading h3 {
font-size: 24px;
}

.xb-enquiry-row {
grid-template-columns: 1fr;

        gap: 12px;
}
}
.hero-static-title--purple {
  color: #9f8be7;
  padding: 0; 
}

.site-message-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, 0.35);

    opacity: 0;
    visibility: hidden;

    transition: 0.3s ease;
}

.site-message-popup.show {
    opacity: 1;
    visibility: visible;
}

.site-message-popup__box {
    width: min(320px, 100%);
    padding: 25px 20px;

    background: #fff;
    border-radius: 22px;

    text-align: center;

    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);

    transform: scale(0.96);
    transition: transform 0.3s ease;
}

.site-message-popup.show .site-message-popup__box {
    transform: scale(1);
}

.site-message-popup__icon {
    width: 64px;
    height: 64px;

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #9f8be7;
    color: #fff;

    font-size: 32px;
}

.site-message-popup.error .site-message-popup__icon {
    background: #dc3545;
}

.site-message-popup__box h3 {
    margin: 0 0 8px;
    font-size: 24px;
}
 
.site-message-popup__box p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.site-message-popup__ok {
    margin-top: 15px;
    min-width: 80px;
    height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 50px;
    background: #9f8be7;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

/*================================================*/
/* ==========================================================
   HMS STACK SECTION
   Clean / Compact / Professional / Responsive
   ========================================================== */

.hms-stack-section {
    --hms-dark: #161616;
    --hms-purple: #9f8be7;
    --hms-white: #ffffff;

    --hms-stack-top: 120px;

    width: 100%;
    min-width: 0;

    position: relative;

    padding-bottom: 90px;

    overflow: visible;
    isolation: isolate;
}

.hms-stack-section *,
.hms-stack-section *::before,
.hms-stack-section *::after {
    box-sizing: border-box;
}


/* ==========================================================
   CONTAINER
   ========================================================== */

.hms-stack-container {
    width: 100%;
    max-width: 1920px;

    margin: 0 auto;
    padding: 0 16px;

    position: relative;
    overflow: visible;
}


/* ==========================================================
   STACK LIST
   ========================================================== */

.hms-stack-list {
    --hms-stack-top: 150px !important;

    width: 100%;

    position: relative;
    overflow: visible;
}


/* ==========================================================
   STACK CARD
   ========================================================== */

.hms-stack-card {
    width: 100%;

    position: sticky;
    top: var(--hms-stack-top);

    margin-bottom: 18px;

    z-index: calc(var(--hms-card-index) + 1);
}

.hms-stack-card:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   CARD INNER
   ========================================================== */

.hms-stack-card__inner {
    --hms-card-bg: #ffffff;
    --hms-card-text: #161616;
    --hms-button-bg: #161616;
    --hms-button-text: #ffffff;

    width: 100%;
    min-height: 500px;

    position: relative;

    display: flex;
    flex-direction: column;

    padding:
        22px
        20px
        0;

    color: var(--hms-card-text);
    background: var(--hms-card-bg);

    border-radius: 28px;

    overflow: hidden;
}


/* ==========================================================
   THEMES
   ========================================================== */

.hms-stack-card--dark .hms-stack-card__inner {
    --hms-card-bg: #161616;
    --hms-card-text: #ffffff;

    --hms-button-bg: #9f8be7;
    --hms-button-text: #ffffff;
}

.hms-stack-card--purple .hms-stack-card__inner {
    --hms-card-bg: #9f8be7;
    --hms-card-text: #ffffff;

    --hms-button-bg: #ffffff;
    --hms-button-text: #161616;
}

.hms-stack-card--light .hms-stack-card__inner {
    --hms-card-bg: #ffffff;
    --hms-card-text: #161616;

    --hms-button-bg: #161616;
    --hms-button-text: #ffffff;
}


/* ==========================================================
   TITLE
   ========================================================== */

.hms-stack-card__title {
    width: 100%;

    position: relative;
    z-index: 3;

    padding-right: 54px;
    margin-bottom: 16px;
}

.hms-stack-card__title h3 {
    margin: 0;
    padding: 0;

    color: inherit;

    font-size: 29px;
    font-weight: 500;
    line-height: 1.08;

    letter-spacing: -0.025em;
}


/* ==========================================================
   BUTTON
   ========================================================== */

.hms-stack-card__button {
    width: 44px;
    height: 44px;

    padding: 0;
    margin: 0;

    position: absolute;

    top: 12px;
    right: 12px;

    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    appearance: none;

    border: 0;
    border-radius: 50%;

    color: var(--hms-button-text);
    background: var(--hms-button-bg);

    cursor: pointer;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.hms-stack-card__button svg {
    width: 20px;
    height: 20px;

    display: block;

    transition: transform 0.25s ease;
}

@media (hover: hover) {

    .hms-stack-card__button:hover {
        transform: scale(1.04);
    }

    .hms-stack-card__button:hover svg {
        transform: translate(2px, -2px);
    }
}

.hms-stack-card__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}


/* ==========================================================
   INFO
   IMPORTANT:
   No margin-top:auto here.
   This removes the huge middle gap.
   ========================================================== */

.hms-stack-card__info {
    width: 100%;

    position: relative;
    z-index: 3;

    margin: 0;
}


/* ==========================================================
   TAGS
   ========================================================== */

.hms-stack-card__tags {
    width: 100%;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin: 0 0 14px;
}

.hms-stack-card__tag {
    min-height: 26px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        4px
        9px;

    color: inherit;

    border:
        1px
        solid
        currentColor;

    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.2;

    white-space: nowrap;
}


/* ==========================================================
   DESCRIPTION
   ========================================================== */

.hms-stack-card__description {
    max-width: 460px;

    margin: 0;

    color: inherit;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}


/* ==========================================================
   MOBILE IMAGE
   ========================================================== */

.hms-stack-card__visual {
    width: 100%;
    height: 175px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
}

.hms-stack-card__visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
    object-position: center bottom;

    max-width: none;
}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 374px) {

    .hms-stack-container {
        padding: 0 10px;
    }

    .hms-stack-card {
        margin-bottom: 14px;
    }

    .hms-stack-card__inner {
        min-height: 470px;

        padding:
            18px
            16px
            0;

        border-radius: 22px;
    }

    .hms-stack-card__title {
        padding-right: 46px;
        margin-bottom: 13px;
    }

    .hms-stack-card__title h3 {
        max-width: 88%;

        font-size: 24px;
        line-height: 1.08;
    }

    .hms-stack-card__button {
        width: 39px;
        height: 39px;

        top: 9px;
        right: 9px;
    }

    .hms-stack-card__button svg {
        width: 18px;
        height: 18px;
    }

    .hms-stack-card__tags {
        gap: 5px;
        margin-bottom: 11px;
    }

    .hms-stack-card__tag {
        min-height: 23px;

        padding:
            3px
            7px;

        font-size: 9px;
    }

    .hms-stack-card__description {
        font-size: 11.5px;
        line-height: 1.45;
    }

    .hms-stack-card__visual {
        height: 155px;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (min-width: 375px) and (max-width: 767px) {

    .hms-stack-section {
        padding-bottom: 70px;
    }

    .hms-stack-container {
        padding: 0 14px;
    }

    .hms-stack-card {
        margin-bottom: 0px;
    }

    .hms-stack-card__inner {
        min-height: 650px;
        padding:100px 25px 140px;
        border-radius: 25px;
    }

    .hms-stack-card__title {
        padding-right: 50px;
        margin-bottom: 20px;
    }

    .hms-stack-card__title h3 {
        max-width: 86%;

        font-size: 27px;
        line-height: 1.08;
    }

    .hms-stack-card__button {
        width: 42px;
        height: 42px;

        top: 10px;
        right: 10px;
    }

    .hms-stack-card__button svg {
        width: 19px;
        height: 19px;
    }

    .hms-stack-card__info {
        max-width: 100%;
    }

    .hms-stack-card__tags {
        gap: 10px;
        margin-bottom: 12px;
    }

    .hms-stack-card__tag {
        min-height: 25px;
        padding:5px 10px;
        font-size: 10px;
    }

    .hms-stack-card__description {
        max-width: 100%;

        font-size: 14px;
        line-height: 2;
    }

    .hms-stack-card__visual {
        height: 280px;
    }
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .hms-stack-section {
        padding-bottom: 100px;
    }

    .hms-stack-container {
        padding: 0 40px;
    }

    .hms-stack-card {
        margin-bottom: 22px;
    }

    .hms-stack-card__inner {
        min-height: 520px;

        padding:
            28px
            30px
            0;

        border-radius: 32px;
    }

    .hms-stack-card__title {
        padding-right: 66px;
        margin-bottom: 17px;
    }

    .hms-stack-card__title h3 {
        max-width: 75%;

        font-size: 36px;
        line-height: 1.1;
    }

    .hms-stack-card__button {
        width: 52px;
        height: 52px;

        top: 12px;
        right: 12px;
    }

    .hms-stack-card__button svg {
        width: 23px;
        height: 23px;
    }

    .hms-stack-card__info {
        width: 72%;
    }

    .hms-stack-card__tags {
        gap: 7px;
        margin-bottom: 14px;
    }

    .hms-stack-card__tag {
        min-height: 27px;

        padding:
            4px
            9px;

        font-size: 10.5px;
    }

    .hms-stack-card__description {
        font-size: 13.5px;
    }

    .hms-stack-card__visual {
        height: 220px;
    }
}


/* ==========================================================
   DESKTOP
   This is the major layout fix.
   Heading + tags + description now stay visually grouped.
   ========================================================== */

@media (min-width: 992px) {

    .hms-stack-container {
        padding: 0 56px;
    }

    .hms-stack-card {
        margin-bottom: 0px;
    }

    .hms-stack-card__inner {
        height: 500px;
        min-height: 500px;

        display: block;

        padding:
            34px
            38px
            34px;

        border-radius: 38px;
    }


    /* --------------------------
       TITLE
       -------------------------- */

    .hms-stack-card__title {
        width: 48%;
        max-width: 540px;

        padding-right: 0;
        margin-bottom: 22px;
    }

    .hms-stack-card__title h3 {
        font-size: 42px;
        line-height: 1.08;
    }


    /* --------------------------
       INFO
       -------------------------- */

    .hms-stack-card__info {
        width: 44%;
        max-width: 455px;

        position: relative;

        margin: 0;
    }


    /* --------------------------
       TAGS
       -------------------------- */

    .hms-stack-card__tags {
        gap: 7px;

        margin-bottom: 15px;
    }

    .hms-stack-card__tag {
        min-height: 26px;
        padding:6px 9px;
        font-size: 10px;
    }


    /* --------------------------
       DESCRIPTION
       -------------------------- */

    .hms-stack-card__description {
        max-width: 560px;
        font-size: 14px;
        line-height: 1.6;
    }


    /* --------------------------
       IMAGE
       -------------------------- */

    .hms-stack-card__visual {
        width: 50%;
        height: 100%;

        position: absolute;

        top: 0;
        right: 0;

        margin: 0;

        overflow: hidden;
    }

    .hms-stack-card__visual img {
        width: auto;
        height: 84%;

        position: absolute;

        right: 1%;
        bottom: 5%;

        object-fit: contain;
    }


    /* --------------------------
       BUTTON
       -------------------------- */

    .hms-stack-card__button {
        width: 52px;
        height: 52px;

        top: 14px;
        right: 14px;
    }

    .hms-stack-card__button svg {
        width: 22px;
        height: 22px;
    }
}


/* ==========================================================
   LAPTOP / LARGE DESKTOP
   ========================================================== */

@media (min-width: 1200px) {

    .hms-stack-card__inner {
        height: 500px;
        min-height: 500px;

        padding:
            36px
            40px
            36px;
    }

    .hms-stack-card__title {
        width: 47%;
        max-width: 560px;

        margin-bottom: 24px;
    }

    .hms-stack-card__title h3 {
        font-size: 44px;
    }

    .hms-stack-card__info {
        width: 55%;
        max-width: 570px;
    }

    .hms-stack-card__tag {
        font-size: 12px;
    }

    .hms-stack-card__description {
        font-size: 14px;
    }

    .hms-stack-card__visual {
        width: 51%;
    }

    .hms-stack-card__visual img {
        height: 86%;

        right: 60px;
        bottom: 4%;
    }
}


/* ==========================================================
   1400+
   ========================================================== */

@media (min-width: 1400px) {

    .hms-stack-container {
        padding: 0 60px;
    }

    .hms-stack-card__inner {
        height: 520px;
        min-height: 520px;

        padding:
            38px
            42px
            38px;
    }

    .hms-stack-card__title h3 {
        font-size: 46px;
    }

    .hms-stack-card__info {
        max-width: 485px;
    }

    .hms-stack-card__description {
        font-size: 14px;
    }

    .hms-stack-card__visual img {
        height: 88%;

        bottom: 3%;
    }
}


/* ==========================================================
   1600+
   ========================================================== */

@media (min-width: 1600px) {

    .hms-stack-section {
        padding-bottom: 110px;
    }

    .hms-stack-container {
        padding: 0 75px;
    }

    .hms-stack-card {
        margin-bottom: 34px;
    }

    .hms-stack-card__inner {
        height: 560px;
        min-height: 560px;

        padding:
            42px
            48px
            42px;

        border-radius: 44px;
    }

    .hms-stack-card__title {
        max-width: 620px;

        margin-bottom: 26px;
    }

    .hms-stack-card__title h3 {
        font-size: 50px;
    }

    .hms-stack-card__info {
        max-width: 520px;
    }

    .hms-stack-card__tags {
        gap: 8px;
        margin-bottom: 17px;
    }

    .hms-stack-card__tag {
        min-height: 29px;

        padding:
            4px
            10px;

        font-size: 11.5px;
    }

    .hms-stack-card__description {
        max-width: 500px;

        font-size: 15px;
        line-height: 1.52;
    }

    .hms-stack-card__button {
        width: 58px;
        height: 58px;
    }

    .hms-stack-card__button svg {
        width: 24px;
        height: 24px;
    }

    .hms-stack-card__visual img {
        height: 89%;

        right: 1%;
        bottom: 3%;
    }
}


/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .hms-stack-card__button,
    .hms-stack-card__button svg {
        transition: none;
    }
}

    .mxd-section.padding-grid-pre-mtext {
        padding-bottom: 5rem;
    }
    
    .custom-heading-all{
    font-size: 4.2rem !important;
    font-weight: 700 !important;
    color: rgb(11, 43, 64) !important;
}  
    .custom-paragraph-all{
    font-size: 1.8rem !important;
    color: #3d4e5e !important;
}
/* ========================================================================
   THE XOOMBOX — FINAL TYPOGRAPHY SYSTEM
   Applies to: Home, About, Pricing, Contact + shared Header/Footer
   Typography only: font-family, font-size, font-weight, line-height
   ======================================================================== */

:root {
    --font-heading: "Space Grotesk", sans-serif;
    --font-body: "Inter", sans-serif;

    /* Balanced desktop scale — 64px is the absolute maximum */
    --fs-display: 60px;
    --fs-page-title: 48px;
    --fs-section-title: 42px;
    --fs-card-title: 30px;
    --fs-small-title: 24px;

    --fs-feature-copy: 22px;
    --fs-body: 18px;
    --fs-small: 16px;
    --fs-caption: 14px;
    --fs-micro: 12px;
}


/* ------------------------------------------------------------------------
   FONT FAMILY FOUNDATION
   ------------------------------------------------------------------------ */

html,
body,
p,
span,
a,
li,
button,
input,
textarea,
select,
label {
    font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-static-title,
.hero-marquee,
.marquee__text,
.hp-proof-card__number {
    font-family: var(--font-heading) !important;
}


/* ------------------------------------------------------------------------
   PAGE / MAIN HEADINGS
   ------------------------------------------------------------------------ */

.hero-static-title,
.hero-marquee {
    font-size: var(--fs-page-title) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

h1,
.inner-headline__title,
.mxd-block__inner-headline h1,
.custom-heading-all {
    font-size: var(--fs-section-title) !important;
    font-weight: 700 !important;
    line-height: 1.10 !important;
}


/* ------------------------------------------------------------------------
   SECTION HEADINGS
   ------------------------------------------------------------------------ */

h2,
.ab-title,
.mxd-section-title__title h2,
.mxd-section-title__hrtitle h2,
.mxd-faq__title,
.hp-proof-stats__heading h2,
.hb-brands__title {
    font-family: var(--font-heading) !important;
    font-size: var(--fs-section-title) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}


/* ------------------------------------------------------------------------
   CARD / FEATURE HEADINGS
   ------------------------------------------------------------------------ */

h3,
.mxd-services-stack__title h3,
.contact-hub-card h3 {
    font-family: var(--font-heading) !important;
    font-size: var(--fs-card-title) !important;
    font-weight: 600 !important;
    line-height: 1.22 !important;
}

h4,
.mxd-res-list__title h4,
.ab-step-title,
.ab-story-card .ab-step-title,
.ab-vision-item h4,
.mxd-pricing-card__title {
    font-family: var(--font-heading) !important;
    font-size: var(--fs-small-title) !important;
    font-weight: 600 !important;
    line-height: 1.28 !important;
}


/* ------------------------------------------------------------------------
   FEATURED / SPECIAL COPY
   ------------------------------------------------------------------------ */

.mxd-manifest {
    font-family: var(--font-body) !important;
    font-size: var(--fs-feature-copy) !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

.contact-hub-intro p {
    font-family: var(--font-heading) !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1.30 !important;
}

.ab-story-quote p {
    font-family: var(--font-heading) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
}


/* ------------------------------------------------------------------------
   NORMAL BODY COPY
   ------------------------------------------------------------------------ */

.inner-headline__text,
.custom-paragraph-all,
.ab-desc,
.ab-desc-sm,
.ab-desc-italic,
.mxd-res-list__descr p,
.hero-description,
.contact-hub-card-desc,
.mxd-faq__subtitle {
    font-family: var(--font-body) !important;
    font-size: var(--fs-body) !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}


/* About supporting text */
.ab-feature-item .ab-text,
.ab-vision-item p,
.ab-story-card .ab-step-desc {
    font-family: var(--font-body) !important;
    font-size: var(--fs-small) !important;
    font-weight: 400 !important;
    line-height: 1.60 !important;
}


/* ------------------------------------------------------------------------
   HOMEPAGE COMPONENTS
   ------------------------------------------------------------------------ */

.sales-hero,
.hero-description,
.hero-feature,
.sales-hero-badge {
    font-family: var(--font-body) !important;
}

.hero-subtitle {
    font-family: var(--font-heading) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

.hero-description {
    font-size: var(--fs-small) !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

.sales-hero-badge {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.hero-feature {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.40 !important;
}

.hero-primary-btn,
.hero-demo-btn {
    font-family: var(--font-body) !important;
    font-size: var(--fs-small) !important;
    font-weight: 600 !important;
}

.hp-proof-stats__heading h2 {
    font-size: var(--fs-section-title) !important;
}

.hp-proof-card__number {
    font-size: clamp(48px, 4.6vw, 62px) !important;
    font-weight: 600 !important;
    line-height: 0.98 !important;
}

.hp-proof-card__title {
    font-family: var(--font-heading) !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}

.hp-proof-card__description {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.60 !important;
}

.marquee__text {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 1.10 !important;
}

.hb-brands__label {
    font-family: var(--font-body) !important;
    font-size: var(--fs-caption) !important;
    font-weight: 600 !important;
}


/* Homepage stacked service cards:
   these need to stay visually stronger than ordinary H3 cards. */
.hms-stack-card__title h3 {
    font-family: var(--font-heading) !important;
    font-size: clamp(30px, 3vw, 42px) !important;
    font-weight: 600 !important;
    line-height: 1.10 !important;
}

.hms-stack-card__tag {
    font-family: var(--font-body) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

.hms-stack-card__description {
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    text-align:justify;
}


/* ------------------------------------------------------------------------
   ABOUT PAGE
   ------------------------------------------------------------------------ */

.ab-label,
.mxd-point-subtitle {
    font-family: var(--font-body) !important;
    font-size: var(--fs-small) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

.ab-title {
    font-size: var(--fs-section-title) !important;
    font-weight: 800 !important;
}

.ab-desc {
    font-size: var(--fs-body) !important;
}

.ab-desc-sm,
.ab-desc-italic {
    font-size: var(--fs-small) !important;
}

.ab-story-card .ab-step-title,
.ab-vision-item h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
}


/* What We Do list */
.mxd-res-list__title h4 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.mxd-res-list__source {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

.mxd-res-list__descr p {
    font-size: var(--fs-small) !important;
    line-height: 1.65 !important;
}


/* ------------------------------------------------------------------------
   PRICING PAGE
   ------------------------------------------------------------------------ */

.custom-pricing-subtitle {
    font-family: var(--font-heading) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.30 !important;
}

.mxd-pricing-card__tag {
    font-family: var(--font-heading) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.30 !important;
}

.mxd-pricing-card__title {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.mxd-pricing-card__title span {
    font-family: var(--font-body) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.mxd-pricing-card__subtitle {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.60 !important;
}

.mxd-pricing-card__features li {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
}

.mxd-pricing-card__badge {
    font-family: var(--font-body) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.mxd-pricing-card__footer .btn,
.pricing-popup-trigger {
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}


/* Pricing FAQ */
.mxd-faq__title {
    font-size: var(--fs-section-title) !important;
    font-weight: 600 !important;
}

.mxd-faq__subtitle {
    font-size: var(--fs-body) !important;
}

.mxd-faq__trigger,
.mxd-faq__question {
    font-family: var(--font-body) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

.mxd-faq__answer p {
    font-family: var(--font-body) !important;
    font-size: var(--fs-small) !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}


/* ------------------------------------------------------------------------
   CONTACT PAGE
   ------------------------------------------------------------------------ */

.contact .form-container,
.contact input,
.contact textarea,
.contact button {
    font-family: var(--font-body) !important;
}

.contact input,
.contact textarea,
form input,
form textarea {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

.reply__title {
    font-family: var(--font-heading) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.reply__text {
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.contact-hub-label {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.contact-hub-card h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.contact-hub-card-desc {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.60 !important;
}

.contact-hub-card-links a {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}


/* ------------------------------------------------------------------------
   SHARED NAV / BUTTON / FOOTER TEXT
   ------------------------------------------------------------------------ */

.main-menu__link,
.mxd-nav a,
.mxd-menu__data a,
.footer-nav__link,
.btn,
.btn-caption,
.btn-anim__letter,
.menu-promo__caption {
    font-family: var(--font-body) !important;
}

.btn,
.btn-caption,
.btn-anim__letter {
    font-weight: 600 !important;
}

.menu-promo__caption {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


/* ------------------------------------------------------------------------
   TABLET
   ------------------------------------------------------------------------ */

@media (max-width: 992px) {

    :root {
        --fs-display: 52px;
        --fs-page-title: 44px;
        --fs-section-title: 38px;
        --fs-card-title: 28px;
        --fs-small-title: 23px;
        --fs-feature-copy: 20px;
        --fs-body: 17px;
        --fs-small: 16px;
    }

    .contact-hub-intro p {
        font-size: 26px !important;
    }

    .marquee__text {
        font-size: 36px !important;
    }

    .hms-stack-card__title h3 {
        font-size: 36px !important;
    }

    .hms-stack-card__description {
        font-size: 15px !important;
    }
}


/* ------------------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------------------ */

@media (max-width: 768px) {

    :root {
        --fs-display: 40px;
        --fs-page-title: 36px;
        --fs-section-title: 32px;
        --fs-card-title: 26px;
        --fs-small-title: 21px;
        --fs-feature-copy: 19px;
        --fs-body: 16px;
        --fs-small: 15px;
        --fs-caption: 13px;
    }

    .hero-static-title,
    .hero-marquee {
        font-size: 40px !important;
    }

    .hero-subtitle {
        font-size: 20px !important;
    }

    .hero-description {
        font-size: 15px !important;
    }

    .hp-proof-card__number {
        font-size: 46px !important;
    }

    .hp-proof-card__title {
        font-size: 19px !important;
    }

    .hp-proof-card__description {
        font-size: 14px !important;
    }

    .marquee__text {
        font-size: 32px !important;
    }

    .hms-stack-card__title h3 {
        font-size: 30px !important;
    }

    .hms-stack-card__description {
        font-size: 15px !important;
    }

    .contact-hub-intro p {
        font-size: 23px !important;
    }

    .contact-hub-card h3 {
        font-size: 22px !important;
    }

    .mxd-faq__trigger,
    .mxd-faq__question {
        font-size: 16px !important;
    }

    .mxd-faq__answer p {
        font-size: 15px !important;
    }
}


/* ------------------------------------------------------------------------
   SMALL MOBILE
   ------------------------------------------------------------------------ */

@media (max-width: 480px) {

    :root {
        --fs-display: 36px;
        --fs-page-title: 34px;
        --fs-section-title: 30px;
        --fs-card-title: 24px;
        --fs-small-title: 20px;
        --fs-feature-copy: 18px;
        --fs-body: 16px;
        --fs-small: 14px;
        --fs-caption: 13px;
    }

    .hero-static-title,
    .hero-marquee {
        font-size: 28px !important;
    }

    .hero-subtitle {
        font-size: 18px !important;
    }

    .marquee__text {
        font-size: 28px !important;
    }

    .hms-stack-card__title h3 {
        font-size: 28px !important;
    }

    .contact-hub-intro p {
        font-size: 21px !important;
    }

    .mxd-pricing-card__features li,
    .mxd-pricing-card__subtitle,
    .contact-hub-card-desc,
    .contact-hub-card-links a {
        font-size: 14px !important;
    }
}
    .mxd-section-inner-headline.padding-headline-pre-grid {
        padding-bottom: 5rem !important;
    }


/* ==========================================================
   PRIVACY POLICY PAGE
   ========================================================== */

.privacy-policy-section {
    width: 100%;
    padding: 130px 24px 90px;
    background: #ffffff;
}

.privacy-policy-container {
    width: min(1180px, 100%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 42px;

    align-items: start;
}


/* ==========================================================
   SIDEBAR
   ========================================================== */

.privacy-sidebar {
    position: sticky;
    top: 50px;
}

.privacy-sidebar-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);

    overflow: hidden;
}

.privacy-sidebar-title {
    min-height: 66px;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid #d6b16c;
    border-bottom: 1px solid #e7c987;

    font-family: var(--font-heading, "Space Grotesk", sans-serif);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;

    color: #10132b;
}

.privacy-sidebar-title i {
    font-size: 14px;
}

.privacy-sidebar-nav {
    padding: 14px 18px 20px;
}

.privacy-nav-link {
    position: relative;

    display: block;

    padding: 7px 4px 7px 18px;

    font-family: var(--font-body, "Inter", sans-serif) !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;

    color: #1e2447;

    text-decoration: none;

    transition: color 0.25s ease;
}

.privacy-nav-link::before {
    content: "";

    position: absolute;

    left: 3px;
    top: 15px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #161c49;
}

.privacy-nav-link:hover,
.privacy-nav-link.active {
    color: #9f8be7;
}

.privacy-nav-link.active {
    font-weight: 600;
}

.privacy-nav-link.active::before {
    background: #9f8be7;
}


/* ==========================================================
   CONTENT
   ========================================================== */

.privacy-content {
    min-width: 0;
}

.privacy-block {
    scroll-margin-top: 120px;

    margin-bottom: 44px;
}

.privacy-block:first-child {
    margin-top: 0;
}


/* MAIN PAGE TITLE */

.privacy-block h1 {
    margin: 0 0 8px;

    font-family: var(--font-heading, "Space Grotesk", sans-serif) !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;

    color: #10132b;
}

.privacy-updated {
    margin: 0 0 36px !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    color: #777b8c !important;
}


/* SECTION HEADINGS */

.privacy-block h2 {
    margin: 0 0 16px;

    font-family: var(--font-heading, "Space Grotesk", sans-serif) !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;

    color: #10132b;
}


/* SMALL HEADINGS */

.privacy-block h3 {
    margin: 26px 0 10px;

    font-family: var(--font-heading, "Space Grotesk", sans-serif) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    color: #171a35;
}


/* BODY TEXT */

.privacy-block p,
.privacy-block li {
    font-family: var(--font-body, "Inter", sans-serif) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    color: #252a49;
}

.privacy-block p {
    margin: 0 0 15px;
}

.privacy-block ul {
    margin: 12px 0 22px;
    padding-left: 23px;
}

.privacy-block li {
    margin-bottom: 8px;
}

.privacy-block a {
    color: #6f52d9;
    text-decoration: underline;
}

.privacy-block a:hover {
    color: #9f8be7;
}


/* CONTACT BOX */

.privacy-contact-box {
    margin-top: 22px;

    padding: 24px 26px;

    border-radius: 12px;

    background: #f7f5ff;
    border: 1px solid rgba(159, 139, 231, 0.2);
}

.privacy-contact-box strong {
    display: block;

    margin-bottom: 10px;

    font-family: var(--font-heading, "Space Grotesk", sans-serif);
    font-size: 20px;
    font-weight: 600;

    color: #17172c;
}

.privacy-contact-box p {
    margin-bottom: 6px;
}


/* ==========================================================
   DARK MODE
   ========================================================== */

body.dark-mode .privacy-policy-section {
    background: #111111;
}

body.dark-mode .privacy-sidebar-card {
    background: #1a1a1a;
    border-color: #292929;
}

body.dark-mode .privacy-sidebar-title,
body.dark-mode .privacy-block h1,
body.dark-mode .privacy-block h2,
body.dark-mode .privacy-block h3 {
    color: #ffffff;
}

body.dark-mode .privacy-nav-link,
body.dark-mode .privacy-block p,
body.dark-mode .privacy-block li {
    color: #cccccc;
}

body.dark-mode .privacy-contact-box {
    background: #1a1a1a;
    border-color: #2e2e2e;
}

body.dark-mode .privacy-contact-box strong {
    color: #ffffff;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991px) {

    .privacy-policy-section {
        padding: 110px 20px 70px;
    }

    .privacy-policy-container {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 30px;
    }

    .privacy-block h1 {
        font-size: 42px !important;
    }

    .privacy-block h2 {
        font-size: 30px !important;
    }

    .privacy-block p,
    .privacy-block li {
        font-size: 16px !important;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .privacy-policy-section {
        padding: 95px 16px 60px;
    }

    .privacy-policy-container {
        display: block;
    }

    .privacy-sidebar {
        position: relative;
        top: auto;

        margin-bottom: 38px;
    }

    .privacy-sidebar-nav {
        max-height: 285px;
        overflow-y: auto;
    }

    .privacy-block {
        margin-bottom: 36px;
    }

    .privacy-block h1 {
        font-size: 36px !important;
    }

    .privacy-block h2 {
        font-size: 28px !important;
    }

    .privacy-block h3 {
        font-size: 20px !important;
    }

    .privacy-block p,
    .privacy-block li {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 480px) {

    .privacy-policy-section {
        padding-inline: 14px;
    }

    .privacy-sidebar-title {
        min-height: 60px;
        font-size: 18px;
    }

    .privacy-nav-link {
        font-size: 14px;
    }

    .privacy-block h1 {
        font-size: 34px !important;
    }

    .privacy-block h2 {
        font-size: 26px !important;
    }

    .privacy-contact-box {
        padding: 20px;
    }

}
.hp-proof-card__number{
    display:none;
}

/* Bottom footer row */
.mxd-footer__legal-footer{
    width:100%;
    max-width:1920px;
    margin:2rem auto 0;
    padding:0 3rem;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:3rem;
}


/* Privacy + Terms left */
.mxd-footer__legal-footer > .footer-blocks__links:first-child{
    justify-content:flex-start;
}


/* Copyright right */
.mxd-footer__legal-footer > .footer-blocks__links:last-child{
    margin-left:auto;
    justify-content:flex-end;
}


.mxd-footer__legal-footer p{
    margin:0;
}


/* Same footer horizontal padding */
@media only screen and (min-width:768px){

    .mxd-footer__legal-footer{
        padding:0 6rem;
    }

}


@media only screen and (min-width:1600px){

    .mxd-footer__legal-footer{
        padding:0 9rem;
    }

}


/* Mobile */
@media only screen and (max-width:767px){

    .mxd-footer__legal-footer{
        flex-direction:column;
        align-items:flex-start;
        gap:1rem;
        margin-top:2rem;
    }

    .mxd-footer__legal-footer > .footer-blocks__links:last-child{
        margin-left:0;
        justify-content:flex-start;
    }

}

/* =========================================================
   3 LINE HAMBURGER -> X ON MENU OPEN
   ========================================================= */

.mxd-nav__hamburger .hamburger__line{
    transition:
        transform .35s ease,
        opacity .25s ease;

    transform-origin:center;
}


/* First line -> left top to right bottom */
.mxd-nav__hamburger.is-open .hamburger__line:nth-child(1){
    transform:translateY(.7rem) rotate(45deg);
}


/* Middle line hide */
.mxd-nav__hamburger.is-open .hamburger__line:nth-child(2){
    opacity:0;
    transform:scaleX(0);
}


/* Third line -> left bottom to right top */
.mxd-nav__hamburger.is-open .hamburger__line:nth-child(3){
    transform:translateY(-.7rem) rotate(-45deg);
}
/* Dark Mode Footer */
body.dark-mode .mxd-section:last-child {
    background: #000000 !important;
}

body.dark-mode .mxd-footer__footer-blocks {
    background: #000000 !important;
}
body.dark-mode  .contact-hub-intro p {
    color:#ffffff !important;
}
body.dark-mode  .badge-stars{
    color:#9f8be7 !important;
}

body.dark-mode .mxd-color-switcher i{
    background:#000000 !important;
}
body.dark-mode .footer-blocks__card {
    background-color: #000000;
}
.mxd-footer__footer-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}

.mxd-footer__footer-blocks > .footer-blocks__column {
    display: flex;
}

.mxd-footer__footer-blocks .footer-blocks__card {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.mxd-color-switcher {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    width: 4.6rem;
    height: 4.6rem;
    color: #161616;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: transparent;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    isolation: isolate;
}

.mxd-color-switcher:focus-visible {
    outline: 2px solid #9f8be7;
    outline-offset: 4px;
}

/* Button background layer */
.mxd-color-switcher::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: transparent;
    pointer-events: none;
    z-index: 0;
    transform: scale(1);
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

/* Icon */
.mxd-color-switcher i {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    color: inherit;
    background: transparent;
    overflow: visible;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.mxd-color-switcher i::before {
    color: inherit;
}

/* Hover */
.no-touch .mxd-color-switcher:hover::before {
    background-color: rgba(0, 0, 0, 0.08);
    transform: scale(1.04);
}

.no-touch .mxd-color-switcher:hover i {
    transform: scale(0.92);
}

/* Dark mode: white button with dark icon */
body.dark-mode #color-switcher,
[color-scheme="dark"] #color-switcher {
    background: #ffffff !important;
    color: #111111 !important;
}

body.dark-mode #color-switcher i,
body.dark-mode #color-switcher i::before,
[color-scheme="dark"] #color-switcher i,
[color-scheme="dark"] #color-switcher i::before {
    color: #111111 !important;
    background: transparent !important;
}

/* Tablet and desktop */
@media only screen and (min-width: 768px) {
    .mxd-color-switcher {
        width: 5.6rem;
        height: 5.6rem;
    }

    .mxd-color-switcher i {
        font-size: 3rem;
    }
}#color-switcher::after {
    content: none !important;
    display: none !important;
}

#color-switcher > i {
    display: inline-flex !important;
    position: relative;
    z-index: 1;
    font-size: 28px;
    line-height: 1;
    overflow: visible;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
}

#color-switcher > i,
#color-switcher > i::before {
    color: #111 !important;
}

/* Light mode (default) */
.sales-hero {
  background-image: url("../images/hero-004.webp");
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Dark mode */
body.dark-mode .sales-hero {
  background-image: url("../images/hero-dm.webp");
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* Light mode — black logo */
.mxd-header__logo .mxd-logo .mxd-logo__image {
  content: url("../images/xoombox-logo-main.png");
}

/* Dark mode — white logo (SVG) */
body.dark-mode .mxd-header__logo .mxd-logo .mxd-logo__image {
  content: url("../images/xoombox-logo-dark.svg");
}
.custom-mobile-img img{
    display: none;
}

/* ===================================================== */

.products-dropdown {
  width: 100%;
  list-style: none;
}

.products-dropdown > .products-dropdown__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: auto;
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* Preserve the existing animated label blocks */
.products-dropdown__toggle .btn-anim__block {
  display: block;
}

.products-dropdown__icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: currentColor;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.products-dropdown.is-open .products-dropdown__icon {
  transform: rotate(135deg);
}

/* Smooth expansion without a fixed height */
.products-dropdown__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 250ms ease;
}

.products-dropdown.is-open .products-dropdown__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.products-dropdown__inner {
  min-height: 0;
  overflow: hidden;
}

.products-dropdown .products-dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 0;
  padding: 0px 10px 5px 20px;
  list-style: none;
  transform: translateY(-8px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.products-dropdown.is-open .products-dropdown__list {
  transform: translateY(0);
}

.products-dropdown__list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-dropdown__list > li > a {
  display: block;
  width: fit-content;
  padding: 3px 0;
  color: inherit;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

@media (hover: hover) {
  .products-dropdown__list > li > a:hover {
    opacity: 0.7;
    transform: translateX(5px);
  }
}

.products-dropdown__toggle:focus-visible,
.products-dropdown__list > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .products-dropdown__panel,
  .products-dropdown__icon,
  .products-dropdown__list,
  .products-dropdown__list > li > a {
    transition: none;
  }
}
.products-dropdown__icon,
.products-dropdown__icon * {
  pointer-events: none;
}
#main-menu > .products-dropdown:not(.is-open) {
  margin-bottom: -14px;
}
.mxd-menu__left {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.mxd-menu__left::-webkit-scrollbar {
    display: none;
}