/*--------------------------------------------------------------
# Majstor-Dom one-page (layout, motion, responsive)
--------------------------------------------------------------*/
.majstor-html {
  scroll-padding-top: max(4.75rem, calc(env(safe-area-inset-top, 0px) + 3.85rem));
}

body.majstor-onepage {
  --majstor-orange: #f26522;
  --majstor-orange-dark: #d14a0c;
  --majstor-orange-soft: rgba(242, 101, 34, 0.16);
  --majstor-bg-dark: #0a0908;
  --majstor-bg-elevated: #121110;
  --majstor-border: rgba(255, 255, 255, 0.09);
  --majstor-muted: rgba(255, 255, 255, 0.62);
  --majstor-radius: 1.25rem;
  --majstor-radius-lg: 1.75rem;
  --default-font: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --heading-font: "Playfair Display", Georgia, "Times New Roman", serif;
  --nav-font: "Outfit", system-ui, sans-serif;
  --accent-color: var(--majstor-orange);
  --nav-hover-color: var(--majstor-orange);
  --nav-dropdown-hover-color: var(--majstor-orange);
  overflow-x: clip;
}

body.majstor-onepage.majstor-ultra {
  --majstor-orange: #ff7c1a;
  --majstor-orange-dark: #e8680c;
  --majstor-orange-soft: rgba(255, 124, 26, 0.16);
  --majstor-cream: #f4ead7;
  --majstor-cream-muted: rgba(244, 234, 215, 0.55);
}

body.majstor-onepage section,
body.majstor-onepage .section {
  scroll-margin-top: max(5rem, calc(env(safe-area-inset-top, 0px) + 4.25rem));
}

@media (max-width: 1199.98px) {

  body.majstor-onepage section,
  body.majstor-onepage .section {
    scroll-margin-top: max(4.25rem, calc(env(safe-area-inset-top, 0px) + 3.25rem));
  }

  .majstor-html {
    scroll-padding-top: max(4rem, calc(env(safe-area-inset-top, 0px) + 3.25rem));
  }
}

body.majstor-onepage .majstor-scroll-progress {
  --p: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 10060;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.06);
}

body.majstor-onepage .majstor-scroll-progress::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(var(--p));
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--majstor-orange), #ffc98a, var(--majstor-cream, #f4ead7));
  box-shadow: 0 0 18px rgba(255, 124, 26, 0.55);
  transition: transform 0.12s ease-out;
}

body.majstor-onepage .majstor-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  padding-top: env(safe-area-inset-top, 0px);
  z-index: 10050;
  transform: none;
}

body.majstor-onepage.majstor-ultra .majstor-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 124, 26, 0.12);
}

@media (min-width: 1200px) {
  body.majstor-onepage.majstor-ultra .majstor-header {
    padding-top: calc(env(safe-area-inset-top, 0px) + clamp(0.85rem, 2.2vw, 1.35rem));
    padding-bottom: clamp(0.55rem, 1.2vw, 0.85rem);
  }

  body.majstor-onepage.majstor-ultra .majstor-header .container-fluid.container-xl {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 0.75rem;
  }

  body.majstor-onepage.majstor-ultra .majstor-header .majstor-logo {
    justify-self: start;
  }

  body.majstor-onepage.majstor-ultra .majstor-header .navmenu {
    justify-self: center;
    grid-column: 2;
  }
}

body.scrolled.majstor-onepage .majstor-header,
body.majstor-onepage.scrolled .majstor-header {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

body.majstor-onepage .majstor-header .container-fluid.container-xl {
  padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
  padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  gap: 0.75rem;
  flex-wrap: nowrap;
  align-items: center;
}

body.majstor-onepage .majstor-logo {
  gap: 0.65rem;
  text-decoration: none;
  min-width: 0;
}

body.majstor-onepage .majstor-logo picture {
  display: block;
  max-width: 100%;
}

body.majstor-onepage .majstor-logo-img {
  height: clamp(38px, 8vw, 52px);
  width: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

body.majstor-onepage .majstor-logo:hover .majstor-logo-img {
  transform: scale(1.04) translateY(-2px);
  filter: drop-shadow(0 10px 28px rgba(255, 124, 26, 0.38));
}

body.majstor-onepage .majstor-logo-img--footer {
  height: clamp(44px, 10vw, 56px);
  max-width: min(100%, 220px);
}

body.majstor-onepage .majstor-footer-brand-wrap {
  display: inline-block;
}

body.majstor-onepage .majstor-footer-brand-wrap .majstor-logo-img {
  filter: drop-shadow(0 6px 20px rgba(255, 124, 26, 0.2));
}

body.majstor-onepage .majstor-logo-text {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.32rem;
  color: #0c0c0c;
  letter-spacing: -0.03em;
}

body.majstor-onepage .majstor-text-accent {
  color: var(--majstor-orange);
}

body.majstor-onepage .majstor-hero {
  position: relative;
  isolation: isolate;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  padding-top: clamp(5.5rem, 12vw, 7.5rem);
  padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
  background-color: #141210;
  background-image: linear-gradient(165deg, rgba(10, 9, 8, 0.5) 0%, rgba(10, 9, 8, 0.82) 40%, rgba(10, 9, 8, 0.92) 100%),
    url("../img/majstor-hero-carpenter.webp");
  background-size: cover;
  background-position: 28% center;
  --default-color: #ececec;
  --heading-color: #fff;
  color: var(--default-color);
}

body.majstor-onepage .majstor-hero-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 55% at 20% 20%, rgba(242, 101, 34, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 85% 75%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
}

body.majstor-onepage .majstor-hero .container {
  z-index: 1;
}

body.majstor-onepage .majstor-hero-content {
  max-width: 40rem;
}

body.majstor-onepage .majstor-hero-row .majstor-hero-content {
  max-width: none;
}

body.majstor-onepage .majstor-hero-row {
  --majstor-hero-video-max: min(100%, 26rem);
  --majstor-hero-video-ring: rgba(176, 118, 62, 0.92);
  --majstor-hero-video-ring-glow: rgba(255, 110, 40, 0.35);
}

body.majstor-onepage .majstor-hero-row > .col-lg-6:last-child {
  display: flex;
  justify-content: center;
}

body.majstor-onepage .majstor-hero-video-frame {
  width: min(100%, var(--majstor-hero-video-max));
  max-width: var(--majstor-hero-video-max);
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  body.majstor-onepage .majstor-hero-video-frame {
    --majstor-hero-video-max: min(100%, 28rem);
  }
}

body.majstor-onepage .majstor-hero-video-shell {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--majstor-hero-video-ring);
  background: transparent;
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 28px var(--majstor-hero-video-ring-glow),
    0 0 52px rgba(255, 124, 26, 0.12);
}

body.majstor-onepage .majstor-hero-video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #0a0908;
  backdrop-filter: saturate(1.1);
  -webkit-backdrop-filter: saturate(1.1);
}

body.majstor-onepage .majstor-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.majstor-onepage .majstor-hero-video-chrome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  padding: 0.35rem 0.35rem 0;
}

body.majstor-onepage .majstor-hero-video-chrome__surface {
  pointer-events: auto;
  padding: 0.5rem 0.75rem 0.55rem;
  background: rgba(18, 16, 14, 0.48);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  border-radius: 0 0 50% 50% / 0 0 1.35rem 1.35rem;
  border: 1px solid rgba(255, 124, 26, 0.35);
  border-top: none;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(255, 100, 35, 0.18),
    inset 0 -1px 0 rgba(255, 140, 60, 0.45);
}

body.majstor-onepage .majstor-hero-video-chrome__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

body.majstor-onepage .majstor-hero-video-chrome__time {
  font-family: var(--bs-font-sans-serif, system-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

body.majstor-onepage .majstor-hero-video-chrome__mute {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: -0.2rem -0.15rem -0.2rem 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.majstor-onepage .majstor-hero-video-chrome__mute:hover {
  color: #fff;
  transform: scale(1.06);
}

body.majstor-onepage .majstor-hero-video-chrome__mute:focus-visible {
  outline: 2px solid var(--majstor-orange, #ff7c1a);
  outline-offset: 2px;
}

body.majstor-onepage .majstor-hero-video-chrome__rule {
  height: 1px;
  margin-top: 0.45rem;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
}

body.majstor-onepage .majstor-hero-video-progress-wrap {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0.55rem;
  z-index: 3;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  pointer-events: auto;
}

body.majstor-onepage .majstor-hero-video-progress {
  height: 100%;
  width: calc(var(--majstor-vid-p, 0) * 100%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.55), rgba(255, 200, 160, 0.85));
  box-shadow: 0 0 12px rgba(255, 124, 26, 0.35);
  pointer-events: none;
}

body.majstor-onepage .majstor-hero-video-playfab {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: auto;
  width: 3.35rem;
  height: 3.35rem;
  padding: 0;
  padding-left: 0.2rem;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 124, 26, 0.35);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s;
}

body.majstor-onepage .majstor-hero-video-playfab:hover {
  transform: scale(1.06);
  color: #fff;
}

body.majstor-onepage .majstor-hero-video-playfab:focus-visible {
  outline: 2px solid var(--majstor-orange, #ff7c1a);
  outline-offset: 3px;
}

body.majstor-onepage .majstor-hero-video-inner.is-playing .majstor-hero-video-playfab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.92);
}

body.majstor-onepage .majstor-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  margin-top: 1.75rem;
}

body.majstor-onepage .majstor-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem 0.45rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1.35rem;
  backdrop-filter: blur(8px);
}

body.majstor-onepage .majstor-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--majstor-orange);
  box-shadow: 0 0 0 4px var(--majstor-orange-soft);
}

body.majstor-onepage .majstor-hero-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(2.25rem, 5.5vw + 0.5rem, 3.5rem);
  line-height: 1.08;
  margin-bottom: 1.35rem;
  letter-spacing: -0.03em;
}

body.majstor-onepage .majstor-hero-lead {
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

body.majstor-onepage .majstor-hero-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0.85rem 1.25rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  max-width: min(100%, 28rem);
}

body.majstor-onepage .majstor-hero-trust__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
}

body.majstor-onepage .majstor-hero-trust__item--row2 {
  grid-column: 1;
  grid-row: 2;
}

body.majstor-onepage .majstor-hero-trust__icon {
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--majstor-orange) 0%, var(--majstor-orange-dark, #e8680c) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  line-height: 1;
  box-shadow: 0 2px 14px rgba(255, 124, 26, 0.4);
}

body.majstor-onepage .majstor-hero-trust__icon i {
  line-height: 1;
}

body.majstor-onepage .majstor-hero-trust__text {
  font-family: var(--default-font);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.3;
}

body.majstor-onepage .majstor-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent 0%, black 25%, black 75%, transparent 100%);
  animation: majstor-grid-drift 32s linear infinite;
}

body.majstor-onepage .majstor-hero-blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

body.majstor-onepage .majstor-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.45;
  animation: majstor-blob-float 18s ease-in-out infinite;
}

body.majstor-onepage .majstor-blob--1 {
  width: min(42vw, 320px);
  height: min(42vw, 320px);
  background: rgba(255, 124, 26, 0.45);
  top: 12%;
  right: 8%;
}

body.majstor-onepage .majstor-blob--2 {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  background: rgba(244, 234, 215, 0.12);
  bottom: -8%;
  left: -12%;
  animation-delay: -6s;
  animation-duration: 22s;
}

body.majstor-onepage .majstor-blob--3 {
  width: min(28vw, 200px);
  height: min(28vw, 200px);
  background: rgba(255, 180, 90, 0.25);
  top: 48%;
  left: 35%;
  animation-delay: -11s;
  animation-duration: 15s;
}

body.majstor-onepage .majstor-dark {
  --background-color: var(--majstor-bg-dark);
  --default-color: rgba(255, 255, 255, 0.86);
  --heading-color: #fff;
  background-color: var(--majstor-bg-dark);
  color: var(--default-color);
  padding-top: clamp(3.25rem, 6vw, 4.5rem);
  padding-bottom: clamp(3.25rem, 6vw, 4.5rem);
}

body.majstor-onepage.majstor-ultra .majstor-dark {
  position: relative;
  isolation: isolate;
}

body.majstor-onepage.majstor-ultra .majstor-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 10% 20%, rgba(255, 124, 26, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 92% 80%, rgba(244, 234, 215, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(255, 124, 26, 0.04) 0%, transparent 45%);
}

body.majstor-onepage.majstor-ultra .majstor-dark>.container {
  position: relative;
  z-index: 1;
}

body.majstor-onepage .majstor-section-tight-top {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

body.majstor-onepage .majstor-dark--process {
  padding-top: clamp(2.75rem, 5vw, 4rem);
  background: linear-gradient(180deg, var(--majstor-bg-dark) 0%, var(--majstor-bg-elevated) 50%, var(--majstor-bg-dark) 100%);
}

body.majstor-onepage .majstor-overline {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--majstor-orange);
  margin-bottom: 0.75rem;
}

body.majstor-onepage.majstor-ultra .majstor-overline {
  animation: majstor-overline-pulse 5s ease-in-out infinite;
}

body.majstor-onepage .majstor-section-head {
  max-width: 36rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

body.majstor-onepage .majstor-section-serif {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(1.85rem, 4vw + 0.5rem, 2.5rem);
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

body.majstor-onepage .majstor-section-sub {
  color: var(--majstor-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

body.majstor-onepage .majstor-section-sub--narrow {
  max-width: 28rem;
}

body.majstor-onepage .majstor-section-form {
  padding-bottom: clamp(3.5rem, 7vw, 5rem);
}

body.majstor-onepage.majstor-ultra .majstor-hero-lead {
  color: var(--majstor-cream-muted);
}

body.majstor-onepage.majstor-ultra .majstor-text-accent {
  text-shadow: 0 0 40px rgba(255, 124, 26, 0.35);
}

body.majstor-onepage .majstor-media {
  border-radius: var(--majstor-radius-lg);
  overflow: hidden;
  border: 1px solid var(--majstor-border);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  line-height: 0;
}

body.majstor-onepage .majstor-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

body.majstor-onepage .majstor-media-strip {
  max-width: min(100%, 52rem);
}

body.majstor-onepage .majstor-media-banner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--majstor-radius-lg);
  overflow: hidden;
  border: 1px solid var(--majstor-border);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  line-height: 0;
}

body.majstor-onepage .majstor-media-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

body.majstor-onepage .majstor-spotlight-photo {
  border-radius: var(--majstor-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(242, 101, 34, 0.22);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
  max-width: 380px;
  aspect-ratio: 682 / 1024;
}

body.majstor-onepage .majstor-spotlight-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  body.majstor-onepage .majstor-spotlight-photo {
    max-width: none;
    width: 100%;
  }
}

body.majstor-onepage .majstor-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid var(--majstor-border);
  border-radius: var(--majstor-radius-lg);
  padding: clamp(1.35rem, 3vw, 1.75rem);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

body.majstor-onepage.majstor-ultra .majstor-card {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.majstor-onepage .majstor-card--lift:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 101, 34, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

body.majstor-onepage .majstor-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

body.majstor-onepage .majstor-card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(242, 101, 34, 0.45);
  color: var(--majstor-orange);
  font-size: 1.2rem;
  background: var(--majstor-orange-soft);
}

body.majstor-onepage .majstor-card-tag {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--majstor-orange);
}

body.majstor-onepage .majstor-card-tag--referral {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 124, 26, 0.16);
  border: 1px solid rgba(255, 124, 26, 0.32);
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
}

body.majstor-onepage .majstor-card-title {
  font-family: var(--default-font);
  font-size: 1.28rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.65rem;
}

body.majstor-onepage .majstor-card-text {
  color: var(--majstor-muted);
  font-size: 0.98rem;
  line-height: 1.68;
  margin-bottom: 0;
}

body.majstor-onepage a.majstor-card-tag {
  text-decoration: none;
  cursor: pointer;
}

body.majstor-onepage a.majstor-card-tag:hover {
  color: var(--majstor-orange-dark, #e8680c);
  filter: brightness(1.08);
}

body.majstor-onepage a.majstor-card-tag.majstor-card-tag--referral:hover {
  color: #fff;
  border-color: rgba(255, 124, 26, 0.5);
}

body.majstor-onepage a.majstor-card-tag:focus-visible {
  outline: 2px solid var(--majstor-orange);
  outline-offset: 3px;
}

body.majstor-onepage .majstor-card-flip {
  perspective: 1100px;
  height: 100%;
}

body.majstor-onepage .majstor-card-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 17.5rem;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

body.majstor-onepage .majstor-card-flip.is-flipped .majstor-card-flip__inner {
  transform: rotateY(180deg);
}

body.majstor-onepage .majstor-card-flip__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

body.majstor-onepage .majstor-card-flip__face--front {
  z-index: 2;
}

body.majstor-onepage .majstor-card-flip__face--back {
  transform: rotateY(180deg);
  z-index: 1;
}

body.majstor-onepage .majstor-card--flip-back {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.majstor-onepage .majstor-card-flip.is-flipped .majstor-card-flip__face--front .majstor-card--lift:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--majstor-border);
}

@media (prefers-reduced-motion: reduce) {
  body.majstor-onepage .majstor-card-flip__inner {
    transition-duration: 0.01ms;
  }
}

body.majstor-onepage .majstor-steps-row {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

body.majstor-onepage .majstor-step {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--majstor-border);
  border-radius: var(--majstor-radius);
  padding: 1.25rem 1.3rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}

body.majstor-onepage.majstor-ultra .majstor-step {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.majstor-onepage .majstor-step:hover {
  border-color: rgba(242, 101, 34, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

body.majstor-onepage .majstor-step-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--majstor-orange) 0%, var(--majstor-orange-dark) 100%);
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 8px 24px rgba(242, 101, 34, 0.28);
}

body.majstor-onepage .majstor-step-title {
  font-family: var(--default-font);
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0.4rem;
}

body.majstor-onepage .majstor-step-text {
  font-size: 0.92rem;
  color: var(--majstor-muted);
  line-height: 1.58;
  margin-bottom: 0;
}

body.majstor-onepage .majstor-spotlight {
  border-radius: var(--majstor-radius-lg);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  background: linear-gradient(135deg, rgba(242, 101, 34, 0.12) 0%, rgba(255, 255, 255, 0.03) 45%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(242, 101, 34, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

body.majstor-onepage.majstor-ultra .majstor-spotlight {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.majstor-onepage .majstor-body-muted {
  color: var(--majstor-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 36rem;
}

body.majstor-onepage .majstor-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.88rem 1.55rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  color: #fff !important;
  background: linear-gradient(135deg, var(--majstor-orange) 0%, var(--majstor-orange-dark) 100%);
  border: none;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(242, 101, 34, 0.38);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, filter 0.2s ease;
}

body.majstor-onepage .majstor-btn--ghost {
  overflow: visible;
}

body.majstor-onepage .majstor-btn-label {
  position: relative;
  z-index: 1;
}

body.majstor-onepage .majstor-btn:not(.majstor-btn--ghost)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-20deg);
  z-index: 0;
  opacity: 0;
}

body.majstor-onepage .majstor-btn:not(.majstor-btn--ghost):hover::after {
  opacity: 1;
  animation: majstor-btn-sheen 0.75s ease forwards;
}

body.majstor-onepage .majstor-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  color: #fff !important;
}

body.majstor-onepage .majstor-btn-lg {
  padding: 1.02rem 1.85rem;
  font-size: 1rem;
}

body.majstor-onepage .majstor-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

body.majstor-onepage .majstor-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}

body.majstor-onepage .majstor-btn--wide-sm {
  width: 100%;
}

@media (min-width: 992px) {
  body.majstor-onepage .majstor-btn--wide-sm {
    width: auto;
    min-width: 220px;
  }
}

body.majstor-onepage .majstor-contact-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.25rem;
  border-radius: var(--majstor-radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--majstor-border);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

body.majstor-onepage.majstor-ultra .majstor-contact-card,
body.majstor-onepage.majstor-ultra .majstor-social-card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.majstor-onepage .majstor-contact-card--lift:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(242, 101, 34, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  color: inherit;
}

body.majstor-onepage .majstor-contact-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
}

body.majstor-onepage .majstor-contact-icon--orange {
  background: linear-gradient(145deg, var(--majstor-orange), var(--majstor-orange-dark));
}

body.majstor-onepage .majstor-contact-icon--wa {
  background: #25d366;
}

body.majstor-onepage .majstor-contact-icon--mail {
  background: #8b4513;
}

body.majstor-onepage .majstor-contact-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

body.majstor-onepage .majstor-contact-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

body.majstor-onepage .majstor-contact-value {
  font-size: 1.12rem;
  font-weight: 700;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.majstor-onepage .majstor-contact-hint {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

body.majstor-onepage .majstor-social-card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--majstor-radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--majstor-border);
}

body.majstor-onepage .majstor-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.majstor-onepage .majstor-social-btn {
  flex: 1 1 calc(50% - 0.75rem);
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  color: #fff !important;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.25s ease;
}

body.majstor-onepage .majstor-social-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  color: #fff !important;
}

body.majstor-onepage .majstor-social-btn--fb {
  background: #1877f2;
}

body.majstor-onepage .majstor-social-btn--ig {
  background: linear-gradient(125deg, #f58529, #dd2a7b, #8134af);
}

body.majstor-onepage .majstor-form-panel {
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: var(--majstor-radius-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid var(--majstor-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

body.majstor-onepage.majstor-ultra .majstor-form-panel {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
}

body.majstor-onepage .majstor-form-panel--aos:hover {
  border-color: rgba(242, 101, 34, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

body.majstor-onepage .majstor-form {
  width: 100%;
}

body.majstor-onepage .majstor-input {
  width: 100%;
  border-radius: var(--majstor-radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 1rem 1.15rem;
  font-size: 0.96rem;
  line-height: 1.45;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.majstor-onepage .majstor-input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

body.majstor-onepage .majstor-input--aos {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.majstor-onepage .majstor-input:focus {
  outline: none;
  border-color: rgba(242, 101, 34, 0.55);
  box-shadow: 0 0 0 4px var(--majstor-orange-soft);
}

body.majstor-onepage .majstor-input--aos:focus {
  transform: translateY(-1px);
}

body.majstor-onepage .majstor-textarea {
  width: 100%;
  border-radius: var(--majstor-radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 1.1rem 1.15rem;
  font-size: 0.96rem;
  line-height: 1.55;
  resize: vertical;
  min-height: 150px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.majstor-onepage .majstor-textarea--aos {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.majstor-onepage .majstor-textarea:focus {
  outline: none;
  border-color: rgba(242, 101, 34, 0.55);
  box-shadow: 0 0 0 4px var(--majstor-orange-soft);
}

body.majstor-onepage .majstor-textarea--aos:focus {
  transform: translateY(-1px);
}

body.majstor-onepage .majstor-form-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

body.majstor-onepage.majstor-legal-page .majstor-legal-main {
  padding-top: clamp(6rem, 14vw, 9rem);
  padding-bottom: clamp(3rem, 9vw, 5.5rem);
}

body.majstor-onepage .majstor-legal-head {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

body.majstor-onepage .majstor-legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--majstor-orange);
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: color 0.2s ease, opacity 0.2s ease;
}

body.majstor-onepage .majstor-legal-back:hover {
  color: #ffc98a;
}

body.majstor-onepage .majstor-legal-back:focus-visible {
  outline: 2px solid var(--majstor-orange);
  outline-offset: 4px;
  border-radius: 4px;
}

body.majstor-onepage .majstor-legal-meta {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 2rem;
}

body.majstor-onepage .majstor-legal-prose {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

body.majstor-onepage .majstor-legal-prose h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.28rem, 3vw, 1.62rem);
  font-weight: 700;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0.65rem;
}

body.majstor-onepage .majstor-legal-prose h2:first-child {
  margin-top: 0;
}

body.majstor-onepage .majstor-legal-prose p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.72;
  margin-bottom: 0.85rem;
}

body.majstor-onepage .majstor-legal-prose ul {
  padding-left: 1.35rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.68;
}

body.majstor-onepage .majstor-legal-prose li {
  margin-bottom: 0.45rem;
}

body.majstor-onepage .majstor-legal-prose a {
  color: var(--majstor-orange);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.majstor-onepage .majstor-legal-prose a:hover {
  color: #ffc98a;
}

body.majstor-onepage .majstor-footer-legal-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

body.majstor-onepage .majstor-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100100;
  padding:
    max(0.65rem, env(safe-area-inset-bottom, 0px))
    max(0.65rem, env(safe-area-inset-right, 0px))
    max(0.35rem, env(safe-area-inset-bottom, 0px))
    max(0.65rem, env(safe-area-inset-left, 0px));
  pointer-events: none;
}

body.majstor-onepage .majstor-cookie-banner__panel {
  pointer-events: auto;
  max-width: 100%;
  border-radius: var(--majstor-radius-lg);
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background: linear-gradient(165deg, rgba(26, 23, 21, 0.97) 0%, rgba(12, 11, 10, 0.99) 100%);
  border: 1px solid rgba(255, 124, 26, 0.38);
  box-shadow:
    0 -10px 50px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 32px rgba(255, 100, 30, 0.12);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  animation: majstor-cookie-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.majstor-onepage .majstor-cookie-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  padding: clamp(1rem, 3vw, 1.35rem);
}

body.majstor-onepage .majstor-cookie-banner__copy {
  flex: 1 1 min(100%, 36rem);
  min-width: 0;
}

body.majstor-onepage .majstor-cookie-banner__title {
  margin: 0 0 0.45rem;
  font-family: var(--default-font);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--majstor-orange);
}

body.majstor-onepage .majstor-cookie-banner__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.74);
}

body.majstor-onepage .majstor-cookie-banner__text a {
  color: var(--majstor-orange);
  font-weight: 600;
  text-underline-offset: 0.15em;
}

body.majstor-onepage .majstor-cookie-banner__text a:hover {
  color: #ffc98a;
}

body.majstor-onepage .majstor-cookie-banner__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

body.majstor-onepage .majstor-cookie-banner__accept {
  padding-inline: 1.6rem;
  padding-block: 0.74rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 6px 24px rgba(255, 100, 30, 0.35);
}

body.majstor-onepage.majstor-cookie-banner-active .scroll-top.active {
  bottom: max(112px, calc(env(safe-area-inset-bottom, 0px) + 6rem));
}

@keyframes majstor-cookie-in {
  from {
    opacity: 0;
    transform: translateY(110%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.majstor-onepage .majstor-cookie-banner__panel {
    animation: none;
    opacity: 1;
    transform: none;
  }

  body.majstor-onepage.majstor-cookie-banner-active .scroll-top.active {
    bottom: 15px;
  }
}

body.majstor-onepage .majstor-legal-prose code {
  font-family: ui-monospace, monospace;
  font-size: 0.86em;
  color: rgba(255, 200, 170, 0.92);
  word-break: break-all;
}

body.majstor-onepage .majstor-footer {
  background: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(242, 101, 34, 0.06) 0%, transparent 55%), var(--majstor-bg-dark);
  color: rgba(255, 255, 255, 0.75);
  border-top: 1px solid var(--majstor-border);
  padding-top: 0;
}

body.majstor-onepage .majstor-footer .copyright {
  background: transparent;
  padding-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 0.5rem;
}

body.majstor-onepage .majstor-footer-heading {
  font-family: var(--default-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

body.majstor-onepage .majstor-footer-text {
  max-width: 28rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.52);
}

body.majstor-onepage .majstor-footer-nav--col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.majstor-onepage .majstor-footer-nav a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.majstor-onepage .majstor-footer-nav a:hover {
  color: var(--majstor-orange);
}

body.majstor-onepage .majstor-footer-nav--col a:hover {
  transform: translateX(4px);
}

body.majstor-onepage .scroll-top {
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  right: max(15px, env(safe-area-inset-right, 0px));
  bottom: max(15px, env(safe-area-inset-bottom, 0px));
}

body.majstor-onepage .majstor-spotlight--shine {
  position: relative;
  overflow: hidden;
}

body.majstor-onepage .majstor-spotlight--shine::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.07) 50%, transparent 60%);
  animation: majstor-shine-sweep 9s ease-in-out infinite;
}

body.majstor-onepage .majstor-reveal-img img {
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

body.majstor-onepage .majstor-reveal-img:hover img {
  transform: scale(1.04);
}

body.majstor-onepage [data-aos].aos-animate .majstor-step-icon--pop {
  animation: majstor-step-pop 0.6s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

@media (min-width: 1200px) {
  body.majstor-onepage .majstor-header .majstor-logo {
    flex-shrink: 0;
  }

  body.majstor-onepage .majstor-header .navmenu {
    flex-shrink: 0;
  }

  body.majstor-onepage .majstor-hero {
    min-height: 90vh;
    align-items: center;
    padding-top: 6rem;
  }

  body.majstor-onepage .majstor-hero .container {
    max-width: 1140px;
  }

  body.majstor-onepage .majstor-hero-content {
    max-width: none;
  }

  body.majstor-onepage:not(.majstor-ultra) .navmenu>ul>li>a {
    position: relative;
  }

  body.majstor-onepage:not(.majstor-ultra) .navmenu>ul>li>a::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--majstor-orange), rgba(242, 101, 34, 0.2));
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.majstor-onepage:not(.majstor-ultra) .navmenu>ul>li>a:hover::after,
  body.majstor-onepage:not(.majstor-ultra) .navmenu>ul>li>a.active::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  body.majstor-onepage:not(.majstor-ultra) .navmenu li:last-child a::after {
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1329.98px) {
  body.majstor-onepage:not(.majstor-ultra) .navmenu>ul>li>a {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-size: 0.94rem;
  }

  body.majstor-onepage:not(.majstor-ultra) .navmenu>ul>li>a::after {
    left: 0.65rem;
    right: 0.65rem;
  }

  body.majstor-onepage:not(.majstor-ultra) .navmenu li:last-child a::after {
    right: 0;
  }
}

body.majstor-onepage main {
  min-width: 0;
}

body.majstor-onepage main .container,
body.majstor-onepage footer.majstor-footer>.container {
  padding-left: max(calc(var(--bs-gutter-x, 1.5rem) * 0.5), env(safe-area-inset-left, 0px));
  padding-right: max(calc(var(--bs-gutter-x, 1.5rem) * 0.5), env(safe-area-inset-right, 0px));
}

@media (max-width: 991.98px) {
  body.majstor-onepage .majstor-logo-text {
    font-size: clamp(1.05rem, 4.2vw, 1.32rem);
  }

  body.majstor-onepage .majstor-hero {
    min-height: max(32rem, 100vh);
    min-height: max(32rem, 100svh);
    min-height: max(32rem, 100dvh);
    align-items: flex-end;
    padding-top: max(4.75rem, calc(env(safe-area-inset-top, 0px) + 3.5rem));
    padding-bottom: max(2.5rem, env(safe-area-inset-bottom, 0px));
    background-position: 42% center;
  }

  body.majstor-onepage .majstor-hero-video-frame {
    margin-bottom: 0.35rem;
  }

  body.majstor-onepage .majstor-hero-title {
    font-size: clamp(1.65rem, 7vw + 0.4rem, 2.85rem);
    hyphens: auto;
  }

  body.majstor-onepage .majstor-hero-lead {
    font-size: clamp(0.92rem, 3.5vw + 0.55rem, 1.05rem);
  }

  body.majstor-onepage .majstor-hero-trust {
    gap: 0.7rem 0.85rem;
    margin-top: 1.25rem;
    max-width: 100%;
  }

  body.majstor-onepage .majstor-hero-trust__text {
    font-size: clamp(0.82rem, 3.2vw, 0.9rem);
  }

  body.majstor-onepage .majstor-hero-trust__icon {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.75rem;
  }

  body.majstor-onepage .majstor-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  body.majstor-onepage .majstor-hero-actions .majstor-btn {
    width: 100%;
    min-height: 48px;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

  body.majstor-onepage .majstor-badge {
    font-size: 0.72rem;
    max-width: 100%;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.35;
  }

  body.majstor-onepage .majstor-section-serif {
    font-size: clamp(1.45rem, 5.5vw + 0.35rem, 2.15rem);
  }

  body.majstor-onepage .majstor-section-sub {
    font-size: clamp(0.9rem, 2.8vw + 0.65rem, 1.02rem);
  }

  body.majstor-onepage .majstor-overline {
    letter-spacing: 0.16em;
    font-size: 0.65rem;
  }

  body.majstor-onepage .majstor-spotlight {
    padding: clamp(1.35rem, 4vw, 2rem);
  }

  body.majstor-onepage .majstor-spotlight .text-lg-start {
    text-align: center !important;
  }

  body.majstor-onepage .majstor-spotlight .col-lg-7 {
    text-align: center;
  }

  body.majstor-onepage .majstor-spotlight .majstor-body-muted {
    margin-left: auto;
    margin-right: auto;
  }

  body.majstor-onepage .majstor-spotlight .col-lg-5.text-lg-end {
    text-align: center !important;
  }

  body.majstor-onepage .majstor-spotlight-photo {
    max-width: min(100%, 22rem);
    margin-left: auto;
    margin-right: auto;
  }

  body.majstor-onepage .majstor-footer .offset-lg-1 {
    margin-left: 0;
  }

  body.majstor-onepage .majstor-footer .container {
    padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.majstor-onepage .majstor-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  body.majstor-onepage .majstor-hero-actions .majstor-btn {
    width: auto;
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 12rem;
  }
}

@media (max-width: 767.98px) {
  body.majstor-onepage .majstor-dark {
    padding-top: clamp(2.5rem, 8vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 8vw, 3.5rem);
  }

  body.majstor-onepage .majstor-step {
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.1rem;
  }

  body.majstor-onepage .majstor-card-top {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  body.majstor-onepage .majstor-form-panel {
    max-width: none;
    width: 100%;
    padding: clamp(1.25rem, 5vw, 1.75rem);
  }

  body.majstor-onepage .majstor-media-banner img {
    min-height: 12rem;
    object-fit: cover;
  }

  body.majstor-onepage .majstor-media-strip img {
    min-height: 10rem;
    object-fit: cover;
  }
}

@media (max-width: 575.98px) {
  body.majstor-onepage .majstor-hero--motion {
    animation: none;
    background-position: 48% center;
  }

  body.majstor-onepage .majstor-contact-card,
  body.majstor-onepage .majstor-social-card {
    padding: 1.15rem 1rem;
  }

  body.majstor-onepage .majstor-social-btn {
    flex: 1 1 100%;
    min-width: 100%;
    min-height: 48px;
  }

  body.majstor-onepage .majstor-card {
    padding: 1.2rem 1.05rem;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  body.majstor-onepage .majstor-hero {
    min-height: unset;
    padding-top: max(3.5rem, env(safe-area-inset-top, 0px));
    padding-bottom: 1.5rem;
  }

  body.majstor-onepage .majstor-hero-title {
    font-size: clamp(1.35rem, 5vh, 2rem);
    margin-bottom: 0.65rem;
  }

  body.majstor-onepage .majstor-hero-lead {
    font-size: 0.88rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.majstor-onepage .majstor-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  body.majstor-onepage .majstor-hero-actions .majstor-btn {
    width: auto;
    flex: 1 1 auto;
    min-height: 44px;
  }
}

@media (min-width: 1400px) {

  body.majstor-onepage .majstor-hero .container,
  body.majstor-onepage .majstor-dark .container {
    max-width: min(1140px, 100%);
  }
}

@media (max-width: 1199.98px) {

  body.scrolled.majstor-onepage .majstor-header,
  body.majstor-onepage.scrolled .majstor-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.majstor-onepage .majstor-header .majstor-logo {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: auto;
  }

  body.majstor-onepage .majstor-header .navmenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    align-self: stretch;
    position: relative;
    z-index: 5;
  }

  body.majstor-onepage.majstor-ultra #navmenu .majstor-nav-drawer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
  }

  body.majstor-onepage .majstor-nav-toggle.mobile-nav-toggle {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0.5rem;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    color: var(--nav-color);
    flex-shrink: 0;
    position: relative;
    z-index: 6;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto;
  }

  body.majstor-onepage .majstor-nav-toggle-icon {
    font-size: 1.65rem;
    line-height: 1;
    pointer-events: none;
  }

  body.majstor-onepage .majstor-nav-toggle.mobile-nav-toggle:focus {
    outline: none;
  }

  body.majstor-onepage .majstor-nav-toggle.mobile-nav-toggle:focus-visible {
    outline: 2px solid var(--majstor-orange);
    outline-offset: 2px;
  }

  body.majstor-onepage.mobile-nav-active .navmenu {
    z-index: 10070;
    background: rgba(10, 9, 8, 0.72);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  body.majstor-onepage .navmenu ul {
    left: max(0.75rem, env(safe-area-inset-left, 0px));
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    top: max(4.5rem, calc(env(safe-area-inset-top, 0px) + 3.75rem));
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    border-radius: var(--majstor-radius-lg);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  }

  body.majstor-onepage .navmenu a,
  body.majstor-onepage .navmenu a:focus {
    min-height: 48px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    white-space: normal;
  }

  body.majstor-onepage.mobile-nav-active .mobile-nav-toggle {
    z-index: 10071;
    top: max(0.85rem, env(safe-area-inset-top, 0px));
    right: max(0.85rem, env(safe-area-inset-right, 0px));
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active .mobile-nav-toggle {
    top: auto;
    right: auto;
  }
}

/* ------------------------------------------------------------
   Ultra navigation — glass rail (desktop) / command panel (mobile)
------------------------------------------------------------ */

@media (min-width: 1200px) {
  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-drawer {
    display: contents;
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-list {
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
    margin: 0;
    padding: 0.38rem 0.55rem;
    list-style: none;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.52) 100%);
    border: 1px solid rgba(255, 124, 26, 0.2);
    box-shadow:
      0 4px 28px rgba(10, 9, 8, 0.07),
      0 1px 0 rgba(255, 255, 255, 0.88) inset;
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
  }

  body.scrolled.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-list,
  body.majstor-onepage.scrolled.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-list {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.66) 100%);
    box-shadow:
      0 10px 40px rgba(10, 9, 8, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.95) inset;
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.05rem;
    font-family: var(--nav-font);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(12, 12, 12, 0.7);
    border-radius: 999px;
    border: 1px solid transparent;
    white-space: nowrap;
    transition:
      color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.35s ease,
      box-shadow 0.4s ease,
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link::after {
    display: none !important;
    content: none !important;
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link:hover {
    color: var(--majstor-orange-dark, #d14a0c);
    background: rgba(255, 124, 26, 0.11);
    border-color: rgba(255, 124, 26, 0.24);
    transform: translateY(-1px);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, var(--majstor-orange) 0%, var(--majstor-orange-dark, #e8680c) 100%);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow:
      0 8px 28px rgba(255, 124, 26, 0.45),
      0 1px 0 rgba(255, 255, 255, 0.28) inset;
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-list>li:last-child .majstor-nav-link {
    padding-right: 1.05rem;
  }

}

@media (min-width: 1200px) and (max-width: 1349.98px) {
  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 1199.98px) {
  body.majstor-onepage.majstor-ultra .majstor-nav-toggle--ultra.mobile-nav-toggle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.5) 100%);
    border: 1px solid rgba(255, 124, 26, 0.22);
    box-shadow: 0 6px 22px rgba(10, 9, 8, 0.09);
    backdrop-filter: blur(14px) saturate(1.25);
    -webkit-backdrop-filter: blur(14px) saturate(1.25);
    color: #0c0c0c;
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active .majstor-nav-drawer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.5rem;
    width: min(calc(100vw - 1.75rem), 22.75rem);
    max-width: calc(100vw - 1.25rem);
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
    padding: 0 max(0.25rem, env(safe-area-inset-right, 0px)) 0 max(0.25rem, env(safe-area-inset-left, 0px));
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active .majstor-nav-toggle--ultra.mobile-nav-toggle {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 2.85rem !important;
    height: 2.85rem !important;
    flex-shrink: 0;
    margin: 0 !important;
    background: #fff !important;
    color: #0a0908 !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow:
      0 14px 44px rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
  }

  body.majstor-onepage.majstor-ultra .majstor-nav-toggle-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 1.15rem;
    pointer-events: none;
  }

  body.majstor-onepage.majstor-ultra .majstor-nav-toggle-bars span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.3s ease,
      width 0.3s ease;
    transform-origin: center;
  }

  body.majstor-onepage.majstor-ultra .majstor-nav-toggle-bars.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.majstor-onepage.majstor-ultra .majstor-nav-toggle-bars.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  body.majstor-onepage.majstor-ultra .majstor-nav-toggle-bars.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      radial-gradient(ellipse 72% 48% at 14% 8%, rgba(255, 124, 26, 0.38) 0%, transparent 56%),
      radial-gradient(ellipse 58% 42% at 94% 90%, rgba(244, 234, 215, 0.12) 0%, transparent 52%);
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra {
    background: rgba(7, 6, 5, 0.86) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.25) !important;
    backdrop-filter: blur(24px) saturate(1.25) !important;
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra ul.majstor-nav-list {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    inset: unset !important;
    z-index: 1;
    width: 100%;
    min-width: 0;
    max-height: min(72vh, 30rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.15rem 0.55rem;
    margin: 0;
    background: linear-gradient(168deg, rgba(22, 19, 17, 0.96) 0%, rgba(10, 9, 8, 0.98) 100%);
    border: 1px solid rgba(255, 150, 85, 0.42);
    border-radius: 1.35rem;
    box-shadow:
      0 0 0 1px rgba(255, 124, 26, 0.18),
      0 36px 96px rgba(0, 0, 0, 0.55),
      0 0 48px rgba(255, 124, 26, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(22px) saturate(1.2);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-list>li {
    opacity: 0;
    transform: translateY(14px);
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra .majstor-nav-list>li {
    animation: majstor-nav-item-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra .majstor-nav-list>li:nth-child(1) {
    animation-delay: 0.04s;
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra .majstor-nav-list>li:nth-child(2) {
    animation-delay: 0.09s;
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra .majstor-nav-list>li:nth-child(3) {
    animation-delay: 0.14s;
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra .majstor-nav-list>li:nth-child(4) {
    animation-delay: 0.19s;
  }

  body.majstor-onepage.majstor-ultra.mobile-nav-active #navmenu.majstor-nav--ultra .majstor-nav-list>li:nth-child(5) {
    animation-delay: 0.24s;
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.1rem;
    margin: 0.18rem 0;
    font-family: var(--nav-font);
    font-size: clamp(1rem, 3.8vw, 1.12rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.94);
    border-radius: var(--majstor-radius);
    border: 1px solid transparent;
    white-space: normal;
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link::after {
    display: inline-block !important;
    content: "\f285";
    font-family: "bootstrap-icons" !important;
    font-size: 0.92rem;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    opacity: 0.5;
    color: rgba(255, 255, 255, 0.75);
    transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link:hover,
  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link:focus {
    background: rgba(255, 124, 26, 0.14);
    border-color: rgba(255, 124, 26, 0.28);
    transform: translateX(5px);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link:hover::after,
  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link:focus::after {
    opacity: 0.95;
    transform: translateX(4px);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link.active {
    background: linear-gradient(115deg, rgba(70, 38, 22, 0.72) 0%, rgba(255, 124, 26, 0.42) 48%, rgba(120, 52, 24, 0.35) 100%);
    border: 1px solid rgba(255, 170, 95, 0.75);
    color: #fff;
    box-shadow:
      0 0 36px rgba(255, 124, 26, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-link.active::after {
    opacity: 1;
    color: rgba(255, 255, 255, 0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.majstor-onepage.majstor-ultra #navmenu.majstor-nav--ultra .majstor-nav-list>li {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  body.majstor-onepage.majstor-ultra .majstor-nav-link,
  body.majstor-onepage.majstor-ultra .majstor-nav-toggle-bars span {
    transition-duration: 0.01ms !important;
  }
}

@keyframes majstor-nav-item-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes majstor-hero-ken {
  0% {
    background-position: 26% center;
  }

  100% {
    background-position: 34% center;
  }
}

@keyframes majstor-glow-breathe {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.03);
  }
}

@keyframes majstor-badge-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 4px var(--majstor-orange-soft);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(242, 101, 34, 0.12);
  }
}

@keyframes majstor-grid-drift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 56px 56px;
  }
}

@keyframes majstor-shine-sweep {

  0%,
  100% {
    transform: translateX(-120%) rotate(12deg);
  }

  50% {
    transform: translateX(180%) rotate(12deg);
  }
}

@keyframes majstor-step-pop {
  0% {
    transform: scale(0.85);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes majstor-btn-sheen {
  0% {
    left: -100%;
  }

  100% {
    left: 160%;
  }
}

@keyframes majstor-blob-float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(3%, -4%) scale(1.06);
  }

  66% {
    transform: translate(-4%, 3%) scale(0.96);
  }
}

@keyframes majstor-overline-pulse {

  0%,
  100% {
    opacity: 1;
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.15);
  }
}

body.majstor-onepage .majstor-hero--motion {
  animation: majstor-hero-ken 26s ease-in-out infinite alternate;
}

body.majstor-onepage .majstor-hero-glow--pulse {
  animation: majstor-glow-breathe 10s ease-in-out infinite;
}

body.majstor-onepage .majstor-badge-dot--pulse {
  animation: majstor-badge-pulse 2.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  body.majstor-onepage .majstor-hero--motion,
  body.majstor-onepage .majstor-hero-glow--pulse,
  body.majstor-onepage .majstor-badge-dot--pulse,
  body.majstor-onepage .majstor-hero-grid,
  body.majstor-onepage .majstor-blob,
  body.majstor-onepage .majstor-spotlight--shine::after {
    animation: none !important;
  }

  body.majstor-onepage.majstor-ultra .majstor-overline {
    animation: none;
  }

  body.majstor-onepage .majstor-scroll-progress::after {
    transition: none;
  }

  body.majstor-onepage .majstor-reveal-img img,
  body.majstor-onepage .majstor-textarea--aos,
  body.majstor-onepage .majstor-input--aos {
    transition: none;
  }

  body.majstor-onepage .majstor-reveal-img:hover img {
    transform: none;
  }

  body.majstor-onepage [data-aos].aos-animate .majstor-step-icon--pop {
    animation: none;
  }

  body.majstor-onepage .majstor-btn:not(.majstor-btn--ghost):hover::after {
    animation: none;
  }
}
