@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --background: 0 0% 99%;
  --foreground: 0 0% 7%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 7%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 7%;
  --primary: 0 0% 7%;
  --primary-foreground: 0 0% 100%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 12%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 38%;
  --accent: 0 0% 7%;
  --accent-foreground: 0 0% 100%;
  --border: 0 0% 86%;
  --input: 0 0% 88%;
  --ring: 0 0% 18%;
  --navy: 0 0% 100%;
  --navy-deep: 0 0% 96%;
  --orange: 41 54% 52%;
  --orange-glow: 38 64% 41%;
  --supreme-white: 0 0% 7%;
  --supreme-navy: 0 0% 100%;
  --supreme-deep-navy: 0 0% 96%;
  --supreme-orange: 41 54% 52%;
  --movehaus-gold: #c79b42;
  --movehaus-gold-deep: #a97a24;
  --movehaus-gold-soft: rgba(199, 155, 66, 0.14);
  --movehaus-gold-glow: rgba(199, 155, 66, 0.28);
  --movehaus-warm-white: #fffaf3;
}

html {
  background: #ffffff;
}

body {
  position: relative;
  background: #ffffff;
  color: #111111;
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-display {
  font-family: "Space Grotesk", "Arial", sans-serif !important;
  letter-spacing: -0.02em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 18%, rgba(224, 224, 224, 0.82) 0, rgba(224, 224, 224, 0) 30%),
    radial-gradient(circle at 84% 20%, rgba(210, 210, 210, 0.74) 0, rgba(210, 210, 210, 0) 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f7f7 44%, #ececec 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 24%, rgba(190, 190, 190, 0.28) 0, rgba(190, 190, 190, 0) 31%),
    radial-gradient(circle at 80% 31%, rgba(176, 176, 176, 0.22) 0, rgba(176, 176, 176, 0) 28%);
  filter: blur(56px);
  opacity: 0.78;
  animation: movehaus-aurora 42s ease-in-out infinite alternate;
}

@keyframes movehaus-aurora {
  0% {
    transform: translate3d(-1%, -0.5%, 0) scale(1);
  }
  50% {
    transform: translate3d(1.2%, 1.8%, 0) scale(1.02);
  }
  100% {
    transform: translate3d(-0.8%, 1%, 0) scale(1.01);
  }
}

.aurora-bg {
  background: transparent !important;
}

[data-movehaus-aurora-root="true"] {
  position: relative;
  isolation: isolate;
}

[data-movehaus-aurora-root="true"] > :not(.movehaus-aurora-field) {
  position: relative;
  z-index: 1;
}

.movehaus-aurora-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.movehaus-aurora-base,
.movehaus-aurora-wave,
.movehaus-aurora-ribbon {
  position: absolute;
  inset: 0;
}

.movehaus-aurora-base {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.12) 34%, rgba(255, 255, 255, 0) 64%),
    radial-gradient(circle at 82% 20%, rgba(222, 222, 222, 0.82) 0, rgba(222, 222, 222, 0.18) 32%, rgba(255, 255, 255, 0) 64%),
    radial-gradient(circle at 48% 72%, rgba(232, 232, 232, 0.84) 0, rgba(232, 232, 232, 0.16) 34%, rgba(255, 255, 255, 0) 68%);
  opacity: 0.92;
}

.movehaus-aurora-wave {
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.48;
  will-change: transform;
}

.movehaus-aurora-wave-a {
  top: -8%;
  left: -14%;
  width: 54vw;
  height: 48vw;
  background: radial-gradient(circle at 34% 38%, rgba(210, 210, 210, 0.76) 0, rgba(236, 236, 236, 0.26) 40%, rgba(255, 255, 255, 0) 74%);
  animation: movehaus-aurora-wave-a 38s ease-in-out infinite alternate;
}

.movehaus-aurora-wave-b {
  top: 12%;
  right: -12%;
  width: 46vw;
  height: 40vw;
  background: radial-gradient(circle at 54% 44%, rgba(198, 198, 198, 0.66) 0, rgba(232, 232, 232, 0.22) 42%, rgba(255, 255, 255, 0) 74%);
  animation: movehaus-aurora-wave-b 46s ease-in-out infinite alternate;
}

.movehaus-aurora-wave-c {
  bottom: -8%;
  left: 18%;
  width: 52vw;
  height: 30vw;
  background: radial-gradient(circle at 45% 45%, rgba(214, 214, 214, 0.6) 0, rgba(236, 236, 236, 0.18) 40%, rgba(255, 255, 255, 0) 74%);
  animation: movehaus-aurora-wave-c 52s ease-in-out infinite alternate;
}

.movehaus-aurora-ribbon {
  inset: auto -8% 16% -8%;
  height: 24rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(206, 206, 206, 0.34) 30%, rgba(242, 242, 242, 0.1) 58%, rgba(190, 190, 190, 0.28) 100%);
  filter: blur(78px);
  opacity: 0.42;
  transform: rotate(-6deg);
  animation: movehaus-aurora-ribbon 58s ease-in-out infinite alternate;
}

@keyframes movehaus-aurora-wave-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(8%, 4%, 0) scale(1.08);
  }
}

@keyframes movehaus-aurora-wave-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-7%, 5%, 0) scale(1.1);
  }
}

@keyframes movehaus-aurora-wave-c {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(6%, -4%, 0) scale(1.06);
  }
}

@keyframes movehaus-aurora-ribbon {
  0% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(-3deg) translate3d(2%, -3%, 0);
  }
}

.glass {
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(199, 155, 66, 0.16) !important;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(199, 155, 66, 0.05) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.shiny-text {
  background: linear-gradient(135deg, #8f651b 0%, #d9b45f 45%, #b07f28 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

footer,
[class*="bg-primary"],
[class*="bg-supreme-navy"] {
  background: rgba(255, 250, 243, 0.9) !important;
  color: #111111 !important;
  border-color: rgba(199, 155, 66, 0.18) !important;
}

nav {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

[class*="text-primary-foreground"],
[class*="text-supreme-white"] {
  color: #111111 !important;
}

[class*="text-supreme-orange"],
[class*="text-accent"] {
  color: #111111 !important;
}

[class*="border-primary-foreground"],
[class*="border-supreme-white"] {
  border-color: rgba(17, 17, 17, 0.12) !important;
}

[class*="border-supreme-orange"] {
  border-color: rgba(199, 155, 66, 0.45) !important;
}

[class*="bg-supreme-orange"],
.bg-accent {
  background: var(--movehaus-gold) !important;
  color: #111111 !important;
  border-color: var(--movehaus-gold) !important;
}

[class*="bg-supreme-orange"]:hover,
.bg-accent:hover,
[class*="hover:bg-supreme-orange"]:hover,
[class*="hover:bg-orange-glow"]:hover {
  background: var(--movehaus-gold-deep) !important;
  color: #111111 !important;
}

[class*="bg-supreme-white/5"],
[class*="bg-supreme-white/10"],
[class*="bg-supreme-orange/15"] {
  background: rgba(255, 248, 235, 0.9) !important;
  color: #111111 !important;
  border-color: rgba(199, 155, 66, 0.24) !important;
}

[class*="hover:text-supreme-orange"]:hover,
[class*="hover:text-accent"]:hover {
  color: #111111 !important;
}

nav a,
nav [class*="text-supreme-orange"],
nav [class*="hover:text-supreme-orange"],
footer a,
footer [class*="text-supreme-orange"],
footer [class*="hover:text-supreme-orange"] {
  color: #111111 !important;
}

nav a:hover,
footer a:hover {
  color: #111111 !important;
}

.movehaus-logo-footer,
.movehaus-logo-nav {
  filter: none !important;
}

[class*="from-supreme-navy"],
[class*="via-supreme-navy"],
[class*="from-background"] {
  --tw-gradient-from: rgba(255, 255, 255, 0.98) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

[class*="from-supreme-orange"],
[class*="via-supreme-orange"] {
  --tw-gradient-from: rgba(199, 155, 66, 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(199, 155, 66, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.movehaus-logo {
  display: block;
  width: auto;
  height: auto;
}

.movehaus-logo-nav {
  height: 42px;
  max-width: min(240px, 52vw);
}

.movehaus-logo-footer {
  height: 54px;
  max-width: 280px;
}

.movehaus-hero-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.movehaus-hero-logo {
  width: min(480px, 82vw);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.08));
}

.movehaus-hero-heading-text {
  display: inline-block;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  line-height: 0.94;
}

.movehaus-hero-side-logo {
  background: transparent !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.movehaus-hero-home-image {
  width: min(100%, 676px) !important;
  max-width: 676px !important;
}

.movehaus-glass-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(7rem, 12vw, 9rem) 0 4rem;
  overflow: hidden;
  isolation: isolate;
}

.movehaus-glass-hero::before,
.movehaus-glass-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.movehaus-glass-hero::before {
  z-index: 0;
  background:
    linear-gradient(112deg, rgba(7, 10, 11, 0.84) 0%, rgba(7, 10, 11, 0.72) 34%, rgba(7, 10, 11, 0.3) 62%, rgba(7, 10, 11, 0.22) 100%),
    var(--movehaus-hero-background, url("/backhero.jpeg")) center center / cover no-repeat;
  transform: scale(1.02);
}

.movehaus-glass-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 68% 48%, rgba(199, 145, 42, 0.24) 0, rgba(199, 145, 42, 0) 24%),
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(4, 7, 8, 0.08) 0%, rgba(4, 7, 8, 0.24) 100%);
}

.movehaus-glass-hero > * {
  position: relative;
  z-index: 2;
}

.movehaus-glass-hero__shell {
  width: min(92%, 1320px);
  margin: 0 auto;
}

.movehaus-glass-hero__stats-card,
.movehaus-glass-hero__trust-card {
  background: rgba(19, 24, 24, 0.42) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.movehaus-glass-hero__panel {
  position: relative;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: clamp(1rem, 2.4vw, 1.65rem);
  overflow: hidden;
}

.movehaus-glass-hero__panel::before {
  content: none;
}

.movehaus-glass-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.72fr);
  gap: clamp(1.4rem, 2.8vw, 2.4rem);
  align-items: end;
}

.movehaus-glass-hero__copy {
  max-width: 760px;
}

.movehaus-glass-hero__award {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #f5f6f7;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.movehaus-glass-hero__award:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.movehaus-glass-hero__award-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: rgba(199, 155, 66, 0.22);
  color: #f7d486;
  font-size: 0.92rem;
  line-height: 1;
}

.movehaus-glass-hero__eyebrow {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.movehaus-glass-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.25rem, 6.8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.movehaus-glass-hero__brand,
.movehaus-glass-hero__keyword-wrap {
  display: block;
}

.movehaus-glass-hero__keyword-wrap {
  min-height: 1.12em;
}

.movehaus-glass-hero__keyword {
  display: inline-block;
  color: #f4cb74;
  transition:
    opacity 200ms ease,
    transform 200ms ease,
    filter 200ms ease;
}

.movehaus-glass-hero__keyword.is-swapping {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(4px);
}

.movehaus-glass-hero__description {
  margin: 1.35rem 0 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.7;
}

.movehaus-glass-hero__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.5rem 0 0;
}

.movehaus-glass-hero__service-pill,
.movehaus-glass-hero__trust-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(199, 155, 66, 0.24);
  background: rgba(199, 155, 66, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.movehaus-glass-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.movehaus-glass-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.movehaus-glass-hero__button:hover {
  transform: translateY(-1px);
}

.movehaus-glass-hero__button--primary {
  background: var(--movehaus-gold);
  color: #111111;
}

.movehaus-glass-hero__button--primary:hover {
  background: var(--movehaus-gold-deep);
}

.movehaus-glass-hero__button--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.movehaus-glass-hero__button--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.movehaus-glass-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
}

.movehaus-glass-hero__meta a {
  color: #f5d58d;
  font-weight: 600;
  text-decoration: none;
}

.movehaus-glass-hero__meta a:hover {
  text-decoration: underline;
}

.movehaus-glass-hero__side {
  display: grid;
  gap: 1rem;
  align-self: stretch;
}

.movehaus-glass-hero__stats-card,
.movehaus-glass-hero__trust-card {
  border-radius: 1.75rem;
  padding: 1.55rem;
  color: #ffffff;
}

.movehaus-glass-hero__stats-top {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.movehaus-glass-hero__stats-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  background: rgba(199, 155, 66, 0.18);
  color: #f7d486;
  font-size: 1.35rem;
}

.movehaus-glass-hero__stats-value {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.25rem, 3.5vw, 3.2rem);
  font-weight: 800;
  line-height: 0.96;
}

.movehaus-glass-hero__stats-label {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.movehaus-glass-hero__meter {
  margin-top: 1.6rem;
}

.movehaus-glass-hero__meter-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 600;
}

.movehaus-glass-hero__meter-track {
  width: 100%;
  height: 0.56rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.movehaus-glass-hero__meter-fill {
  display: block;
  width: 98%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f6deb2 0%, var(--movehaus-gold) 100%);
}

.movehaus-glass-hero__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.7rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.movehaus-glass-hero__stats-grid strong,
.movehaus-glass-hero__stats-grid span {
  display: block;
}

.movehaus-glass-hero__stats-grid strong {
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1;
}

.movehaus-glass-hero__stats-grid span {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.movehaus-glass-hero__status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.movehaus-glass-hero__status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.movehaus-glass-hero__status-pill--active::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: var(--movehaus-gold);
  box-shadow: 0 0 0.75rem rgba(199, 155, 66, 0.55);
}

.movehaus-glass-hero__trust-label {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 600;
}

.movehaus-glass-hero__trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.movehaus-glass-hero__trust-pill {
  font-size: 0.88rem;
}

.movehaus-whatsapp-button {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 999px;
  background: #1f8f53;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.16);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.movehaus-whatsapp-button:hover {
  transform: translateY(-2px);
  background: #187347;
  box-shadow: 0 22px 46px rgba(18, 18, 18, 0.2);
}

.movehaus-whatsapp-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.movehaus-whatsapp-button__icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.movehaus-whatsapp-button__label {
  display: none;
}

[data-movehaus-quote-shell="true"] {
  position: relative;
}

[data-movehaus-quote-shell="true"]::before {
  content: "";
  position: absolute;
  inset: 2rem 0 auto;
  height: 18rem;
  background:
    radial-gradient(circle at 18% 28%, rgba(199, 155, 66, 0.14), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(199, 155, 66, 0.1), transparent 30%);
  pointer-events: none;
}

[data-movehaus-quote-intro="true"] h1,
[data-movehaus-quote-intro="true"] p,
[data-movehaus-quote-heading="true"] {
  color: #111111 !important;
}

[data-movehaus-quote-intro="true"] .glass.rounded-full {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(199, 155, 66, 0.24) !important;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.06);
  color: #111111 !important;
}

[data-movehaus-quote-intro="true"] .glass.rounded-full svg {
  color: var(--movehaus-gold-deep) !important;
  stroke: var(--movehaus-gold-deep) !important;
}

[data-movehaus-quote-card="true"] {
  border-radius: 1.75rem !important;
  border: 1px solid rgba(199, 155, 66, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 246, 239, 0.94) 100%) !important;
  box-shadow:
    0 28px 60px rgba(17, 17, 17, 0.08),
    0 0 0 1px rgba(199, 155, 66, 0.06);
}

[data-movehaus-quote-card="true"] h2,
[data-movehaus-quote-card="true"] h3,
[data-movehaus-quote-card="true"] p,
[data-movehaus-quote-card="true"] label,
[data-movehaus-quote-card="true"] span {
  color: #111111 !important;
}

[data-movehaus-quote-card="true"] input,
[data-movehaus-quote-card="true"] textarea,
[data-movehaus-quote-card="true"] select {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  color: #111111 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

[data-movehaus-quote-card="true"] input:focus,
[data-movehaus-quote-card="true"] textarea:focus,
[data-movehaus-quote-card="true"] select:focus {
  border-color: rgba(199, 155, 66, 0.9) !important;
  box-shadow:
    0 0 0 4px rgba(199, 155, 66, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
}

[data-movehaus-quote-card="true"] [data-movehaus-quote-step="indexed"],
[data-movehaus-quote-card="true"] [data-movehaus-quote-step="complete"],
[data-movehaus-quote-card="true"] [data-movehaus-quote-step="status"] {
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.06);
}

[data-movehaus-quote-card="true"] button {
  min-height: 3rem;
  padding-inline: 1.35rem;
  border-radius: 999px !important;
  font-weight: 700 !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

[data-movehaus-quote-card="true"] button[data-movehaus-quote-button="primary"] {
  background: var(--movehaus-gold) !important;
  border: 1px solid var(--movehaus-gold) !important;
  color: #111111 !important;
  box-shadow: 0 16px 28px rgba(199, 155, 66, 0.22);
}

[data-movehaus-quote-card="true"] button[data-movehaus-quote-button="primary"]:hover:not(:disabled) {
  background: var(--movehaus-gold-deep) !important;
  border-color: var(--movehaus-gold-deep) !important;
  transform: translateY(-1px);
}

[data-movehaus-quote-card="true"] button[data-movehaus-quote-button="secondary"] {
  background: rgba(255, 255, 255, 0.84) !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  color: #111111 !important;
}

[data-movehaus-quote-card="true"] button[data-movehaus-quote-button="secondary"]:hover:not(:disabled) {
  background: rgba(247, 241, 229, 0.96) !important;
  border-color: rgba(199, 155, 66, 0.32) !important;
  transform: translateY(-1px);
}

[data-movehaus-quote-card="true"] button:disabled {
  opacity: 0.64 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

[data-movehaus-quote-card="true"] iframe[title*="hCaptcha"],
[data-movehaus-quote-card="true"] iframe[src*="hcaptcha"] {
  border-radius: 1rem;
}

[data-movehaus-how-it-works="true"] .w-14.h-14.rounded-full {
  background: #111111 !important;
  border: 1px solid rgba(199, 155, 66, 0.35) !important;
  box-shadow:
    0 14px 28px rgba(17, 17, 17, 0.12),
    0 0 0 1px rgba(199, 155, 66, 0.08);
}

[data-movehaus-how-it-works="true"] .w-14.h-14.rounded-full svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

[data-movehaus-process-icons="true"] .w-16.h-16.rounded-full {
  background: #111111 !important;
  border: 1px solid rgba(199, 155, 66, 0.35) !important;
  box-shadow:
    0 14px 28px rgba(17, 17, 17, 0.12),
    0 0 0 1px rgba(199, 155, 66, 0.08);
}

[data-movehaus-process-icons="true"] .w-16.h-16.rounded-full svg,
[data-movehaus-process-icons="true"] .w-16.h-16.rounded-full [class*="text-supreme-orange"] {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

[data-movehaus-service-icons="true"] .w-12.h-12.rounded-full {
  background: #111111 !important;
  border: 1px solid rgba(199, 155, 66, 0.35) !important;
  box-shadow:
    0 12px 24px rgba(17, 17, 17, 0.12),
    0 0 0 1px rgba(199, 155, 66, 0.08);
}

[data-movehaus-service-icons="true"] .w-12.h-12.rounded-full svg,
[data-movehaus-service-icons="true"] .w-12.h-12.rounded-full [class*="text-supreme-orange"] {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

[data-movehaus-compare="true"] > div > div {
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.96) 0%, rgba(247, 241, 228, 0.92) 100%) !important;
  border-color: rgba(199, 155, 66, 0.18) !important;
  box-shadow:
    0 28px 64px rgba(17, 17, 17, 0.08),
    0 0 0 1px rgba(199, 155, 66, 0.05) !important;
}

[data-movehaus-compare="true"] > div > div > div:nth-child(1) {
  background: linear-gradient(135deg, rgba(244, 214, 145, 0.28), rgba(255, 255, 255, 0) 62%) !important;
}

[data-movehaus-compare="true"] > div > div > div:nth-child(2) {
  background: rgba(199, 155, 66, 0.14) !important;
}

[data-movehaus-compare="true"] > div > div > div:nth-child(3) {
  background: rgba(240, 223, 185, 0.2) !important;
}

[data-movehaus-compare="true"] [class*="bg-emerald-400"] {
  background: #166534 !important;
}

[data-movehaus-compare="true"] [class*="text-emerald-"] {
  color: #166534 !important;
}

[data-movehaus-compare="true"] [class*="bg-red-400"] {
  background: #991b1b !important;
}

[data-movehaus-compare="true"] [class*="text-red-"] {
  color: #991b1b !important;
}

nav a[href="/"] {
  align-items: center;
}

footer .movehaus-logo-footer + p,
footer [data-movehaus-brand-block] p {
  margin-top: 1rem;
}

img[alt*="Supreme Speedy"],
img[alt*="Supreme"] {
  border-color: rgba(17, 17, 17, 0.12) !important;
}

input,
textarea,
select {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #111111 !important;
  border-color: rgba(17, 17, 17, 0.16) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(17, 17, 17, 0.46) !important;
}

a:hover,
button:hover {
  transition-duration: 180ms;
}

@media (max-width: 767px) {
  .movehaus-glass-hero {
    min-height: auto;
    padding: 6.9rem 0 2.5rem;
  }

  .movehaus-glass-hero__shell {
    width: min(94%, 1320px);
  }

  .movehaus-glass-hero__panel {
    padding: 0.8rem;
  }

  .movehaus-glass-hero__title {
    font-size: clamp(2.7rem, 14vw, 4.05rem);
  }

  .movehaus-glass-hero__description {
    font-size: 0.98rem;
  }

  .movehaus-glass-hero__button {
    width: 100%;
  }

  .movehaus-glass-hero__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .movehaus-glass-hero__meta {
    font-size: 0.86rem;
  }

  .movehaus-logo-nav {
    height: 36px;
    max-width: 62vw;
  }

  .movehaus-logo-footer {
    height: 48px;
  }

  .movehaus-whatsapp-button {
    left: 1.25rem;
    bottom: 1.25rem;
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 1024px) {
  .movehaus-glass-hero__copy {
    padding-right: 1.2rem;
  }

  .movehaus-hero-mark {
    justify-content: flex-start;
  }

  .movehaus-hero-home-image {
    width: min(100%, 676px) !important;
    max-width: 676px !important;
  }
}

@media (max-width: 1023px) {
  .movehaus-glass-hero__layout {
    grid-template-columns: 1fr;
  }

  .movehaus-glass-hero__side {
    grid-template-columns: 1fr;
  }
}
