#content {
  scroll-margin-top: 1rem;
}

:root {
  --hero-lux-text: var(--color-text);
  --hero-lux-muted: var(--color-text-muted);
  --hero-lux-pill: rgba(28, 28, 34, 0.06);
  --hero-lux-pill-hover: rgba(28, 28, 34, 0.1);
  --hero-lux-accent: #d4147a;
  --dash-yellow: var(--color-primary);
  --font-display: 'Oswald', 'Inter', system-ui, sans-serif;
}

.page-home {
  background: var(--color-bg);
}

/* Transparent header over hero */
.page-home #site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.page-home #site-header.is-scrolled {
  position: fixed;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 204, 0, 0.12) 0%, transparent 32%),
    radial-gradient(circle at 8% 92%, rgba(232, 135, 98, 0.1) 0%, transparent 38%),
    linear-gradient(135deg, rgba(28, 28, 34, 0.96) 0%, rgba(21, 22, 26, 0.98) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 38px rgba(21, 22, 26, 0.34);
}

.page-home #site-header.is-scrolled .header__logo-lux--hero,
.page-home #site-header.is-scrolled .header__logo-lux--hero .header__logo-lux-icon,
.page-home #site-header.is-scrolled .header__logo-lux--hero .header__logo-lux-title {
  color: #fff;
}

.page-home #site-header.is-scrolled .header__logo-lux--hero .header__logo-lux-sub {
  color: rgba(255, 255, 255, 0.62);
}

.page-home #site-header.is-scrolled .header--lux .header__nav-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.page-home #site-header.is-scrolled .header--lux .header__nav-link:hover,
.page-home #site-header.is-scrolled .header--lux .header__nav-link--active {
  background: rgba(255, 255, 255, 0.16);
}

.page-home #site-header.is-scrolled .header--lux .header__nav-link--active {
  color: var(--color-dark);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.page-home #site-header.is-scrolled .header--lux .burger {
  background: rgba(255, 255, 255, 0.1);
}

.page-home #site-header.is-scrolled .header--lux .burger__line {
  background: #fff;
}

.page-home.is-header-scrolled {
  padding-bottom: 0;
}

.page-home.is-header-scrolled .float-cta {
  bottom: max(1.25rem, env(safe-area-inset-bottom));
}

.page-home #site-header.is-scrolled .header--lux {
  padding: 0.85rem 0;
}

.page-home .header--lux {
  background: transparent;
  border-bottom: none;
  height: auto;
  padding: 1.25rem 0;
}

.page-home .header--lux .header__inner--lux {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1240px;
}

.page-home .header__lux-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.page-home .header__logo-lux--hero {
  color: var(--hero-lux-text);
}

.page-home .header__logo-lux--hero .header__logo-lux-icon {
  color: var(--hero-lux-text);
}

.page-home .header__logo-lux--hero .header__logo-lux-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.page-home .header__logo-lux--hero .header__logo-lux-sub {
  color: var(--color-text-muted);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}

.page-home .header--lux .header__nav--lux {
  display: none;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home .header--lux .header__actions--lux {
  flex-shrink: 0;
}

.page-home .header--lux .header__nav-link {
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hero-lux-text);
  background: var(--hero-lux-pill);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-full);
  text-decoration: none;
}

.page-home .header--lux .header__nav-link:hover,
.page-home .header--lux .header__nav-link--active {
  color: var(--color-dark);
  background: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: 0 10px 26px rgba(255, 204, 0, 0.22);
}

.page-home .header--lux .header__nav-link--reserved {
  display: none;
}

.page-home .header--lux .header__dropdown-panel {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
}

.page-home #site-header.is-scrolled .header--lux .header__dropdown-panel {
  background: rgba(28, 28, 34, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
}

.page-home #site-header.is-scrolled .header--lux .header__dropdown-link {
  color: rgba(255, 255, 255, 0.78);
}

.page-home #site-header.is-scrolled .header--lux .header__dropdown-link:hover,
.page-home #site-header.is-scrolled .header--lux .header__dropdown-link--active {
  color: var(--color-dark);
  background: var(--color-primary);
}

.page-home .header--lux .header__cta {
  display: none;
}

.page-home .header--lux .burger {
  background: var(--hero-lux-pill);
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
}

.page-home .header--lux .burger__line {
  background: var(--hero-lux-text);
}

/* Floating CTA — announcement style */
.float-cta {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  z-index: 300;
  display: inline-flex;
  max-width: min(520px, calc(100% - 2rem));
  padding: 1px;
  border: none;
  border-radius: var(--radius-full);
  background: transparent;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  transform: translate3d(-50%, 150%, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, visibility 0.35s ease;
}

.float-cta::before {
  content: '';
  position: absolute;
  inset: -120%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    var(--color-primary) 55deg,
    rgba(255, 230, 120, 0.9) 110deg,
    transparent 170deg,
    transparent 360deg
  );
  animation: floatCtaBorderMove 3s linear infinite;
}

.float-cta__shell {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.65rem 0.42rem 0.5rem;
  background: linear-gradient(165deg, #2a2b33 0%, var(--color-dark) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-full);
  box-shadow: 0 14px 44px rgba(21, 22, 26, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.float-cta__tag {
  flex-shrink: 0;
  padding: 0.18rem 0.5rem;
  border-radius: var(--radius-full);
  background: rgba(255, 204, 0, 0.1);
  border: 1px solid rgba(255, 204, 0, 0.28);
}

.float-cta__tag-text {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #b89200 0%, #ffcc00 42%, #fff6cc 50%, #ffcc00 58%, #b89200 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: floatCtaLustre 3s ease-in-out infinite;
}

.float-cta__title {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.float-cta__title-text {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}

.float-cta__arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease, transform 0.2s ease;
}

.float-cta.is-visible {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.float-cta.is-visible:hover .float-cta__shell {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(21, 22, 26, 0.44);
}

.float-cta.is-visible:hover .float-cta__arrow {
  color: var(--color-primary);
  transform: translate(1px, -1px);
}

@keyframes floatCtaBorderMove {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatCtaLustre {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.page-home .mobile-nav {
  background: linear-gradient(180deg, var(--color-dark) 0%, var(--color-dark-deep) 100%);
}

.page-home .mobile-nav__eyebrow {
  color: rgba(255, 255, 255, 0.48);
}

.page-home .mobile-nav__service {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.page-home .mobile-nav__service-hint {
  color: rgba(255, 255, 255, 0.55);
}

.page-home .mobile-nav__service:hover,
.page-home .mobile-nav__service--active {
  color: var(--color-dark);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.page-home .mobile-nav__service:hover .mobile-nav__service-hint,
.page-home .mobile-nav__service--active .mobile-nav__service-hint {
  color: rgba(28, 28, 34, 0.68);
}

.page-home .mobile-nav__group {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.page-home .mobile-nav__group-toggle {
  color: #fff;
}

.page-home .mobile-nav__link {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .mobile-nav__link:hover,
.page-home .mobile-nav__link--active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.page-home .mobile-nav__bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.page-home .mobile-nav__social-link {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-home .mobile-nav__social-link:hover {
  color: var(--color-dark);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

/* Hero block */
.hero-lux {
  position: relative;
  background: var(--color-bg);
  color: var(--hero-lux-text);
  overflow: hidden;
}

.hero-lux::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  background: linear-gradient(180deg, transparent 0%, var(--color-bg) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-lux__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.hero-lux__bg-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-lux__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 88% 8%, rgba(255, 204, 0, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 4% 92%, rgba(232, 135, 98, 0.06) 0%, transparent 45%),
    linear-gradient(180deg, rgba(247, 247, 248, 0.02) 0%, rgba(247, 247, 248, 0.5) 100%);
  pointer-events: none;
}

/* Cases block — light neutral (homepage) */
.page-home .section--cases-kit {
  position: relative;
  overflow: hidden;
  background: var(--color-surface);
  color: var(--color-text);
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.page-home .section--cases-kit::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(255, 204, 0, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 0% 100%, rgba(255, 204, 0, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.page-home .section--cases-kit .container {
  position: relative;
  z-index: 1;
}

.page-home .cases-kit__label {
  display: inline-block;
  padding: 0.28rem 0.7rem;
  background: rgba(255, 204, 0, 0.14);
  color: #9a7a00;
  border-radius: var(--radius-full);
}

.page-home .cases-kit__title {
  color: var(--color-text);
}

.page-home .cases-kit__note {
  color: var(--color-text-muted);
}

.page-home .cases-kit__thumb {
  background: linear-gradient(160deg, #f3f4f6 0%, #eceef2 100%);
  background-image: none;
}

.page-home .cases-kit__thumb--cosmetics {
  background: linear-gradient(160deg, #fce8ef 0%, #f5d4e0 100%);
}

.page-home .cases-kit__thumb--home {
  background: linear-gradient(160deg, #e8f0ee 0%, #d4e4e0 100%);
}

.page-home .cases-kit__thumb--toys {
  background: linear-gradient(160deg, #fff4e0 0%, #ffe8b8 100%);
}

.page-home .cases-kit__badge {
  background: var(--color-dark);
  color: #fff;
}

.page-home .cases-kit__body {
  background: var(--color-surface);
}

.page-home .cases-kit__card {
  border-color: var(--color-border);
  box-shadow: var(--shadow-md);
}

.page-home .cases-kit__card:hover {
  border-color: rgba(255, 204, 0, 0.35);
  box-shadow: 0 16px 40px rgba(28, 28, 34, 0.1);
}

.page-home .cases-kit__card:hover .cases-kit__card-title::after {
  opacity: 0.45;
}

.hero-lux__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 9.5rem 1.5rem 4rem;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroMockupIn {
  from {
    opacity: 0;
    transform: translateX(36px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

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

  50% {
    transform: scale(1.4);
    opacity: 0.7;
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

/* Left copy */
.hero-lux__copy {
  max-width: 620px;
  display: flex;
  flex-direction: column;
}

.hero-lux__title {
  font-size: clamp(2.1rem, 5.8vw, 3.75rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--hero-lux-text);
  margin-bottom: 2rem;
}

.hero-lux__line {
  display: block;
  opacity: 0;
  animation: heroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-lux__title .hero-lux__line:nth-child(1) {
  animation-delay: 0.08s;
}

.hero-lux__title .hero-lux__line:nth-child(2) {
  animation-delay: 0.2s;
}

.hero-lux__title .hero-lux__line:nth-child(3) {
  animation-delay: 0.32s;
}

.hero-lux__line--brand {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2em;
  margin-top: 0.1em;
}

.hero-yandex-kit {
  display: inline-flex;
  align-items: center;
  gap: 0.22em;
  font-size: clamp(2.6rem, 7.5vw, 4.8rem);
  line-height: 1;
}

.hero-yandex-kit__word {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.hero-yandex-kit__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.06em 0.45em 0.1em;
  background: linear-gradient(90deg, #d6249f 0%, #f2553f 50%, #ff9e3d 100%);
  border-radius: 999px;
  font-size: 0.62em;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  box-shadow: 0 6px 24px rgba(180, 40, 80, 0.4);
}

.hero-lux__subtitle {
  order: 3;
  margin-top: 1.75rem;
  margin-bottom: 0;
  font-size: clamp(0.8rem, 1.2vw, 0.9rem);
  line-height: 1.65;
  color: var(--hero-lux-muted);
  max-width: 480px;
  opacity: 0;
  animation: heroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.62s both;
}

.hero-lux__cta {
  order: 2;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.28rem 0.28rem 1.15rem;
  background: var(--color-dark);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  opacity: 0;
  animation: heroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
  overflow: hidden;
}

.hero-lux__cta:hover {
  color: #fff;
  background: #2a2b33;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(28, 28, 34, 0.18);
}

.hero-lux__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  transition: background 0.25s ease;
}

.hero-lux__cta:hover .hero-lux__cta-icon {
  background: rgba(255, 255, 255, 0.16);
  filter: none;
}

/* Right mockup — glass style */
.hero-lux__mockup {
  position: relative;
  width: 100%;
  max-width: 340px;
  justify-self: end;
  opacity: 0;
  animation: heroMockupIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
  will-change: transform;
}

.vision {
  position: relative;
}

.vision__glow {
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.vision__card {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.1rem;
  background: linear-gradient(165deg, #2a2b33 0%, var(--color-dark) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow-dark);
}

.vision-carousel__viewport {
  position: relative;
  min-height: 21rem;
  animation: float 5.5s ease-in-out 1.4s infinite;
}

.vision-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}

.vision-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.vision__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.vision__live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.8);
  flex-shrink: 0;
  animation: pulse 1.8s ease-in-out infinite;
}

.vision__head-tx {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

.vision__label {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.25rem;
}

.vision__metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vision__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.vision__growth {
  padding: 0.25rem 0.55rem;
  background: #ffcc00;
  color: #1a1a1a;
  font-size: 0.68rem;
  font-weight: 700;
  border-radius: 999px;
}

.vision__chart {
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.5rem 0.25rem 0;
}

.vision__spark {
  display: block;
  width: 100%;
  height: 56px;
}

.vision__spark-line {
  stroke-dasharray: none;
  stroke-dashoffset: 0;
}

.vision__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.vision__stat {
  padding: 0.65rem 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  text-align: center;
}

.vision__stat-n {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.vision__stat-l {
  display: block;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  margin-top: 0.15rem;
}

.vision__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: #fff;
  color: #1a2332;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vision__chip svg {
  width: 16px;
  height: 16px;
  color: #cc9900;
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .float-cta__shell {
    gap: 0.4rem;
    padding: 0.38rem 0.55rem 0.38rem 0.45rem;
  }

  .float-cta__title-text {
    font-size: 0.72rem;
  }

  .float-cta__tag-text {
    font-size: 0.56rem;
  }
}

@media (min-width: 768px) {
  .page-home .header--lux .header__nav--lux {
    display: flex;
  }
}

/* Desktop two columns */
@media (min-width: 900px) {
  .hero-lux__inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    padding: 10rem 1.5rem 4.5rem;
    align-items: center;
  }

  .hero-lux__mockup {
    max-width: 320px;
  }
}

/* Mobile */
@media (max-width: 899px) {
  .hero-lux__inner {
    padding-top: 9rem;
  }

  .hero-lux__copy {
    align-items: center;
    max-width: none;
    width: 100%;
  }

  .hero-lux__title {
    text-align: center;
    width: 100%;
  }

  .hero-lux__line--brand {
    justify-content: center;
  }

  .hero-lux__cta {
    align-self: center;
  }

  .hero-lux__subtitle {
    text-align: center;
    max-width: none;
  }

  .hero-lux__mockup {
    order: 2;
    margin-top: 1rem;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-home .header__logo-lux--hero .header__logo-lux-title {
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  .page-home .header__logo-lux--hero .header__logo-lux-sub {
    font-size: 0.44rem;
  }

  .page-home .header__logo-lux-icon {
    width: 32px;
    height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-lux__line,
  .hero-lux__cta,
  .hero-lux__subtitle,
  .hero-lux__mockup {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .vision-carousel__viewport {
    animation: none;
    transform: none;
  }

  .vision-slide {
    transition: none;
  }

  .vision-slide:not(.is-active) {
    display: none;
  }

  .vision__live {
    animation: none;
  }

  .float-cta::before,
  .float-cta__tag-text {
    animation: none;
  }

  .float-cta::before {
    background: var(--color-primary);
    inset: 0;
    opacity: 0.55;
  }

  .vision__spark-line {
    stroke-dashoffset: 0;
    animation: none;
  }

  .hero-lux__bg,
  .hero-lux__mockup {
    transform: none !important;
  }
}
