:root {
	--dx-page-bg: #f5f5f7;
	--dx-card-bg: #ffffff;
	--dx-text: #1d1d1f;
	--dx-muted: #6e6e73;
	--dx-global-title-font: system-ui, "Segoe UI", sans-serif;
	--dx-global-description-font: system-ui, "Segoe UI", sans-serif;
	--dx-line: rgba(0, 0, 0, 0.12);
	--dx-blue: #0071e3;
	--dx-radius-xl: 34px;
	--dx-radius-lg: 24px;
	--dx-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.08);
	--dx-shadow-card: 0 18px 50px rgba(0, 0, 0, 0.1);
	--dx-control-bg: rgba(30, 30, 31, 0.7);
	--dx-control-bg-hover: rgba(30, 30, 31, 0.88);
	--dx-control-fg: #f5f5f7;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--dx-page-bg);
	color: var(--dx-text);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.wp-site-blocks,
.wp-site-blocks .wp-block-post-content,
.wp-site-blocks .wp-block-post-content p,
.wp-site-blocks .wp-block-post-content li,
.wp-site-blocks .wp-block-post-content blockquote,
.wp-site-blocks .wp-block-post-content cite,
.wp-site-blocks .wp-block-post-content figcaption {
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
}

.wp-site-blocks .wp-block-post-content h1,
.wp-site-blocks .wp-block-post-content h2,
.wp-site-blocks .wp-block-post-content h3,
.wp-site-blocks .wp-block-post-content h4,
.wp-site-blocks .wp-block-post-content h5,
.wp-site-blocks .wp-block-post-content h6,
.wp-site-blocks .wp-block-post-title,
.wp-site-blocks .wp-block-heading {
	font-family: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif);
}

.main.dx-page-type-platform,
.main.dx-page-type-platform * {
	box-sizing: border-box;
}

.main.dx-page-type-platform {
	background: var(--dx-page-bg);
	overflow: hidden;
}

.main.dx-page-type-platform a,
.dx-ref-header a,
#dx-global-footer a {
	color: inherit;
	text-decoration: none;
}

.main.dx-page-type-platform img,
.main.dx-page-type-platform picture,
.main.dx-page-type-platform video {
	max-width: 100%;
}

.visuallyhidden,
.dx-footer-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	white-space: nowrap !important;
}

/* Shared page sections */
.main.dx-page-type-platform .section {
	position: relative;
	padding: clamp(76px, 10vw, 150px) 0;
	overflow: hidden;
}

.main.dx-page-type-platform .no-pad-top {
	padding-top: clamp(44px, 7vw, 92px);
}

.main.dx-page-type-platform .no-pad-bottom {
	padding-bottom: clamp(54px, 7vw, 96px);
}

.main.dx-page-type-platform .background-alt {
	background: var(--dx-page-bg);
}

.dx-standard-page {
	box-sizing: border-box;
	min-height: 56vh;
	padding: clamp(24px, 3.6vw, 48px) var(--dx-global-page-gutter, 24px) clamp(72px, 9vw, 128px);
	background: var(--dx-page-bg);
}

.dx-standard-page *,
.dx-standard-page *::before,
.dx-standard-page *::after {
	box-sizing: border-box;
}

.dx-standard-page__header {
	margin: 0 auto clamp(28px, 4vw, 52px);
}

.dx-standard-page__title {
	margin: 0;
	color: var(--dx-text);
	font-family: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif);
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.04;
	text-align: center;
}

.dx-standard-page__content {
	width: min(100%, 1120px);
	margin: 0 auto;
	color: var(--dx-text);
}

.dx-standard-page__content > :first-child {
	margin-top: 0;
}

.dx-standard-page__content > :last-child {
	margin-bottom: 0;
}

.viewport-content {
	width: min(100% - 44px, 1180px);
	margin: 0 auto;
}

.section-header,
.copy-section-header,
.image-section-header-content,
.marquee-header {
	text-align: center;
}

.section-header.row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	text-align: left;
	margin-bottom: clamp(30px, 5vw, 64px);
}

.typography-section-header-headline,
.copy-section-header-headline,
.image-section-header-headline,
.header-headline {
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.typography-section-header-headline {
	font-size: clamp(48px, 8vw, 112px);
}

.copy-section-header-headline,
.image-section-header-headline {
	font-size: clamp(54px, 8vw, 120px);
}

.typography-eyebrow-elevated,
.header-eyebrow {
	margin: 0 0 16px;
	font-size: clamp(22px, 3vw, 38px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.copy-section-header-copy,
.image-section-header-copy {
	max-width: 880px;
	margin: clamp(22px, 3vw, 42px) auto 0;
	color: var(--dx-muted);
	font-size: clamp(21px, 2.3vw, 34px);
	font-weight: 600;
	line-height: 1.16;
	letter-spacing: -0.025em;
}

.button,
.primary-cta,
.link-standalone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button,
.primary-cta {
	background: var(--dx-blue);
	color: #fff !important;
	padding: 14px 23px;
}

.button:hover,
.primary-cta:hover {
	transform: translateY(-1px);
	background: #0077ed;
}

.link-standalone {
	color: var(--dx-blue) !important;
}

.link-standalone:hover {
	text-decoration: underline;
}

/* Hero v009: markup e classi proprietarie, costruito dal riferimento caricato */
.dx-reference-hero,
.dx-reference-hero *,
.dx-reference-hero *::before,
.dx-reference-hero *::after {
	box-sizing: border-box;
}

.dx-reference-hero {
	--dx-hero-bg-top: #fbfbfd;
	--dx-hero-bg-bottom: #f5f5f7;
	--dx-hero-text: #1d1d1f;
	--dx-hero-muted: #6e6e73;
	--dx-hero-progress: 0;
	position: relative;
	isolation: isolate;
	overflow: clip;
	min-height: calc(100svh - var(--dx-ref-local-height, 58px));
	padding: clamp(74px, 8.5vw, 138px) 0 clamp(42px, 6vw, 94px);
	background:
		radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.62) 34%, rgba(245, 245, 247, 0) 68%),
		linear-gradient(180deg, var(--dx-hero-bg-top) 0%, var(--dx-hero-bg-bottom) 86%);
	color: var(--dx-hero-text);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
}

.dx-reference-hero__viewport {
	width: min(100% - 44px, 1240px);
	margin: 0 auto;
}

.dx-reference-hero__header {
	position: relative;
	z-index: 3;
	max-width: 1130px;
	margin: 0 auto clamp(42px, 5.8vw, 84px);
	text-align: center;
	transform: translate3d(0, var(--dx-hero-headline-y, 0), 0);
	opacity: var(--dx-hero-headline-opacity, 1);
	will-change: transform, opacity;
}

.dx-reference-hero__eyebrow {
	margin: 0 0 clamp(11px, 1.4vw, 18px);
	font-family: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif);
	font-size: clamp(28px, 3.55vw, 56px);
	font-weight: 700;
	line-height: 1.0714285714;
	letter-spacing: -0.055em;
}

.dx-reference-hero__headline {
	margin: 0;
	font-family: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif);
	font-size: clamp(56px, 8.55vw, 150px);
	font-weight: 700;
	line-height: 0.93;
	letter-spacing: -0.065em;
}

.dx-reference-hero__detail {
	position: relative;
	width: 1px;
	height: 28px;
	margin: clamp(26px, 3vw, 44px) auto 0;
	overflow: hidden;
}

.dx-reference-hero__detail-line {
	display: block;
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, rgba(29, 29, 31, 0), rgba(29, 29, 31, 0.32), rgba(29, 29, 31, 0));
	transform-origin: top center;
}

.dx-reference-hero__stage {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: clamp(410px, 42vw, 760px);
	margin: 0 auto;
	pointer-events: none;
}

.dx-reference-hero__paragraph {
	max-width: 860px;
	margin: clamp(18px, 2.6vw, 34px) auto 0;
	color: var(--dx-hero-muted);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	font-size: clamp(19px, 2.05vw, 32px);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: 0;
	text-wrap: balance;
}

.dx-reference-hero__devices {
	position: relative;
	left: 50%;
	width: min(1760px, 138vw);
	aspect-ratio: 1760 / 760;
	min-height: clamp(410px, 42vw, 760px);
	transform: translate3d(-50%, var(--dx-hero-stage-y, 0), 0) scale(var(--dx-hero-stage-scale, 1));
	transform-origin: center bottom;
	will-change: transform;
}

.dx-reference-hero__device {
	position: absolute;
	bottom: 0;
	will-change: transform, opacity;
}

.dx-reference-hero__device--center {
	z-index: 3;
	left: 50%;
	width: 50.8%;
	transform: translate3d(-50%, var(--dx-hero-center-y, 0), 0) scale(var(--dx-hero-center-scale, 1));
	filter: drop-shadow(0 38px 70px rgba(0, 0, 0, 0.18));
}

.dx-reference-hero__device--left {
	z-index: 2;
	left: 0.8%;
	bottom: 3.4%;
	width: 42.6%;
	transform: translate3d(var(--dx-hero-left-x, 0), var(--dx-hero-side-y, 0), 0) scale(var(--dx-hero-side-scale, 1));
	opacity: var(--dx-hero-side-opacity, 1);
	filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.14));
}

.dx-reference-hero__device--right {
	z-index: 2;
	right: 1.1%;
	bottom: 3.9%;
	width: 41.2%;
	transform: translate3d(var(--dx-hero-right-x, 0), var(--dx-hero-side-y, 0), 0) scale(var(--dx-hero-side-scale, 1));
	opacity: var(--dx-hero-side-opacity, 1);
	filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.14));
}

.dx-reference-hero__hardware,
.dx-reference-hero__picture,
.dx-reference-hero__picture img,
.dx-reference-hero__screen-frame,
.dx-reference-hero__screen-frame img,
.dx-reference-hero__screen-video {
	display: block;
	width: 100%;
	height: auto;
}

.dx-reference-hero__screen {
	position: absolute;
	z-index: 4;
	inset: 5.75% 7.45% 22.9%;
	overflow: hidden;
	border-radius: clamp(8px, 0.82vw, 15px);
	background: #050505;
}

.dx-reference-hero__screen-media,
.dx-reference-hero__screen-frame,
.dx-reference-hero__screen-frame img,
.dx-reference-hero__screen-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.dx-reference-hero__screen-frame img,
.dx-reference-hero__screen-video {
	object-fit: cover;
}

.dx-reference-hero__screen-video {
	z-index: 3;
	opacity: 0;
	transition: opacity 360ms ease;
}

.dx-reference-hero__screen-frame--start {
	z-index: 1;
}

.dx-reference-hero__screen-frame--end {
	z-index: 2;
}

.dx-reference-hero__screen-media.is-loaded .dx-reference-hero__screen-video,
.dx-reference-hero__screen-media.is-playing .dx-reference-hero__screen-video {
	opacity: 1;
}

.dx-enhanced .dx-reference-hero__header,
.dx-enhanced .dx-reference-hero__device {
	opacity: 0;
}

.dx-enhanced .dx-reference-hero__header {
	transform: translate3d(0, 32px, 0);
}

.dx-enhanced .dx-reference-hero__device--center {
	transform: translate3d(-50%, 42px, 0) scale(0.965);
}

.dx-enhanced .dx-reference-hero__device--left {
	transform: translate3d(-44px, 38px, 0) scale(0.965);
}

.dx-enhanced .dx-reference-hero__device--right {
	transform: translate3d(44px, 38px, 0) scale(0.965);
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__header,
.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device {
	opacity: 1;
	transition:
		opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__header {
	transform: translate3d(0, var(--dx-hero-headline-y, 0), 0);
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--center {
	transform: translate3d(-50%, var(--dx-hero-center-y, 0), 0) scale(var(--dx-hero-center-scale, 1));
	transition-delay: 120ms;
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--left {
	transform: translate3d(var(--dx-hero-left-x, 0), var(--dx-hero-side-y, 0), 0) scale(var(--dx-hero-side-scale, 1));
	transition-delay: 210ms;
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--right {
	transform: translate3d(var(--dx-hero-right-x, 0), var(--dx-hero-side-y, 0), 0) scale(var(--dx-hero-side-scale, 1));
	transition-delay: 260ms;
}

@media (max-width: 1068px) {
	.dx-reference-hero {
		padding-top: clamp(64px, 10vw, 108px);
	}

	.dx-reference-hero__devices {
		width: min(1280px, 152vw);
	}

	.dx-reference-hero__device--center {
		width: 56%;
	}

	.dx-reference-hero__device--left {
		left: -2%;
		width: 45%;
	}

	.dx-reference-hero__device--right {
		right: -2.5%;
		width: 43.5%;
	}
}

@media (max-width: 734px) {
	.dx-reference-hero {
		min-height: auto;
		padding: 70px 0 56px;
		overflow: hidden;
	}

	.dx-reference-hero__viewport {
		width: min(100% - 36px, 640px);
	}

	.dx-reference-hero__header {
		margin-bottom: 42px;
	}

	.dx-reference-hero__eyebrow {
		font-size: clamp(25px, 7vw, 42px);
		letter-spacing: -0.045em;
	}

	.dx-reference-hero__headline {
		font-size: clamp(50px, 14vw, 82px);
		line-height: 0.95;
		letter-spacing: -0.058em;
	}

	.dx-reference-hero__detail {
		display: none;
	}

	.dx-reference-hero__stage {
		min-height: clamp(360px, 82vw, 530px);
	}

	.dx-reference-hero__devices {
		width: min(780px, 124vw);
		min-height: clamp(360px, 82vw, 530px);
		aspect-ratio: 780 / 540;
	}

	.dx-reference-hero__device--left,
	.dx-reference-hero__device--right {
		display: none;
	}

	.dx-reference-hero__device--center {
		width: 94%;
	}

	.dx-reference-hero__screen {
		border-radius: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dx-reference-hero,
	.dx-reference-hero * {
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
	}

	.dx-enhanced .dx-reference-hero__header,
	.dx-enhanced .dx-reference-hero__device {
		opacity: 1;
		transform: none;
	}

	.dx-enhanced .dx-reference-hero__device--center {
		transform: translateX(-50%);
	}
}

/* Cards and galleries */
.media-card-gallery-content {
	display: none;
}

.media-gallery-wrapper,
.gallery.scroll-gallery {
	width: min(100% - 24px, 1380px);
	margin: 0 auto;
}

.card-set {
	display: flex;
	gap: clamp(18px, 2vw, 28px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-padding-left: max(22px, calc((100vw - 1180px) / 2));
	padding: 4px max(22px, calc((100vw - 1180px) / 2)) 24px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.card-set::-webkit-scrollbar {
	display: none;
}

.media-gallery .gallery-item {
	flex: 0 0 min(86vw, 1120px);
	scroll-snap-align: center;
}

.caption-tile.gallery-item {
	flex: 0 0 min(78vw, 760px);
	scroll-snap-align: center;
}

.dx-legacy-productivity .caption-tile.gallery-item.wide {
	flex-basis: min(86vw, 980px);
}

.card,
.tile,
.grid-item,
.compatibility-card .tile,
.router-card .tile {
	background: var(--dx-card-bg);
	border-radius: var(--dx-radius-xl);
	box-shadow: var(--dx-shadow-card);
	overflow: hidden;
}

.media-gallery .tile {
	position: relative;
	min-height: clamp(420px, 58vw, 720px);
	background: linear-gradient(145deg, #ffffff, #ececf1);
}

.media-gallery-item.theme-dark .tile {
	background: #000;
	color: #fff;
}

.caption-container {
	position: absolute;
	z-index: 3;
	left: clamp(24px, 5vw, 66px);
	top: clamp(24px, 5vw, 62px);
	max-width: min(520px, 72%);
}

.pin-bottom-center.caption-container,
.caption-container.pin-bottom-center {
	top: auto;
	bottom: clamp(24px, 5vw, 62px);
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.caption {
	margin: 0;
	font-size: clamp(30px, 4.4vw, 64px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.media-block {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(64px, 7vw, 100px) clamp(18px, 4vw, 72px) clamp(24px, 4vw, 54px);
}

.media-block picture,
.media-block img,
.media-block video {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.video-wrapper .start-frame,
.video-wrapper .end-frame,
.video-wrapper video:not(.dx-inline-video) {
	display: none;
}

.video-wrapper .fallback-frame {
	display: block;
}

/* Image header / design legacy helpers */
.image-section-header-image {
	width: min(100% - 44px, 1260px);
	margin: clamp(34px, 5vw, 76px) auto 0;
	border-radius: var(--dx-radius-xl);
	overflow: hidden;
	box-shadow: var(--dx-shadow-soft);
	background: #fff;
}

.image-section-header-picture {
	display: block;
	width: 100%;
	height: auto;
}

.card-caption-content {
	padding: 0 clamp(8px, 1.8vw, 18px) clamp(16px, 2vw, 22px);
	min-height: 160px;
}

.card-caption-heading {
	margin: 0 0 12px;
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.card-caption-content p {
	margin: 0;
	color: var(--dx-muted);
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: -0.022em;
}

.caption-tile .tile {
	min-height: clamp(380px, 44vw, 560px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(28px, 4vw, 54px);
}

.caption-tile .media-block {
	position: static;
	padding: 0;
	width: 100%;
	height: 100%;
}

.caption-tile .media-block img,
.caption-tile .media-block video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dx-inline-video-wrap {
	position: relative;
	width: 100%;
}

.dx-inline-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
}

.dx-inline-video-ui {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 5;
}

.dx-video-toggle,
.dx-carousel-prev,
.dx-carousel-next,
.dx-carousel-toggle {
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}

.dx-video-toggle {
	width: 34px;
	height: 34px;
	background: var(--dx-control-bg);
	color: var(--dx-control-fg);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

.dx-video-toggle:hover {
	background: var(--dx-control-bg-hover);
}

.dx-video-icon {
	display: none;
	font-size: 12px;
	line-height: 1;
}

.dx-inline-video-wrap.is-playing .dx-video-icon-pause,
.dx-inline-video-wrap.is-paused .dx-video-icon-play,
.dx-inline-video-wrap.is-ended .dx-video-icon-replay {
	display: inline-block;
}

/* More features */
.section-more {
	background: var(--dx-page-bg);
}

.more-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
}

.grid-item {
	padding: clamp(24px, 3.4vw, 42px);
	min-height: 270px;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.04);
}

.grid-item-image {
	width: 54px;
	height: 54px;
	object-fit: contain;
	margin-bottom: 26px;
}

.more-grid-item-heading {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.more-grid-item-copy {
	color: var(--dx-muted);
	font-size: 17px;
	line-height: 1.35;
	font-weight: 500;
}

.more-grid-item-copy .more-grid-item-heading {
	color: var(--dx-text);
}

/* Compatibility */
.section-routers .viewport-content {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
	gap: clamp(18px, 2vw, 28px);
}

.card-contents {
	padding: clamp(32px, 5vw, 72px);
}

.compatibility-headline,
.router-card-headline {
	font-size: clamp(36px, 5vw, 72px);
	line-height: 1.02;
	letter-spacing: -0.045em;
	margin-bottom: 24px;
}

.devices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 28px;
	margin: clamp(28px, 4vw, 48px) 0;
	color: var(--dx-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.device-item p {
	margin: 0;
}

.device-item a {
	color: var(--dx-blue) !important;
}

.dx-router-device-image {
	display: block;
	width: 100%;
	margin: 24px auto 0;
}

.router-card .tile,
.compatibility-card .tile {
	height: 100%;
}

.router-card-image {
	width: 74px;
	height: 74px;
	object-fit: contain;
	margin-bottom: 26px;
}

.router-card .icon-wrapper {
	color: var(--dx-blue) !important;
	font-weight: 600;
}

/* Carousel fallback controls generated by JS */
.dx-enhanced .dx-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition-delay: var(--dx-reveal-delay, 0ms);
}

.dx-enhanced .dx-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.dx-carousel-controls {
	margin: 16px max(22px, calc((100vw - 1180px) / 2)) 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	width: fit-content;
}

.dx-carousel-prev,
.dx-carousel-next,
.dx-carousel-toggle {
	width: 38px;
	height: 38px;
	background: rgba(66, 66, 69, 0.14);
	color: #1d1d1f;
	font-size: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dx-carousel-prev:hover,
.dx-carousel-next:hover,
.dx-carousel-toggle:hover {
	background: rgba(66, 66, 69, 0.22);
}

.dx-carousel-dots,
.dx-carousel-meta {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dx-carousel-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

.dx-carousel-dot.is-active {
	background: rgba(0, 0, 0, 0.68);
}

.dx-carousel-progress {
	width: 68px;
	height: 3px;
	background: rgba(0, 0, 0, 0.16);
	overflow: hidden;
	border-radius: 10px;
}

.dx-carousel-progress-fill {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.74);
	transform-origin: left center;
	transform: scaleX(0);
}

/* Footer */
#dx-global-footer {
	background: #f5f5f7;
	color: rgba(0,0,0,0.72);
	font-size: 12px;
	line-height: 1.45;
	border-top: 1px solid rgba(0,0,0,0.08);
}

.dx-footer-content {
	width: min(100% - 44px, 980px);
	margin: 0 auto;
	padding: 22px 0 34px;
}

.dx-footer-sosumi {
	border-bottom: 1px solid rgba(0,0,0,0.12);
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.dx-footer-sosumi ol {
	margin: 0;
	padding-left: 18px;
}

.dx-footer-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0 18px;
}

.dx-footer-breadcrumbs-list {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dx-footer-breadcrumbs-item + .dx-footer-breadcrumbs-item::before {
	content: ">";
	margin-right: 8px;
	color: rgba(0,0,0,0.35);
}

.dx-footer-directory {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	padding: 12px 0 28px;
}

.dx-footer-directory-column-section-title {
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 1.3;
	color: var(--dx-text);
}

.dx-footer-directory-column-section-item {
	margin-bottom: 7px;
}

.dx-footer-footer {
	border-top: 1px solid rgba(0,0,0,0.12);
	padding-top: 14px;
}

.dx-footer-footer-legal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.dx-footer-footer-legal-links {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Editor: lightweight preview, no frontend DOM in Gutenberg */
.editor-styles-wrapper .dx-editor-card,
.dx-editor-card {
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 20px;
	background: linear-gradient(135deg, #ffffff 0%, #f5f5f7 100%);
	box-shadow: 0 10px 36px rgba(0,0,0,0.08);
	padding: 22px;
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	color: #1d1d1f;
}

.dx-editor-card__kicker {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0071e3;
	margin-bottom: 8px;
}

.dx-editor-card__title {
	display: block;
	font-size: 22px;
	line-height: 1.15;
	margin-bottom: 8px;
}

.dx-editor-card__headline,
.dx-editor-card__copy {
	margin: 0 0 8px;
	max-width: 760px;
}

.dx-editor-card__headline {
	font-size: 18px;
	font-weight: 650;
}

.dx-editor-card__copy {
	font-size: 14px;
	color: #6e6e73;
}

.dx-editor-card__badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 6px 10px;
	background: rgba(0,113,227,0.1);
	color: #0066cc;
	font-size: 12px;
	font-weight: 700;
	margin: 8px 0 10px;
}

.dx-editor-card__notice {
	margin: 10px 0 0 !important;
}

.dx-block-preview,
.editor-styles-wrapper .dx-block-preview,
.editor-styles-wrapper .dx-block-preview * {
	pointer-events: none !important;
}

/* Responsive */
@media (max-width: 980px) {

	.section-header.row {
		display: block;
		text-align: center;
	}

	.section-header-cta-list-wrapper {
		margin-top: 20px;
	}


	.media-gallery .gallery-item,
	.caption-tile.gallery-item,
	.dx-legacy-productivity .caption-tile.gallery-item.wide {
		flex-basis: min(88vw, 720px);
	}

	.media-gallery .tile {
		min-height: 540px;
	}

	.caption-container {
		max-width: 82%;
	}

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

	.section-routers .viewport-content {
		grid-template-columns: 1fr;
	}

	.dx-footer-directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.viewport-content,
	.image-section-header-image,
	.dx-footer-content {
		width: min(100% - 32px, 1180px);
	}


	.main.dx-page-type-platform .section {
		padding: 64px 0;
	}

	.header-headline,
	.typography-section-header-headline,
	.copy-section-header-headline,
	.image-section-header-headline {
		letter-spacing: -0.045em;
	}

	.media-gallery .tile {
		min-height: 450px;
	}

	.caption-container {
		left: 24px;
		top: 24px;
		max-width: calc(100% - 48px);
	}

	.media-block {
		padding: 110px 20px 28px;
	}

	.card-set {
		padding-inline: 16px;
	}

	.more-grid,
	.devices {
		grid-template-columns: 1fr;
	}

	.grid-item {
		min-height: auto;
	}

	.card-contents {
		padding: 28px;
	}

	.dx-footer-directory,
	.dx-footer-footer-legal,
	.dx-footer-footer-legal-links {
		display: block;
	}

	.dx-footer-directory-column {
		margin-bottom: 18px;
	}

	.dx-footer-footer-legal-links-item {
		margin-top: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
	}
}


/* ============================================================
   DX Reference Header v007
   Replica strutturale del global header + tab local nav dal codice sorgente,
   con classi proprietarie dx-ref-* e senza dipendenze CSS/JS esterne.
   ============================================================ */
:root {
	--dx-ref-global-height: 44px;
	--dx-ref-global-mobile-height: 48px;
	--dx-ref-local-height: 58px;
	--dx-ref-admin-offset: 0px;
	--dx-ref-header-bg: rgba(251, 251, 253, 0.8);
	--dx-ref-header-text: rgba(0, 0, 0, 0.8);
	--dx-ref-header-hover: #000000;
	--dx-ref-font-text: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	--dx-ref-font-display: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif);
}

body.admin-bar {
	--dx-ref-admin-offset: 32px;
}

.dx-ref-header,
.dx-ref-header *,
.dx-ref-header *::before,
.dx-ref-header *::after {
	box-sizing: border-box;
}

.dx-ref-header {
	position: relative;
	z-index: 9997;
	width: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
	color: #1d1d1f;
	font-family: var(--dx-ref-font-text);
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.dx-ref-header a,
.dx-ref-header a:hover {
	text-decoration: none;
}

.dx-ref-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dx-ref-header button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	line-height: inherit;
	cursor: pointer;
}

.dx-ref-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Global nav: replica proporzioni 44px del sorgente, rinominata dx-ref-* */
.dx-ref-global {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	display: block;
	width: 100%;
	min-width: 320px;
	height: auto;
	min-height: 48px;
	max-height: var(--dx-ref-global-height);
	margin: 0;
	padding: 0;
	background: var(--dx-ref-header-bg);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	font-size: 17px;
	-webkit-user-select: none;
	user-select: none;
}

.dx-ref-global__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1024px;
	height: auto;
	min-height: var(--dx-ref-global-height);
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-inline-start: max(22px, env(safe-area-inset-left));
	padding-inline-end: max(22px, env(safe-area-inset-right));
	box-sizing: border-box;
}

.dx-ref-global__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	min-height: var(--dx-ref-global-height);
	height: auto;
	margin: 0 -8px;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-user-select: none;
	user-select: none;
}

.dx-ref-global__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--dx-ref-global-height);
	height: auto;
	box-sizing: border-box;
}

.dx-ref-global__link,
.dx-ref-global__trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--dx-ref-global-height);
	min-width: 28px;
	margin: 0;
	padding: 0 8px;
	color: var(--dx-ref-header-text);
	font-family: var(--dx-ref-font-text);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.01em;
	white-space: nowrap;
	outline-offset: -7px;
	transition: color 0.24s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.24s cubic-bezier(0.4, 0, 0.6, 1);
}

.dx-ref-global__link:hover,
.dx-ref-global__link:focus-visible,
.dx-ref-global__trigger:hover,
.dx-ref-global__trigger:focus-visible {
	color: var(--dx-ref-header-hover);
	outline: none;
}

.dx-ref-global__link--brand {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	min-height: var(--dx-ref-global-height);
	padding-top: var(--dx-header-logo-margin-top, 4px);
	padding-bottom: var(--dx-header-logo-margin-bottom, 4px);
}

.dx-ref-global__image,
.dx-ref-global__image svg {
	display: block;
	fill: currentColor;
	pointer-events: none;
}

.dx-ref-global__text {
	display: block;
}

.dx-ref-global__item--has-submenu {
	position: relative;
}

.dx-ref-global__link--submenu {
	gap: 4px;
}

.dx-ref-global__caret {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -2px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	opacity: 0.68;
	transform: rotate(45deg);
	transition: transform 180ms ease, opacity 180ms ease;
}

.dx-ref-global__item--has-submenu:hover .dx-ref-global__caret,
.dx-ref-global__item--has-submenu:focus-within .dx-ref-global__caret {
	opacity: 1;
	transform: translateY(2px) rotate(45deg);
}

.dx-ref-global__submenu {
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	z-index: 10000;
	min-width: 224px;
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(-50%, -6px, 0) scale(0.98);
	transform-origin: top center;
	transition:
		opacity 180ms ease,
		visibility 180ms ease,
		transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dx-ref-global__item--has-submenu:hover .dx-ref-global__submenu,
.dx-ref-global__item--has-submenu:focus-within .dx-ref-global__submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0) scale(1);
}

.dx-ref-global__submenu-list {
	display: grid;
	gap: 4px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

.dx-ref-global__submenu-link {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 12px;
	color: var(--dx-ref-header-text);
	font-family: var(--dx-ref-font-text);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease, transform 180ms ease;
}

.dx-ref-global__submenu-link:hover,
.dx-ref-global__submenu-link:focus-visible {
	background: rgba(0, 113, 227, 0.1);
	color: #0066cc;
	outline: none;
	transform: translateX(2px);
}

.dx-ref-global__link--utility {
	gap: 8px;
}

.dx-ref-global__item--utility {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dx-ref-global__text--utility {
	font-size: 12px;
	font-weight: 500;
}

.dx-ref-global__link--cart {
	position: relative;
}

.dx-ref-global__cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--dx-global-primary, #0071e3);
	color: var(--dx-global-primary-text, #fff);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.dx-ref-global__item--menu,
.dx-ref-global__mobile-panel {
	display: none;
}

.dx-ref-global__trigger {
	width: 48px;
	min-width: 48px;
	height: 48px;
	padding: 0;
}

.dx-ref-global__trigger svg {
	display: block;
}

.dx-ref-global__trigger-line {
	transform-origin: 50% 50%;
	transition: transform 240ms cubic-bezier(0.42, 0, 0.58, 1), points 240ms cubic-bezier(0.42, 0, 0.58, 1);
}

.dx-ref-header.is-menu-open .dx-ref-global__trigger-line--top {
	transform: translate(1px, 4px) rotate(45deg);
}

.dx-ref-header.is-menu-open .dx-ref-global__trigger-line--bottom {
	transform: translate(1px, -4px) rotate(-45deg);
}

/* Local tab nav: replica DX tabnav, rinominata dx-ref-* */
.dx-ref-local {
	--dx-ref-button-background: rgb(0, 113, 227);
	--dx-ref-button-background-hover: #0076df;
	--dx-ref-button-background-active: #006edb;
	--dx-ref-button-color: rgb(255, 255, 255);
	--dx-ref-button-color-hover: var(--dx-ref-button-color);
	--dx-ref-button-color-active: var(--dx-ref-button-color-hover);
	--dx-ref-button-disabled-opacity: 0.42;
	--dx-ref-button-border-color: transparent;
	--dx-ref-button-border-radius: 980px;
	--dx-ref-button-min-width-basis: 60px;
	--dx-ref-button-padding-horizontal: 16px;
	--dx-ref-button-padding-vertical: 9px;
	--dx-ref-button-border-width: 1px;
	--dx-ref-button-box-sizing: content-box;
	--dx-ref-button-width: auto;
	--dx-ref-button-display: inline-block;
	--dx-ref-local-height: 58px;
	position: sticky;
	top: calc(var(--dx-ref-admin-offset) - 1px);
	z-index: 9997;
	width: auto;
	height: var(--dx-ref-local-height);
	min-height: var(--dx-ref-local-height);
	margin: 0;
	padding: 0;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.dx-ref-local.is-fixed {
	position: fixed;
	top: var(--dx-ref-admin-offset);
	right: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
}

.dx-ref-local-placeholder {
	display: none;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	pointer-events: none;
}

.dx-ref-local-placeholder.is-active {
	display: block;
	height: var(--dx-ref-local-height);
}

.dx-ref-local.is-just-fixed .dx-ref-local__items {
	animation: dxRefPillDock 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.dx-ref-header:not(.is-ready) .dx-ref-local__item {
	opacity: 0;
	transform: translate3d(0, 12px, 0) scale(0.985);
}

.dx-ref-header.is-ready .dx-ref-local__item {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	transition:
		opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dx-ref-header.is-ready .dx-ref-local__item:nth-child(1) {
	transition-delay: 20ms;
}

.dx-ref-header.is-ready .dx-ref-local__item:nth-child(2) {
	transition-delay: 55ms;
}

.dx-ref-header.is-ready .dx-ref-local__item:nth-child(3) {
	transition-delay: 90ms;
}

.dx-ref-header.is-ready .dx-ref-local__item:nth-child(4) {
	transition-delay: 125ms;
}

.dx-ref-header.is-ready .dx-ref-local__item:nth-child(5) {
	transition-delay: 160ms;
}

@keyframes dxRefPillDock {
	0% {
		opacity: 0.82;
		transform: translate3d(0, 10px, 0) scale(1.035);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -1px, 0) scale(0.995);
	}

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

.dx-ref-local::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	transition:
		background-color 320ms cubic-bezier(0.4, 0, 0.2, 1),
		backdrop-filter 320ms cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-backdrop-filter 320ms cubic-bezier(0.4, 0, 0.2, 1);
}

.dx-ref-local__mask {
	position: relative;
	z-index: 2000;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.dx-ref-local__mask::-webkit-scrollbar {
	display: none;
}

.dx-ref-local__items {
	position: relative;
	z-index: 2000;
	display: flex;
	align-items: center;
	gap: 20px;
	width: max-content;
	min-width: 100%;
	height: var(--dx-ref-local-height);
	margin: 0;
	padding: 8px 0;
	list-style: none;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
	transform-origin: center top;
	will-change: transform, opacity;
	transition:
		gap 320ms cubic-bezier(0.4, 0, 0.2, 1),
		transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.dx-ref-local.is-fixed .dx-ref-local__items {
	gap: 16px;
}

@media (min-width: 600px) {
	.dx-ref-local__items {
		justify-content: center;
	}
}

.dx-ref-local__item {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.dx-ref-local__link {
	display: var(--dx-ref-button-display);
	width: var(--dx-ref-button-width);
	min-width: calc(var(--dx-ref-button-min-width-basis) - var(--dx-ref-button-padding-horizontal) * 2);
	margin-block: 4px;
	padding-block: calc(var(--dx-ref-button-padding-vertical) - var(--dx-ref-button-border-width));
	padding-inline: calc(var(--dx-ref-button-padding-horizontal) - var(--dx-ref-button-border-width));
	border: var(--dx-ref-button-border-width) solid var(--dx-ref-button-border-color);
	border-radius: var(--dx-ref-button-border-radius);
	background: var(--dx-ref-button-background);
	color: var(--dx-ref-button-color);
	box-sizing: var(--dx-ref-button-box-sizing);
	font-family: var(--dx-ref-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2857742857;
	letter-spacing: -0.016em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform, background-color, border-color, color, box-shadow;
	transition:
		background-color 260ms cubic-bezier(0.4, 0, 0.2, 1),
		border-color 260ms cubic-bezier(0.4, 0, 0.2, 1),
		color 260ms cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 260ms cubic-bezier(0.4, 0, 0.2, 1),
		transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dx-ref-local__link:hover {
	background: var(--dx-ref-button-background-hover, var(--dx-ref-button-background));
	color: var(--dx-ref-button-color-hover, var(--dx-ref-button-color));
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0);
	transform: translate3d(0, -1px, 0);
}

.dx-ref-local__link:focus-visible {
	outline: 2px solid #0071e3;
	outline-offset: 3px;
}

.dx-ref-local__link:active {
	background: var(--dx-ref-button-background-active, var(--dx-ref-button-background));
	color: var(--dx-ref-button-color-active, var(--dx-ref-button-color));
	outline: none;
}

.dx-ref-local__link--current {
	--dx-ref-button-background: rgb(29, 29, 31);
	--dx-ref-button-background-hover: #272729;
	--dx-ref-button-background-active: #18181a;
	--dx-ref-button-color: rgb(255, 255, 255);
	pointer-events: none;
}

.dx-ref-local__link:not(.dx-ref-local__link--current) {
	--dx-ref-button-background: rgb(232 232 237 / 70%);
	--dx-ref-button-background-hover: rgb(232, 232, 237);
	--dx-ref-button-background-active: var(--dx-ref-button-background);
	--dx-ref-button-color: rgb(29, 29, 31);
	--dx-ref-button-color-hover: rgb(29, 29, 31);
	border-color: rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}

.dx-ref-local.is-stuck::after,
.dx-ref-header.is-scrolled .dx-ref-local::after {
	background-color: rgba(255, 255, 255, 0.74);
	-webkit-backdrop-filter: saturate(180%) blur(24px);
	backdrop-filter: saturate(180%) blur(24px);
}

.dx-ref-local.is-fixed::after {
	background-color: rgba(255, 255, 255, 0.68);
	-webkit-backdrop-filter: saturate(180%) blur(28px);
	backdrop-filter: saturate(180%) blur(28px);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.dx-ref-local.is-fixed .dx-ref-local__link:not(.dx-ref-local__link--current) {
	background: rgba(232, 232, 237, 0.58);
	border-color: rgba(0, 0, 0, 0.13);
}

.dx-ref-local.is-fixed .dx-ref-local__link--current {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

@media (prefers-reduced-motion: reduce) {
	.dx-ref-local.is-just-fixed .dx-ref-local__items {
		animation: none;
	}

	.dx-ref-header.is-ready .dx-ref-local__item,
	.dx-ref-local__items,
	.dx-ref-local__link {
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
	}
}

/* Editor: mostra il blocco senza bloccare Gutenberg */
.editor-styles-wrapper .dx-ref-header,
.block-editor-block-list__block .dx-ref-header {
	position: relative !important;
	z-index: 1 !important;
	pointer-events: none;
}

.editor-styles-wrapper .dx-ref-header *,
.block-editor-block-list__block .dx-ref-header * {
	pointer-events: none;
}

.editor-styles-wrapper .dx-ref-global,
.block-editor-block-list__block .dx-ref-global {
	display: none !important;
}

@media (max-width: 833px) {
	.dx-ref-global {
		height: var(--dx-ref-global-mobile-height);
		max-height: none;
	}

	.dx-ref-global__content {
		position: absolute;
		top: 0;
		width: 100%;
		height: var(--dx-ref-global-mobile-height);
		padding: 0;
		display: flex;
		background: var(--dx-ref-header-bg);
		transition: background 240ms cubic-bezier(0.4, 0, 0.6, 1) 80ms;
	}

	.dx-ref-header.is-menu-open .dx-ref-global__content {
		height: calc(100vh - var(--dx-ref-admin-offset));
		background: #fafafc;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.dx-ref-global__list {
		position: relative;
		z-index: 1;
		display: flex;
		flex: 1;
		height: var(--dx-ref-global-mobile-height);
		margin: 0;
		padding-inline-start: max(16px, env(safe-area-inset-left));
		padding-inline-end: max(16px, env(safe-area-inset-right));
		box-sizing: border-box;
	}

	.dx-ref-global__item {
		height: var(--dx-ref-global-mobile-height);
	}

	.dx-ref-global__item--brand {
		margin-right: auto;
	}

	.dx-ref-global__item--desktop {
		display: none;
	}

	.dx-ref-global__item--icon,
	.dx-ref-global__item--utility,
	.dx-ref-global__item--menu {
		display: flex;
	}

	.dx-ref-global__link,
	.dx-ref-global__trigger {
		width: 48px;
		min-width: 48px;
		height: var(--dx-ref-global-mobile-height);
		padding: 0;
	}

	.dx-ref-global__mobile-panel {
		position: absolute;
		top: var(--dx-ref-global-mobile-height);
		left: 0;
		right: 0;
		display: block;
		padding: 5px 48px 80px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		pointer-events: none;
		transition: opacity 240ms cubic-bezier(0.4, 0, 0.6, 1), visibility 240ms cubic-bezier(0.4, 0, 0.6, 1), transform 240ms cubic-bezier(0.4, 0, 0.6, 1);
	}

	.dx-ref-header.is-menu-open .dx-ref-global__mobile-panel {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.dx-ref-global__mobile-link {
		display: block;
		padding: 8px 0;
		color: #1d1d1f;
		font-family: var(--dx-ref-font-display);
		font-size: 28px;
		font-weight: 600;
		line-height: 1.1428571429;
		letter-spacing: 0.007em;
	}

	.dx-ref-global__mobile-item--has-children {
		margin: 4px 0 10px;
	}

	.dx-ref-global__mobile-link--parent {
		padding-bottom: 4px;
		color: #1d1d1f;
	}

	.dx-ref-global__mobile-sublist {
		display: grid;
		gap: 2px;
		margin: 0 0 4px;
		padding: 0 0 0 18px;
		border-left: 1px solid rgba(0, 0, 0, 0.12);
	}

	.dx-ref-global__mobile-link--child {
		padding: 7px 0;
		color: #424245;
		font-family: var(--dx-ref-font-text);
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.dx-ref-global__mobile-link--child:hover,
	.dx-ref-global__mobile-link--child:focus-visible {
		color: #0066cc;
		outline: none;
	}

	.dx-ref-global__mobile-item--utility + .dx-ref-global__mobile-item--utility {
		margin-top: 8px;
	}

	.dx-ref-global__mobile-badge {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 20px;
		height: 20px;
		margin-left: 10px;
		padding: 0 6px;
		border-radius: 999px;
		background: var(--dx-global-primary, #0071e3);
		color: var(--dx-global-primary-text, #fff);
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		vertical-align: middle;
	}

	.dx-ref-local {
		top: calc(var(--dx-ref-admin-offset) - 1px);
	}

	.dx-ref-local__items {
		justify-content: flex-start;
		gap: 10px;
		min-width: max-content;
		margin-inline: auto;
		padding-inline: 24px;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--dx-ref-admin-offset: 46px;
	}
}

@media (max-width: 480px) {
	.dx-ref-global__mobile-panel {
		padding-right: 32px;
		padding-left: 32px;
	}

	.dx-ref-global__mobile-link {
		font-size: 25px;
	}
}

html.dx-ref-menu-open,
html.dx-ref-menu-open body {
	overflow: hidden !important;
}



/* Hero v010: scala corretta dal riferimento, classi nostre, asset locali */
.dx-reference-hero {
	--dx-hero-bg-top: #ffffff;
	--dx-hero-bg-bottom: #f5f5f7;
	min-height: auto;
	padding: 54px 0 0;
	text-align: center;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(245, 245, 247));
	overflow: hidden;
}

.dx-reference-hero__viewport {
	width: 87.5%;
	max-width: 1680px;
	margin-inline: auto;
}

.dx-reference-hero__header {
	max-width: 980px;
	margin: 0 auto 0;
}

.dx-reference-hero__eyebrow {
	display: inline-block;
	margin: 0;
	font-family: var(--dx-ref-font-display, var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif));
	font-size: 28px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: 0.007em;
	background: #1d1d1f;
	background-image: linear-gradient(90deg, #c30e3e, #e36479 33%, #c30e3e 70%);
	background-size: 300% auto;
	background-position: 0% 0;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.dx-reference-hero__headline {
	margin: 8px 0 0;
	font-family: var(--dx-ref-font-display, var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif));
	font-size: 64px;
	line-height: 1.0625;
	font-weight: 600;
	letter-spacing: -0.009em;
	color: #1d1d1f;
}

.dx-reference-hero__detail {
	display: flow-root;
	width: 100%;
	height: 30px;
	margin: 24px auto 0;
}

.dx-reference-hero__detail-line {
	display: none;
}

.dx-reference-hero__stage {
	width: 100%;
	min-height: 388px;
	margin: 0 auto;
	overflow: visible;
}

.dx-reference-hero__devices {
	position: relative;
	left: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	min-height: 388px;
	aspect-ratio: auto;
	transform: translate3d(0, var(--dx-hero-stage-y, 0), 0);
	transform-origin: center bottom;
	overflow: visible;
}

.dx-reference-hero__device {
	position: relative;
	bottom: auto;
	flex: 0 0 auto;
	will-change: transform, opacity;
}

.dx-reference-hero__device--left {
	z-index: 1;
	width: 356px;
	margin-inline-start: -48px;
	transform: translate3d(calc(150px + var(--dx-hero-left-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	filter: none;
	opacity: var(--dx-hero-side-opacity, 1);
}

.dx-reference-hero__device--center {
	z-index: 3;
	left: auto;
	width: 460px;
	transform: translate3d(0, var(--dx-hero-center-y, 0px), 0);
	filter: none;
}

.dx-reference-hero__device--right {
	z-index: 1;
	right: auto;
	width: 308px;
	transform: translate3d(calc(-150px + var(--dx-hero-right-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	filter: none;
	opacity: var(--dx-hero-side-opacity, 1);
}

.dx-reference-hero__screen {
	position: absolute;
	z-index: 4;
	inset: 12px 12px 130px 12px;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
}

.dx-reference-hero__screen-media {
	position: relative;
	display: block;
	width: 436px;
	height: 246px;
	margin: 0 auto;
}

.dx-reference-hero__hardware,
.dx-reference-hero__picture,
.dx-reference-hero__picture img {
	display: block;
	width: 100%;
	height: auto;
}

.dx-reference-hero__screen-frame,
.dx-reference-hero__screen-frame img,
.dx-reference-hero__screen-video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.dx-enhanced .dx-reference-hero__header {
	transform: translate3d(0, 18px, 0);
}

.dx-enhanced .dx-reference-hero__device--center {
	transform: translate3d(0, 26px, 0);
}

.dx-enhanced .dx-reference-hero__device--left {
	transform: translate3d(190px, 24px, 0);
}

.dx-enhanced .dx-reference-hero__device--right {
	transform: translate3d(-190px, 24px, 0);
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--center {
	transform: translate3d(0, var(--dx-hero-center-y, 0px), 0);
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--left {
	transform: translate3d(calc(150px + var(--dx-hero-left-x, 0px)), var(--dx-hero-side-y, 0px), 0);
}

.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--right {
	transform: translate3d(calc(-150px + var(--dx-hero-right-x, 0px)), var(--dx-hero-side-y, 0px), 0);
}

@media (max-width: 1068px) {
	.dx-reference-hero {
		padding-top: 48px;
	}

	.dx-reference-hero__headline {
		font-size: 56px;
		line-height: 1.0714285714;
		letter-spacing: -0.005em;
	}

	.dx-reference-hero__eyebrow {
		font-size: 24px;
		line-height: 1.1666666667;
		letter-spacing: 0.009em;
	}

	.dx-reference-hero__stage,
	.dx-reference-hero__devices {
		min-height: 326px;
	}

	.dx-reference-hero__device--left {
		width: 298px;
		margin-inline-start: -40px;
		transform: translate3d(calc(130px + var(--dx-hero-left-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}

	.dx-reference-hero__device--center {
		width: 386px;
	}

	.dx-reference-hero__device--right {
		width: 258px;
		transform: translate3d(calc(-130px + var(--dx-hero-right-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}

	.dx-reference-hero__screen {
		inset: 11px 10px 109px 10px;
	}

	.dx-reference-hero__screen-media {
		width: 366px;
		height: 206px;
	}

	.dx-enhanced .dx-reference-hero__device--left {
		transform: translate3d(170px, 24px, 0);
	}

	.dx-enhanced .dx-reference-hero__device--right {
		transform: translate3d(-170px, 24px, 0);
	}

	.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--left {
		transform: translate3d(calc(130px + var(--dx-hero-left-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}

	.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--right {
		transform: translate3d(calc(-130px + var(--dx-hero-right-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}
}

@media (max-width: 734px) {
	.dx-reference-hero {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.dx-reference-hero__viewport {
		width: 87.5%;
		max-width: 420px;
	}

	.dx-reference-hero__headline {
		margin-top: 6px;
		font-size: 40px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.dx-reference-hero__eyebrow {
		font-size: 21px;
		line-height: 1.1904761905;
	}

	.dx-reference-hero__detail {
		display: flow-root;
		height: 20px;
		margin-top: 20px;
	}

	.dx-reference-hero__stage,
	.dx-reference-hero__devices {
		min-height: 246px;
	}

	.dx-reference-hero__device--left {
		display: block;
		width: 224px;
		margin-inline-start: -30px;
		transform: translate3d(calc(100px + var(--dx-hero-left-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}

	.dx-reference-hero__device--center {
		width: 292px;
	}

	.dx-reference-hero__device--right {
		display: block;
		width: 194px;
		transform: translate3d(calc(-100px + var(--dx-hero-right-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}

	.dx-reference-hero__screen {
		inset: 8px 8px 82px 8px;
		border-radius: 0;
	}

	.dx-reference-hero__screen-media {
		width: 276px;
		height: 156px;
	}

	.dx-enhanced .dx-reference-hero__device--left {
		transform: translate3d(130px, 20px, 0);
	}

	.dx-enhanced .dx-reference-hero__device--right {
		transform: translate3d(-130px, 20px, 0);
	}

	.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--left {
		transform: translate3d(calc(100px + var(--dx-hero-left-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}

	.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--right {
		transform: translate3d(calc(-100px + var(--dx-hero-right-x, 0px)), var(--dx-hero-side-y, 0px), 0);
	}
}


/* Hero v011: fix taglio verticale, sfondo grigio e isolamento sezione successiva */
.dx-reference-hero {
	--dx-hero-bg-top: #ffffff;
	--dx-hero-bg-mid: #fbfbfd;
	--dx-hero-bg-bottom: #f5f5f7;
	position: relative;
	z-index: 1;
	isolation: isolate;
	min-height: auto;
	padding: 54px 0 clamp(54px, 6vw, 88px);
	background:
		radial-gradient(ellipse at 50% 9%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0) 63%),
		linear-gradient(180deg, var(--dx-hero-bg-top) 0%, var(--dx-hero-bg-mid) 46%, var(--dx-hero-bg-bottom) 100%);
	overflow: hidden;
}

.dx-reference-hero::after {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: min(52vw, 520px);
	background: var(--dx-hero-bg-bottom);
	pointer-events: none;
}

.dx-reference-hero__marquee,
.dx-reference-hero__stage {
	position: relative;
	z-index: 2;
}

.dx-reference-hero__header {
	margin-bottom: 24px;
}

.dx-reference-hero__stage {
	min-height: 434px;
	padding-bottom: 46px;
	overflow: visible;
}

.dx-reference-hero__devices {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 388px;
	min-height: 388px;
	max-height: none;
	overflow: visible;
	transform: translate3d(0, var(--dx-hero-stage-y, 0), 0);
}

.dx-reference-hero__device {
	position: relative;
	bottom: auto;
	flex: 0 0 auto;
	max-height: none;
}

.dx-reference-hero__device--left {
	width: 356px;
	margin-right: -150px;
	margin-left: 0;
	transform: translate3d(var(--dx-hero-left-x, 0px), var(--dx-hero-side-y, 0px), 0);
}

.dx-reference-hero__device--center {
	width: 460px;
	transform: translate3d(0, var(--dx-hero-center-y, 0px), 0);
}

.dx-reference-hero__device--right {
	width: 308px;
	margin-left: -150px;
	transform: translate3d(var(--dx-hero-right-x, 0px), var(--dx-hero-side-y, 0px), 0);
}

.dx-reference-hero__hardware,
.dx-reference-hero__picture,
.dx-reference-hero__picture img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}

.dx-reference-hero__screen {
	inset: 12px 12px 130px 12px;
	overflow: hidden;
	background: transparent;
}

.dx-reference-hero__screen-media {
	width: 436px;
	height: 246px;
}

.dx-enhanced .dx-reference-hero__device--center,
.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--center {
	transform: translate3d(0, var(--dx-hero-center-y, 0px), 0);
}

.dx-enhanced .dx-reference-hero__device--left,
.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--left {
	transform: translate3d(var(--dx-hero-left-x, 0px), var(--dx-hero-side-y, 0px), 0);
}

.dx-enhanced .dx-reference-hero__device--right,
.dx-enhanced .dx-reference-hero.is-visible .dx-reference-hero__device--right {
	transform: translate3d(var(--dx-hero-right-x, 0px), var(--dx-hero-side-y, 0px), 0);
}

/* I controlli della sezione Highlights vengono ricreati nel prossimo step: per ora non devono uscire dentro la hero. */
.section-highlights {
	position: relative;
	z-index: 2;
	isolation: isolate;
	overflow: clip;
	background: #f5f5f7;
}

.section-highlights .all-access-pass,
.section-highlights .all-access-pass__container,
.section-highlights .all-access-pass__background,
.section-highlights .dotnav,
.section-highlights .play-pause-button-wrapper {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@media (max-width: 1068px) {
	.dx-reference-hero {
		padding-bottom: 68px;
	}

	.dx-reference-hero__stage {
		min-height: 370px;
		padding-bottom: 44px;
	}

	.dx-reference-hero__devices {
		height: 326px;
		min-height: 326px;
	}

	.dx-reference-hero__device--left {
		width: 298px;
		margin-right: -130px;
	}

	.dx-reference-hero__device--center {
		width: 386px;
	}

	.dx-reference-hero__device--right {
		width: 258px;
		margin-left: -130px;
	}

	.dx-reference-hero__screen {
		inset: 11px 10px 109px 10px;
	}

	.dx-reference-hero__screen-media {
		width: 366px;
		height: 206px;
	}
}

@media (max-width: 734px) {
	.dx-reference-hero {
		padding-top: 42px;
		padding-bottom: 54px;
	}

	.dx-reference-hero__stage {
		min-height: 284px;
		padding-bottom: 38px;
	}

	.dx-reference-hero__devices {
		height: 246px;
		min-height: 246px;
		width: 760px;
		left: 50%;
		transform: translate3d(calc(-50% + 0px), var(--dx-hero-stage-y, 0), 0);
	}

	.dx-reference-hero__device--left {
		display: block;
		width: 224px;
		margin-right: -100px;
	}

	.dx-reference-hero__device--center {
		width: 292px;
	}

	.dx-reference-hero__device--right {
		display: block;
		width: 194px;
		margin-left: -100px;
	}

	.dx-reference-hero__screen {
		inset: 8px 8px 82px 8px;
	}

	.dx-reference-hero__screen-media {
		width: 276px;
		height: 156px;
	}
}

/* Highlights v013: replica del comportamento reference con classi e controlli proprietari DX. */
.dx-reference-highlights,
.dx-reference-highlights *,
.dx-reference-highlights *::before,
.dx-reference-highlights *::after {
	box-sizing: border-box;
}

.dx-reference-highlights {
	position: relative;
	z-index: 3;
	isolation: isolate;
	overflow: visible;
	padding: clamp(82px, 9vw, 132px) 0 clamp(72px, 8vw, 118px);
	background: #f5f5f7;
	color: #1d1d1f;
}

.dx-reference-highlights::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #f5f5f7;
}

.dx-reference-highlights__viewport {
	width: min(100% - 44px, 1180px);
	margin: 0 auto;
}

.dx-reference-highlights__header {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	min-height: 1px;
	margin: 0 0 clamp(30px, 5vw, 62px);
}

.dx-reference-highlights__title {
	max-width: 980px;
	margin: 0;
	font-size: clamp(42px, 4.1vw, 56px);
	font-weight: 600;
	line-height: 1.0714285714;
	letter-spacing: -0.005em;
}

.dx-reference-highlights__gallery {
	position: relative;
	width: 100%;
	padding-bottom: 96px;
}

.dx-reference-highlights__track {
	display: flex;
	gap: clamp(18px, 2vw, 28px);
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: max(22px, calc((100vw - 1260px) / 2));
	padding: 2px max(22px, calc((100vw - 1260px) / 2)) 22px;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	cursor: grab;
}

.dx-reference-highlights__track::-webkit-scrollbar {
	display: none;
}

.dx-reference-highlights__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
}

.dx-reference-highlights__card {
	position: relative;
	flex: 0 0 min(86vw, 1260px);
	scroll-snap-align: center;
	border-radius: 30px;
	outline: none;
}

.dx-reference-highlights__tile {
	position: relative;
	overflow: hidden;
	min-height: clamp(520px, 58vw, 720px);
	border-radius: 30px;
	background: linear-gradient(145deg, #ffffff 0%, #f2f2f5 62%, #e9e9ee 100%);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
	transform: translateZ(0);
}

.dx-reference-highlights__card--dark .dx-reference-highlights__tile {
	background: #000;
	color: #f5f5f7;
}

.dx-reference-highlights__caption {
	position: absolute;
	z-index: 4;
	max-width: min(560px, 72%);
	color: #1d1d1f;
}

.dx-reference-highlights__card--dark .dx-reference-highlights__caption {
	color: #f5f5f7;
}

.dx-reference-highlights__caption p {
	margin: 0;
	font-size: clamp(24px, 1.95vw, 28px);
	font-weight: 600;
	line-height: 1.1428571429;
	letter-spacing: 0.007em;
}

.dx-reference-highlights__caption--1 {
	left: clamp(28px, 5vw, 72px);
	top: 50%;
	transform: translateY(-50%);
}

.dx-reference-highlights__caption--2,
.dx-reference-highlights__caption--4 {
	left: clamp(28px, 5vw, 72px);
	top: clamp(28px, 5vw, 64px);
}

.dx-reference-highlights__caption--3 {
	left: 50%;
	bottom: clamp(30px, 5vw, 68px);
	transform: translateX(-50%);
	max-width: min(720px, 78%);
	text-align: center;
}

.dx-reference-highlights__media {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(76px, 8vw, 118px) clamp(34px, 6vw, 94px) clamp(38px, 5vw, 76px);
}

.dx-reference-highlights__media--1 {
	justify-content: flex-end;
	padding-left: clamp(300px, 38vw, 560px);
}

.dx-reference-highlights__media--2 {
	align-items: flex-end;
	padding-top: clamp(142px, 14vw, 190px);
}

.dx-reference-highlights__media--3 {
	align-items: flex-start;
	padding: clamp(48px, 6vw, 82px) clamp(40px, 7vw, 110px) clamp(150px, 15vw, 210px);
}

.dx-reference-highlights__media--4 {
	align-items: flex-end;
	padding-top: clamp(142px, 14vw, 198px);
}

.dx-reference-highlights__picture,
.dx-reference-highlights__picture img,
.dx-reference-highlights__video-wrap,
.dx-reference-highlights__video {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.dx-reference-highlights__picture img {
	margin: 0 auto;
}

.dx-reference-highlights__media--1 .dx-reference-highlights__picture img {
	max-height: clamp(360px, 44vw, 610px);
}

.dx-reference-highlights__media--2 .dx-reference-highlights__picture img {
	max-height: clamp(350px, 43vw, 590px);
}

.dx-reference-highlights__media--3 .dx-reference-highlights__picture img {
	max-height: clamp(330px, 40vw, 530px);
}

.dx-reference-highlights__media--4 .dx-reference-highlights__picture img {
	max-height: clamp(350px, 42vw, 590px);
}

.dx-reference-highlights__controls {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 32px;
	z-index: 11010;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: max-content;
	max-width: calc(100vw - 40px);
	min-height: 56px;
	padding: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	transform: translateX(-50%) translateY(14px) scale(0.92);
	transform-origin: center bottom;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.28s ease, transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dx-reference-highlights.is-controls-floating .dx-reference-highlights__controls {
	position: fixed;
	left: 50%;
	right: auto;
	bottom: max(24px, env(safe-area-inset-bottom));
	transform: translateX(-50%) translateY(0) scale(1);
	opacity: 1;
	pointer-events: auto;
}

.dx-reference-highlights__controls::before,
.dx-reference-highlights__dots {
	backdrop-filter: saturate(180%) blur(18px);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.22), 0 10px 34px rgba(0, 0, 0, 0.18);
}

.dx-reference-highlights__control,
.dx-reference-highlights__dot {
	border: 0;
	padding: 0;
	appearance: none;
	cursor: pointer;
}

.dx-reference-highlights__control {
	position: relative;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(66, 66, 69, 0.82);
	color: #f5f5f7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: saturate(180%) blur(18px);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.22), 0 10px 34px rgba(0, 0, 0, 0.18);
}

.dx-reference-highlights__control:hover {
	background: rgba(48, 48, 50, 0.92);
}

.dx-reference-highlights__icon {
	display: none;
	font-size: 16px;
	line-height: 1;
}

.dx-reference-highlights__icon--pause {
	font-size: 15px;
	letter-spacing: -0.08em;
}

.dx-reference-highlights.is-paused .dx-reference-highlights__icon--play,
.dx-reference-highlights:not(.is-paused) .dx-reference-highlights__icon--pause {
	display: inline-block;
}

.dx-reference-highlights__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	height: 56px;
	min-width: 142px;
	padding: 0 20px;
	border-radius: 999px;
	background: rgba(66, 66, 69, 0.82);
}

.dx-reference-highlights__dot {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(245, 245, 247, 0.42);
	overflow: hidden;
	transition: width 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.dx-reference-highlights__dot span {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: #f5f5f7;
	transform: scaleX(0);
	transform-origin: left center;
}

.dx-reference-highlights__dot:hover {
	background: rgba(245, 245, 247, 0.56);
	transform: scale(1.06);
}

.dx-reference-highlights__dot.is-active {
	width: 48px;
	background: rgba(245, 245, 247, 0.26);
}

.dx-reference-highlights__dot.is-active span {
	transform: scaleX(var(--dx-highlight-dot-progress, 0));
}

.dx-reference-highlights__progress {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
}

.dx-reference-highlights__progress span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left center;
}

.dx-enhanced .dx-reference-highlights__header,
.dx-enhanced .dx-reference-highlights__card {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.72s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.72s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dx-enhanced .dx-reference-highlights.is-visible .dx-reference-highlights__header,
.dx-enhanced .dx-reference-highlights.is-visible .dx-reference-highlights__card {
	opacity: 1;
	transform: translateY(0);
}

.dx-enhanced .dx-reference-highlights.is-visible .dx-reference-highlights__card:nth-child(2) {
	transition-delay: 70ms;
}

.dx-enhanced .dx-reference-highlights.is-visible .dx-reference-highlights__card:nth-child(3) {
	transition-delay: 140ms;
}

.dx-enhanced .dx-reference-highlights.is-visible .dx-reference-highlights__card:nth-child(4) {
	transition-delay: 210ms;
}

@media (max-width: 1068px) {
	.dx-reference-highlights__title {
		font-size: clamp(40px, 5.2vw, 48px);
	}

	.dx-reference-highlights__card {
		flex-basis: min(88vw, 920px);
	}

	.dx-reference-highlights__tile {
		min-height: clamp(480px, 66vw, 620px);
	}

	.dx-reference-highlights__media--1 {
		padding-left: clamp(230px, 32vw, 380px);
	}

	.dx-reference-highlights__caption p {
		font-size: clamp(24px, 3vw, 28px);
	}
}

@media (max-width: 734px) {
	.dx-reference-highlights {
		padding-top: 70px;
		padding-bottom: 86px;
	}

	.dx-reference-highlights__viewport {
		width: min(100% - 32px, 620px);
	}

	.dx-reference-highlights__header {
		margin-bottom: 26px;
	}

	.dx-reference-highlights__title {
		font-size: clamp(34px, 10vw, 42px);
		letter-spacing: -0.012em;
	}

	.dx-reference-highlights__track {
		gap: 14px;
		scroll-padding-inline: 16px;
		padding-inline: 16px;
	}

	.dx-reference-highlights__card {
		flex-basis: calc(100vw - 32px);
		border-radius: 24px;
	}

	.dx-reference-highlights__tile {
		min-height: 520px;
		border-radius: 24px;
	}

	.dx-reference-highlights__caption,
	.dx-reference-highlights__caption--1,
	.dx-reference-highlights__caption--2,
	.dx-reference-highlights__caption--3,
	.dx-reference-highlights__caption--4 {
		left: 24px;
		right: 24px;
		top: 24px;
		bottom: auto;
		max-width: none;
		transform: none;
		text-align: left;
	}

	.dx-reference-highlights__caption p {
		font-size: clamp(22px, 6vw, 28px);
	}

	.dx-reference-highlights__media,
	.dx-reference-highlights__media--1,
	.dx-reference-highlights__media--2,
	.dx-reference-highlights__media--3,
	.dx-reference-highlights__media--4 {
		align-items: flex-end;
		justify-content: center;
		padding: 138px 20px 34px;
	}

	.dx-reference-highlights__media--1 .dx-reference-highlights__picture img,
	.dx-reference-highlights__media--2 .dx-reference-highlights__picture img,
	.dx-reference-highlights__media--3 .dx-reference-highlights__picture img,
	.dx-reference-highlights__media--4 .dx-reference-highlights__picture img {
		max-height: 330px;
	}

	.dx-reference-highlights__controls {
		left: 50%;
		right: auto;
		bottom: 20px;
	}

	.dx-reference-highlights.is-controls-floating .dx-reference-highlights__controls {
		bottom: max(18px, env(safe-area-inset-bottom));
	}

	.dx-reference-highlights__control {
		width: 50px;
		height: 50px;
	}

	.dx-reference-highlights__dots {
		height: 50px;
		min-width: 128px;
		padding-inline: 17px;
		gap: 13px;
	}

	.dx-reference-highlights__dot.is-active {
		width: 40px;
	}

	.dx-reference-highlights__progress {
		display: none;
	}
}


/* DX Glass Design v015: replica sezione Design / Fluid Glass con nomi proprietari */
.dx-glass-design,
.dx-glass-design *,
.dx-glass-design *::before,
.dx-glass-design *::after {
	box-sizing: border-box;
}

.dx-glass-design {
	--dx-glass-bg: #f5f5f7;
	--dx-glass-text: #1d1d1f;
	--dx-glass-muted: #6e6e73;
	--dx-glass-panel: #e8e8ed;
	--dx-glass-radius: 34px;
	--dx-glass-progress: 0;
	position: relative;
	isolation: isolate;
	overflow: visible;
	padding: clamp(76px, 9vw, 136px) 0 clamp(92px, 10vw, 150px);
	background: var(--dx-glass-bg);
	color: var(--dx-glass-text);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
}

.dx-glass-design__header {
	position: relative;
	z-index: 1;
}

.dx-glass-design__headline-wrap,
.dx-glass-design__copy-wrap {
	width: min(100% - 44px, 1120px);
	margin-inline: auto;
}

.dx-glass-design__headline-wrap {
	text-align: center;
}

.dx-glass-design__eyebrow {
	margin: 0 0 clamp(10px, 1.25vw, 18px);
	font-size: clamp(28px, 3.1vw, 42px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.dx-glass-design__headline {
	max-width: 920px;
	margin: 0 auto;
	font-size: clamp(52px, 6.65vw, 96px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.058em;
	text-wrap: balance;
}

.dx-glass-design__hero-media {
	position: relative;
	width: min(100% - 44px, 1260px);
	margin: clamp(38px, 5.2vw, 72px) auto 0;
	border-radius: clamp(24px, 2.7vw, 40px);
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 0%, rgba(255,255,255,0.58), rgba(255,255,255,0) 58%),
		linear-gradient(180deg, #dedfe4 0%, #cfd0d7 100%);
	box-shadow: none;
	transform: translate3d(0, calc(var(--dx-glass-progress) * -18px), 0);
	will-change: transform;
}

.dx-glass-design__hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0) 26%),
		linear-gradient(90deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 24%, rgba(255,255,255,0) 76%, rgba(255,255,255,0.18));
	mix-blend-mode: screen;
}

.dx-glass-design__hero-picture {
	display: block;
	width: 100%;
}

.dx-glass-design__hero-picture img {
	display: block;
	width: 100%;
	height: auto;
}

.dx-glass-design__hero-youtube {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.dx-glass-design__copy-wrap {
	max-width: 980px;
}

.dx-glass-design__copy {
	max-width: 930px;
	margin: clamp(30px, 4vw, 54px) 0 0;
	color: var(--dx-glass-muted);
	font-size: clamp(24px, 2.45vw, 34px);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -0.032em;
	text-align: left;
	text-wrap: balance;
}

.dx-reference-highlights__intro {
	max-width: 820px;
	margin: clamp(14px, 1.8vw, 24px) 0 0;
	color: var(--dx-module-muted-color, var(--dx-global-muted, #6e6e73));
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	font-size: clamp(19px, 1.65vw, 28px);
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0;
	text-wrap: balance;
}

.dx-glass-design__extra-copy {
	max-width: 930px;
	margin: clamp(14px, 1.8vw, 26px) 0 0;
	color: var(--dx-glass-muted);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	font-size: clamp(19px, 1.65vw, 28px);
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0;
	text-align: left;
	text-wrap: balance;
}

.dx-glass-design__gallery {
	position: relative;
	z-index: 2;
	margin-top: clamp(52px, 7vw, 92px);
}

.dx-glass-design__track-shell {
	position: relative;
	width: 100%;
	overflow: visible;
}

.dx-glass-design__track {
	display: flex;
	gap: clamp(18px, 2vw, 28px);
	width: 100%;
	margin: 0;
	padding: 0 max(22px, calc((100vw - 1180px) / 2)) clamp(104px, 10vw, 132px);
	list-style: none;
	overflow-x: auto;
	overflow-y: visible;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: max(22px, calc((100vw - 1180px) / 2));
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	cursor: grab;
	scrollbar-width: none;
}

.dx-glass-design__track::-webkit-scrollbar {
	display: none;
}

.dx-glass-design__track.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.dx-glass-design__card {
	flex: 0 0 min(80vw, 390px);
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	gap: clamp(22px, 2.6vw, 34px);
	min-height: 0;
	border-radius: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
	transform: translate3d(0, 0, 0) scale(0.982);
	opacity: 0.72;
	transition: transform 420ms cubic-bezier(0.2, 0, 0, 1), opacity 420ms ease;
}

.dx-glass-design__card.is-active {
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
}

.dx-glass-design__card--wide {
	flex-basis: min(88vw, 696px);
}

.dx-glass-design__card-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(360px, 38vw, 504px);
	padding: clamp(18px, 2.6vw, 34px);
	border-radius: var(--dx-glass-radius);
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 8%, rgba(255,255,255,0.78), rgba(255,255,255,0) 52%),
		linear-gradient(180deg, #ececf0 0%, #dedfe5 100%);
}

.dx-glass-design__card-picture {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-radius: calc(var(--dx-glass-radius) - 10px);
	overflow: hidden;
}

.dx-glass-design__card-picture img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 430px;
	object-fit: contain;
	border-radius: calc(var(--dx-glass-radius) - 10px);
}

.dx-glass-design__card--wide .dx-glass-design__card-picture img {
	max-height: 460px;
}

.dx-glass-design__card-copy {
	padding: 0 4px;
	text-align: left;
}

.dx-glass-design__card-title {
	margin: 0 0 clamp(8px, 0.9vw, 12px);
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.046em;
	text-wrap: balance;
}

.dx-glass-design__card-text {
	margin: 0;
	color: var(--dx-glass-muted);
	font-size: clamp(17px, 1.55vw, 21px);
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: -0.024em;
}

.dx-glass-design__video {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: calc(var(--dx-glass-radius) - 10px);
	overflow: hidden;
}

.dx-glass-design__video-media {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: calc(var(--dx-glass-radius) - 10px);
}

.dx-glass-design__youtube {
	border: 0;
	background: #000;
}

.dx-glass-design__video-ui {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 4;
}

.dx-glass-design__controls {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 11000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: max-content;
	max-width: calc(100vw - 40px);
	min-height: 56px;
	padding: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	transform: translateX(-50%) translateY(0) scale(1);
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.28s ease, transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dx-glass-design.is-controls-floating .dx-glass-design__controls {
	position: fixed;
	left: 50%;
	bottom: max(24px, env(safe-area-inset-bottom));
	transform: translateX(-50%) translateY(0) scale(1);
}

.dx-glass-design__arrow,
.dx-glass-design__dot {
	border: 0;
	padding: 0;
	appearance: none;
	cursor: pointer;
}

.dx-glass-design__arrow {
	display: inline-flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(66, 66, 69, 0.82);
	color: #f5f5f7;
	font-size: 34px;
	line-height: 1;
	backdrop-filter: saturate(180%) blur(18px);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.22), 0 10px 34px rgba(0, 0, 0, 0.18);
	transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.dx-glass-design__arrow:hover {
	background: rgba(48, 48, 50, 0.92);
	transform: scale(1.035);
}

.dx-glass-design__arrow:disabled {
	opacity: 0.42;
	cursor: default;
	transform: none;
}

.dx-glass-design__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	height: 56px;
	min-width: 142px;
	padding: 0 20px;
	border-radius: 999px;
	background: rgba(66, 66, 69, 0.82);
	backdrop-filter: saturate(180%) blur(18px);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.22), 0 10px 34px rgba(0, 0, 0, 0.18);
}

.dx-glass-design__dot {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(245, 245, 247, 0.42);
	overflow: hidden;
	transition: width 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.dx-glass-design__dot span {
	position: absolute;
	inset: 0;
	display: block;
	border-radius: inherit;
	background: #f5f5f7;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s ease;
}

.dx-glass-design__dot:hover {
	background: rgba(245, 245, 247, 0.56);
	transform: scale(1.06);
}

.dx-glass-design__dot.is-active {
	width: 48px;
	background: rgba(245, 245, 247, 0.26);
}

.dx-glass-design__dot.is-active span {
	transform: scaleX(1);
}

.dx-glass-design [data-dx-glass-reveal],
.dx-glass-design__card {
	opacity: 0;
	transform: translate3d(0, 34px, 0);
}

.dx-glass-design.is-visible [data-dx-glass-reveal],
.dx-glass-design.is-visible .dx-glass-design__card {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0, 0, 1);
}

.dx-glass-design.is-visible .dx-glass-design__hero-media {
	transform: translate3d(0, calc(var(--dx-glass-progress) * -18px), 0);
}

.dx-glass-design.is-visible .dx-glass-design__card.is-active {
	transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.dx-glass-design,
	.dx-glass-design__hero-media,
	.dx-glass-design [data-dx-glass-reveal],
	.dx-glass-design__card {
		transition: none !important;
		transform: none !important;
	}
}

@media (max-width: 1068px) {
	.dx-glass-design__headline {
		font-size: clamp(50px, 8.2vw, 82px);
	}

	.dx-glass-design__card {
		flex-basis: min(82vw, 390px);
	}

	.dx-glass-design__card--wide {
		flex-basis: min(88vw, 620px);
	}
}

@media (max-width: 734px) {
	.dx-glass-design {
		padding-top: 72px;
	}

	.dx-glass-design__headline-wrap,
	.dx-glass-design__copy-wrap,
	.dx-glass-design__hero-media {
		width: calc(100% - 28px);
	}

	.dx-glass-design__headline {
		font-size: clamp(44px, 12.4vw, 64px);
	}

	.dx-glass-design__copy {
		font-size: 21px;
		line-height: 1.22;
	}

	.dx-glass-design__track {
		padding-inline: 14px;
		scroll-padding-inline: 14px;
	}

	.dx-glass-design__card,
	.dx-glass-design__card--wide {
		flex-basis: calc(100vw - 42px);
	}

	.dx-glass-design__card-media {
		min-height: 360px;
		border-radius: 28px;
	}

	.dx-glass-design__card-copy {
		padding-inline: 2px;
	}

	.dx-glass-design__card-title {
		font-size: 34px;
	}

	.dx-glass-design__controls {
		bottom: 20px;
	}

	.dx-glass-design.is-controls-floating .dx-glass-design__controls {
		bottom: max(18px, env(safe-area-inset-bottom));
	}

	.dx-glass-design__arrow {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}

	.dx-glass-design__dots {
		height: 50px;
		min-width: 128px;
		padding-inline: 17px;
		gap: 13px;
	}

	.dx-glass-design__dot.is-active {
		width: 40px;
	}
}

/* DX Story Gallery: Intelligence + Productivity */
.dx-story-gallery {
	--dx-story-bg: #f5f5f7;
	--dx-story-text: #1d1d1f;
	--dx-story-muted: #6e6e73;
	--dx-story-card-bg: #fff;
	--dx-story-dot-bg: rgba(0, 0, 0, 0.28);
	--dx-story-dot-active: #1d1d1f;
	position: relative;
	isolation: isolate;
	overflow: visible;
	padding: clamp(88px, 9vw, 138px) 0 clamp(92px, 9vw, 138px);
	background: var(--dx-story-bg);
	color: var(--dx-story-text);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
}

.dx-story-gallery__viewport {
	width: min(100% - 44px, 980px);
	margin-inline: auto;
}

.dx-story-gallery__header {
	max-width: 900px;
	margin: 0;
	transform: translate3d(0, 26px, 0);
	opacity: 0;
	transition: opacity 0.72s ease, transform 0.72s cubic-bezier(.2,.8,.2,1);
}

.dx-story-gallery.is-visible .dx-story-gallery__header {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dx-story-gallery__eyebrow {
	margin: 0 0 clamp(10px, 1.15vw, 18px);
	font-size: clamp(28px, 3.05vw, 42px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.dx-story-gallery__headline {
	max-width: 820px;
	margin: 0;
	font-size: clamp(52px, 6.6vw, 92px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.058em;
	text-wrap: balance;
}

.dx-story-gallery__copy {
	max-width: 830px;
	margin: clamp(24px, 3.2vw, 42px) 0 0;
	color: var(--dx-story-muted);
	font-size: clamp(24px, 2.45vw, 34px);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -0.032em;
	text-wrap: balance;
}

.dx-story-gallery__gallery {
	position: relative;
	z-index: 2;
	margin-top: clamp(48px, 6.6vw, 84px);
	padding-bottom: clamp(84px, 7vw, 108px);
}

.dx-story-gallery__track-shell {
	position: relative;
	width: 100%;
	overflow: visible;
}

.dx-story-gallery__track {
	display: flex;
	gap: clamp(18px, 2vw, 28px);
	width: 100%;
	margin: 0;
	padding: 0 max(22px, calc((100vw - 1260px) / 2)) 10px;
	list-style: none;
	overflow-x: auto;
	overflow-y: visible;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: max(22px, calc((100vw - 1260px) / 2));
	-webkit-overflow-scrolling: touch;
	cursor: grab;
}

.dx-story-gallery__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.dx-story-gallery__track::-webkit-scrollbar {
	display: none;
}

.dx-story-gallery__card {
	flex: 0 0 372px;
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 2vw, 24px);
	scroll-snap-align: center;
	transform: translate3d(0, 28px, 0);
	opacity: 0;
	transition: opacity 0.62s ease, transform 0.62s cubic-bezier(.2,.8,.2,1);
}

.dx-story-gallery.is-visible .dx-story-gallery__card {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dx-story-gallery.is-visible .dx-story-gallery__card:nth-child(2) { transition-delay: 65ms; }
.dx-story-gallery.is-visible .dx-story-gallery__card:nth-child(3) { transition-delay: 130ms; }
.dx-story-gallery.is-visible .dx-story-gallery__card:nth-child(4) { transition-delay: 195ms; }

.dx-story-gallery__card--wide {
	flex-basis: 696px;
}

.dx-story-gallery__card-copy {
	min-height: 154px;
	padding-inline: 2px;
}

.dx-story-gallery__card-title {
	max-width: 92%;
	margin: 0 0 8px;
	font-size: clamp(28px, 2.45vw, 34px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.dx-story-gallery__card-text {
	max-width: 95%;
	margin: 0;
	color: var(--dx-story-muted);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.018em;
}

.dx-story-gallery__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 450px;
	border-radius: 30px;
	overflow: hidden;
	background: var(--dx-story-card-bg);
	box-shadow: none;
	transform: scale(0.985);
	transition: transform 0.45s ease;
}

.dx-story-gallery__card.is-active .dx-story-gallery__media {
	transform: scale(1);
}

.dx-story-gallery__picture,
.dx-story-gallery__picture img,
.dx-story-gallery__video,
.dx-story-gallery__video video {
	display: block;
	width: 100%;
	height: 100%;
}

.dx-story-gallery__picture img,
.dx-story-gallery__video video {
	object-fit: cover;
}

.dx-story-gallery--intelligence .dx-story-gallery__picture img,
.dx-story-gallery--intelligence .dx-story-gallery__video video {
	object-fit: contain;
}

.dx-story-gallery--intelligence .dx-story-gallery__media {
	background: #fff;
}

.dx-story-gallery__video {
	position: absolute;
	inset: 0;
}

.dx-story-gallery__picture--fallback {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.dx-inline-video-wrap.is-loaded .dx-story-gallery__picture--fallback {
	opacity: 0;
	pointer-events: none;
}

.dx-story-gallery__video-ui {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 3;
}

.dx-story-gallery__controls {
	position: sticky;
	left: 0;
	right: 0;
	bottom: max(24px, env(safe-area-inset-bottom));
	z-index: 40;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: max-content;
	max-width: calc(100vw - 36px);
	margin: clamp(28px, 3.5vw, 46px) auto 0;
	pointer-events: auto;
}

.dx-story-gallery__arrow,
.dx-story-gallery__dots {
	background: rgba(232, 232, 237, 0.86);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	backdrop-filter: saturate(180%) blur(18px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.dx-story-gallery__arrow {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 999px;
	color: rgba(29, 29, 31, 0.74);
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.dx-story-gallery__arrow:hover {
	background: rgba(215, 215, 219, 0.96);
	color: #1d1d1f;
	transform: translateY(-1px);
}

.dx-story-gallery__arrow:disabled {
	opacity: 0.42;
	cursor: default;
	transform: none;
}

.dx-story-gallery__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 132px;
	height: 54px;
	padding: 0 20px;
	border-radius: 999px;
}

.dx-story-gallery__dot {
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--dx-story-dot-bg);
	cursor: pointer;
	transition: width 0.32s ease, background 0.24s ease, transform 0.24s ease;
}

.dx-story-gallery__dot span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.dx-story-gallery__dot.is-active {
	width: 42px;
	background: var(--dx-story-dot-active);
}

.dx-story-gallery__dot:hover {
	transform: scale(1.12);
}

@media (max-width: 1068px) {
	.dx-story-gallery__viewport {
		width: min(100% - 40px, 760px);
	}

	.dx-story-gallery__headline {
		font-size: clamp(50px, 8.2vw, 82px);
	}

	.dx-story-gallery__card {
		flex-basis: 344px;
	}

	.dx-story-gallery__card--wide {
		flex-basis: 644px;
	}

	.dx-story-gallery__media {
		min-height: 416px;
	}
}

@media (max-width: 734px) {
	.dx-story-gallery {
		padding-top: 76px;
	}

	.dx-story-gallery__viewport {
		width: calc(100% - 28px);
	}

	.dx-story-gallery__eyebrow {
		font-size: 26px;
	}

	.dx-story-gallery__headline {
		font-size: clamp(44px, 12vw, 64px);
	}

	.dx-story-gallery__copy {
		font-size: 21px;
		line-height: 1.22;
	}

	.dx-story-gallery__track {
		padding-inline: 14px;
		scroll-padding-inline: 14px;
	}

	.dx-story-gallery__card,
	.dx-story-gallery__card--wide {
		flex-basis: calc(100vw - 42px);
	}

	.dx-story-gallery__card-copy {
		min-height: 0;
	}

	.dx-story-gallery__media {
		min-height: 314px;
		border-radius: 28px;
	}

	.dx-story-gallery__controls {
		bottom: max(18px, env(safe-area-inset-bottom));
		gap: 10px;
	}

	.dx-story-gallery__arrow {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}

	.dx-story-gallery__dots {
		height: 50px;
		min-width: 128px;
		padding-inline: 17px;
		gap: 13px;
	}

	.dx-story-gallery__dot.is-active {
		width: 40px;
	}
}

/* DX v017 - Story galleries alignment and controls */
.dx-story-gallery__viewport {
	width: min(100% - 44px, 1120px);
}

.dx-story-gallery__header {
	max-width: 980px;
	margin: 0;
	text-align: left;
}

.dx-story-gallery__eyebrow {
	font-size: clamp(24px, 2.15vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.dx-story-gallery__headline {
	max-width: 980px;
	margin: 0;
	font-size: clamp(42px, 4.1vw, 56px);
	font-weight: 600;
	line-height: 1.0714285714;
	letter-spacing: -0.005em;
}

.dx-story-gallery__copy {
	max-width: 900px;
	margin-top: clamp(18px, 2.3vw, 28px);
	font-size: clamp(21px, 2.05vw, 28px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.024em;
}

.dx-story-gallery__gallery {
	padding-bottom: 118px;
}

.dx-story-gallery__card {
	gap: clamp(16px, 1.8vw, 22px);
}

.dx-story-gallery__media {
	order: 1;
	min-height: 430px;
	border-radius: 30px;
	background: transparent;
}

.dx-story-gallery__card-copy {
	order: 2;
	min-height: 138px;
	padding-inline: 2px;
}

.dx-story-gallery__picture,
.dx-story-gallery__picture img,
.dx-story-gallery__video,
.dx-story-gallery__video video {
	border-radius: inherit;
}

.dx-story-gallery--intelligence .dx-story-gallery__media {
	background: transparent;
}

.dx-story-gallery__controls {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 30px;
	z-index: 11000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: max-content;
	max-width: calc(100vw - 40px);
	min-height: 56px;
	margin: 0;
	padding: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	transform: translateX(-50%) translateY(0) scale(1);
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.28s ease, transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dx-story-gallery.is-controls-floating .dx-story-gallery__controls {
	position: fixed;
	left: 50%;
	right: auto;
	bottom: max(24px, env(safe-area-inset-bottom));
	transform: translateX(-50%) translateY(0) scale(1);
}

.dx-story-gallery__arrow,
.dx-story-gallery__dots {
	background: rgba(66, 66, 69, 0.82);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	backdrop-filter: saturate(180%) blur(18px);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.22), 0 10px 34px rgba(0, 0, 0, 0.18);
}

.dx-story-gallery__arrow {
	width: 56px;
	height: 56px;
	color: #f5f5f7;
	font-size: 34px;
}

.dx-story-gallery__arrow:hover {
	background: rgba(48, 48, 50, 0.92);
	color: #f5f5f7;
	transform: scale(1.035);
}

.dx-story-gallery__dots {
	gap: 16px;
	height: 56px;
	min-width: 142px;
	padding: 0 20px;
}

.dx-story-gallery__dot {
	width: 8px;
	height: 8px;
	background: rgba(245, 245, 247, 0.42);
}

.dx-story-gallery__dot span {
	background: #f5f5f7;
}

.dx-story-gallery__dot.is-active {
	width: 48px;
	background: rgba(245, 245, 247, 0.26);
}

.dx-story-gallery__dot:hover {
	background: rgba(245, 245, 247, 0.56);
}

@media (max-width: 1068px) {
	.dx-story-gallery__headline {
		font-size: clamp(40px, 5.2vw, 48px);
	}

	.dx-story-gallery__media {
		min-height: 396px;
	}
}

@media (max-width: 734px) {
	.dx-story-gallery__viewport {
		width: min(100% - 32px, 620px);
	}

	.dx-story-gallery__eyebrow {
		font-size: 23px;
	}

	.dx-story-gallery__headline {
		font-size: clamp(34px, 10vw, 42px);
		letter-spacing: -0.012em;
	}

	.dx-story-gallery__copy {
		font-size: 21px;
		line-height: 1.22;
	}

	.dx-story-gallery__media {
		min-height: 314px;
		border-radius: 24px;
	}

	.dx-story-gallery__controls {
		bottom: 18px;
		gap: 10px;
	}

	.dx-story-gallery.is-controls-floating .dx-story-gallery__controls {
		bottom: max(18px, env(safe-area-inset-bottom));
	}

	.dx-story-gallery__arrow {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}

	.dx-story-gallery__dots {
		height: 50px;
		min-width: 128px;
		padding-inline: 17px;
		gap: 13px;
	}

	.dx-story-gallery__dot.is-active {
		width: 40px;
	}
}


/* DX v018 - align story section headers to the first card edge */
.dx-story-gallery__viewport {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	padding-inline: max(22px, calc((100vw - 1260px) / 2));
	margin-inline: auto;
}

.dx-story-gallery__header {
	width: min(100%, 980px);
	max-width: 980px;
	margin-inline: 0;
	text-align: left;
}

.dx-story-gallery__copy {
	max-width: 880px;
}

@media (max-width: 734px) {
	.dx-story-gallery__viewport {
		padding-inline: 14px;
	}
}

/* DX v019 - More features module: struttura reference con classi proprietarie */
.dx-more-features,
.dx-more-features *,
.dx-more-features *::before,
.dx-more-features *::after {
	box-sizing: border-box;
}

.dx-more-features {
	--dx-more-bg: #f5f5f7;
	--dx-more-text: #1d1d1f;
	--dx-more-muted: #6e6e73;
	--dx-more-blue: #0066cc;
	position: relative;
	isolation: isolate;
	padding-top: 160px;
	padding-bottom: 0;
	background: var(--dx-more-bg);
	color: var(--dx-more-text);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
}

.dx-more-features__viewport {
	width: 87.5%;
	max-width: 1260px;
	margin-inline: auto;
	padding-inline: 0;
}

.dx-more-features__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px 80px;
	padding-bottom: 80px;
	margin: 0;
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity 0.72s ease, transform 0.72s cubic-bezier(.2,.8,.2,1);
}

.dx-more-features__title {
	flex: 1 1 auto;
	max-width: 75%;
	min-width: 50%;
	margin: 0;
	font-family: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif);
	font-size: 56px;
	font-weight: 600;
	line-height: 1.0714285714;
	letter-spacing: -0.005em;
	text-wrap: balance;
}

.dx-more-features__cta {
	display: inline-block;
	padding-bottom: 4px;
	margin-top: 0;
	flex: 0 0 auto;
}

.dx-more-features__link {
	display: inline-flex;
	align-items: center;
	gap: 0.24em;
	color: var(--dx-more-blue);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4705882353;
	letter-spacing: -0.022em;
	text-decoration: none;
	white-space: nowrap;
}

.dx-more-features__link::after {
	content: "↗";
	font-size: 0.78em;
	line-height: 1;
	transform: translateY(-0.08em);
}

.dx-more-features__link:hover {
	text-decoration: underline;
}

.dx-more-features__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 90px;
	row-gap: 128px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.dx-more-features__item {
	width: 100%;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	display: block;
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity 0.72s ease var(--dx-more-delay, 0ms), transform 0.72s cubic-bezier(.2,.8,.2,1) var(--dx-more-delay, 0ms);
}

.dx-more-features.is-visible .dx-more-features__item,
.dx-more-features.is-visible .dx-more-features__header {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dx-more-features__icon {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin: 0 0 30px;
}

.dx-more-features__copy {
	margin: 0;
	max-width: none;
	color: var(--dx-more-muted);
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2857742857;
	letter-spacing: -0.016em;
}

.dx-more-features__item-title {
	display: inline;
	margin: 0;
	color: var(--dx-more-text);
	font: inherit;
	font-weight: 600;
}

.dx-more-features__item-text {
	display: inline;
	margin: 0;
}

@media (max-width: 1068px) {
	.dx-more-features {
		padding-top: 128px;
	}

	.dx-more-features__header {
		padding-bottom: 64px;
		gap: 20px 80px;
	}

	.dx-more-features__title {
		font-size: 48px;
		line-height: 1.0834933333;
		letter-spacing: -0.003em;
	}

	.dx-more-features__cta {
		padding-bottom: 2px;
	}

	.dx-more-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 117px;
		row-gap: 48px;
	}

	.dx-more-features__icon {
		width: 36px;
		height: 36px;
		margin-bottom: 16px;
	}
}

@media (max-width: 734px) {
	.dx-more-features {
		padding-top: 96px;
	}

	.dx-more-features__viewport {
		width: 87.5%;
		max-width: 420px;
	}

	.dx-more-features__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding-bottom: 48px;
	}

	.dx-more-features__title {
		width: 100%;
		max-width: none;
		min-width: 0;
		font-size: 28px;
		line-height: 1.1428571429;
		letter-spacing: 0.007em;
	}

	.dx-more-features__link {
		font-size: 17px;
		white-space: normal;
	}

	.dx-more-features__grid {
		grid-template-columns: 1fr;
		column-gap: 40px;
		row-gap: 48px;
	}

	.dx-more-features__copy {
		font-size: 14px;
		line-height: 1.2857742857;
	}
}



/* DX v020 - Compatibility section rebuilt to match reference structure */
.dx-compatibility-section .viewport-content {
	display: block;
}

.dx-compatibility-panel,
.dx-developer-panel {
	background: #f5f5f7;
	border-radius: 34px;
	overflow: hidden;
}

.dx-compatibility-panel {
	padding: clamp(36px, 4vw, 54px) clamp(26px, 4.6vw, 64px) 0;
	text-align: center;
}

.dx-compatibility-panel__shell {
	max-width: 980px;
	margin: 0 auto;
}

.dx-compatibility-panel__title {
	max-width: 720px;
	margin: 0 auto;
	font-size: clamp(42px, 6vw, 78px);
	line-height: 1.02;
	letter-spacing: -0.05em;
	font-weight: 700;
	color: #1d1d1f;
	text-wrap: balance;
}

.dx-compatibility-panel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	margin-top: 30px;
	background: #0071e3;
	color: #fff !important;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease;
}

.dx-compatibility-panel__button:hover {
	background: #0077ed;
}

.dx-compatibility-panel__devices {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px 44px;
	max-width: 980px;
	margin: clamp(40px, 5vw, 64px) auto 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.dx-compatibility-panel__device {
	font-size: 16px;
	line-height: 1.34;
	color: #6e6e73;
}

.dx-compatibility-panel__device p,
.dx-compatibility-panel__device-text {
	margin: 0;
	color: inherit;
}

.dx-compatibility-panel__device-link {
	display: inline;
	color: #6e6e73 !important;
	text-decoration: none;
	font-weight: 400;
}

.dx-compatibility-panel__device-link:hover {
	text-decoration: underline;
	text-underline-offset: .14em;
}

.dx-compatibility-panel__chevron {
	display: inline-block;
	margin-left: 2px;
}

.dx-compatibility-panel__media {
	margin-top: clamp(44px, 6vw, 72px);
}

.dx-compatibility-panel__image {
	display: block;
	width: min(100%, 806px);
	height: auto;
	margin: 0 auto;
}

.dx-developer-panel {
	margin-top: 22px;
	padding: clamp(28px, 3.6vw, 42px);
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 22px;
	align-items: center;
}

.dx-developer-panel__icon {
	display: block;
	width: 84px;
	height: 84px;
	object-fit: contain;
}

.dx-developer-panel__title {
	margin: 0 0 8px;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #1d1d1f;
}

.dx-developer-panel__link {
	color: #06c !important;
	text-decoration: none;
	font-size: 17px;
}

.dx-developer-panel__link:hover {
	text-decoration: underline;
}

@media (max-width: 1068px) {
	.dx-compatibility-panel {
		padding-inline: 32px;
	}

	.dx-compatibility-panel__devices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 36px;
		max-width: 760px;
	}

	.dx-compatibility-panel__title {
		max-width: 640px;
	}
}

@media (max-width: 734px) {
	.dx-compatibility-panel,
	.dx-developer-panel {
		border-radius: 28px;
	}

	.dx-compatibility-panel {
		padding: 34px 22px 0;
	}

	.dx-compatibility-panel__title {
		font-size: clamp(34px, 11vw, 48px);
	}

	.dx-compatibility-panel__button {
		min-height: 40px;
		padding-inline: 18px;
		font-size: 16px;
	}

	.dx-compatibility-panel__devices {
		grid-template-columns: 1fr 1fr;
		gap: 14px 22px;
		margin-top: 30px;
	}

	.dx-compatibility-panel__device {
		font-size: 14px;
	}

	.dx-compatibility-panel__media {
		margin-top: 32px;
	}

	.dx-developer-panel {
		grid-template-columns: 1fr;
		gap: 14px;
		text-align: left;
	}

	.dx-developer-panel__icon {
		width: 62px;
		height: 62px;
	}
}


/* DX v021 - SDK router and global alignment refinements */
:root {
	--dx-section-title-size: clamp(42px, 5vw, 72px);
	--dx-section-title-line: 1.04;
	--dx-section-title-spacing: -0.05em;
	--dx-section-content-width: min(1260px, calc(100vw - 48px));
}

/* Unifica i titoli principali dei moduli senza toccare l'header/pill nav */
.dx-reference-highlights__title,
.dx-glass-design__title,
.dx-story-gallery__title,
.dx-more-features__title,
.dx-compatibility-panel__title,
.dx-sdk-router__title {
	font-size: var(--dx-section-title-size);
	line-height: var(--dx-section-title-line);
	letter-spacing: var(--dx-section-title-spacing);
	font-weight: 700;
	color: #1d1d1f;
}

/* Allineamenti principali coerenti con le card */
.dx-reference-highlights__inner,
.dx-glass-design__inner,
.dx-story-gallery__header,
.dx-more-features__inner,
.dx-compatibility-section .viewport-content {
	width: var(--dx-section-content-width);
	max-width: 1260px;
	margin-inline: auto;
	box-sizing: border-box;
}

.dx-story-gallery__header,
.dx-glass-design__header,
.dx-more-features__header {
	padding-left: 0;
	padding-right: 0;
}

.dx-story-gallery__header,
.dx-more-features__header {
	align-items: flex-end;
}

/* Compatibility: mantiene la grande card come riferimento */
.dx-compatibility-section {
	padding-top: clamp(48px, 6vw, 86px);
	padding-bottom: clamp(56px, 7vw, 96px);
}

.dx-compatibility-panel {
	box-sizing: border-box;
}

/* SDK router finale: replica struttura reference con card grigia arrotondata, icona, titolo e link */
.dx-sdk-router {
	margin-top: 24px;
	background: #f5f5f7;
	border-radius: 34px;
	overflow: hidden;
	text-align: center;
}

.dx-sdk-router__shell {
	min-height: clamp(420px, 42vw, 560px);
	padding: clamp(54px, 7vw, 92px) clamp(32px, 6vw, 84px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

/* WooCommerce module */
.dx-woocommerce-section {
	padding-top: clamp(56px, 7vw, 98px);
	padding-bottom: clamp(56px, 7vw, 98px);
}

.dx-woocommerce-section__shell {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: 22px;
	align-items: start;
}

.dx-woocommerce-section__intro,
.dx-woocommerce-section__card,
.dx-version-table__wrap {
	background: #fff;
	border-radius: 34px;
	box-shadow: var(--dx-shadow-card);
}

.dx-woocommerce-section__intro {
	padding: clamp(28px, 4vw, 44px);
	position: sticky;
	top: calc(var(--dx-ref-local-height, 58px) + 20px);
}

.dx-woocommerce-section__eyebrow,
.dx-version-table__eyebrow {
	margin: 0 0 14px;
	font-size: clamp(22px, 2.6vw, 34px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.dx-woocommerce-section__headline,
.dx-version-table__headline {
	margin: 0;
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1.04;
	letter-spacing: -0.05em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-woocommerce-section__copy,
.dx-version-table__copy {
	margin: 18px 0 0;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.28;
	letter-spacing: -0.025em;
	color: #6e6e73;
}

.dx-woocommerce-section__cta {
	margin-top: 28px;
}

.dx-woocommerce-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	background: #0071e3;
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.dx-woocommerce-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.dx-woocommerce-section__card {
	padding: clamp(24px, 3vw, 32px);
	min-height: 220px;
}

.dx-woocommerce-section__tag {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(29, 29, 31, 0.08);
	color: #1d1d1f;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.dx-woocommerce-section__card-title {
	margin: 18px 0 10px;
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.08;
	letter-spacing: -0.04em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-woocommerce-section__card-text {
	margin: 0;
	font-size: 17px;
	line-height: 1.42;
	color: #6e6e73;
}

/* Versions table module */
.dx-version-table {
	padding-top: clamp(56px, 7vw, 104px);
	padding-bottom: clamp(56px, 7vw, 104px);
}

.dx-version-table__header {
	max-width: 940px;
	margin: 0 auto 34px;
	text-align: center;
}

.dx-version-table__wrap {
	padding: 10px;
	overflow-x: auto;
}

.dx-version-table__table {
	width: 100%;
	min-width: 860px;
	border-collapse: collapse;
}

.dx-version-table__table th,
.dx-version-table__table td {
	padding: 18px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	text-align: left;
	vertical-align: top;
}

.dx-version-table__table thead th {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #6e6e73;
	background: #f5f5f7;
}

.dx-version-table__table tbody th {
	font-size: 20px;
	line-height: 1.15;
	letter-spacing: -0.03em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-version-table__table tbody td {
	font-size: 16px;
	line-height: 1.42;
	color: #4b4b52;
}

.dx-version-table__table tbody tr:last-child th,
.dx-version-table__table tbody tr:last-child td {
	border-bottom: 0;
}

/* Comparison module */
.dx-comparison-module {
	padding-top: clamp(56px, 7vw, 104px);
	padding-bottom: clamp(56px, 7vw, 104px);
}

.dx-comparison-module__header {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.dx-comparison-module__eyebrow {
	margin: 0 0 14px;
	font-size: clamp(22px, 2.6vw, 34px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.dx-comparison-module__headline {
	margin: 0;
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1.04;
	letter-spacing: -0.05em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-comparison-module__copy {
	margin: 18px 0 0;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.28;
	letter-spacing: -0.025em;
	color: #6e6e73;
}

.dx-comparison-module__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.dx-comparison-module__card {
	background: #fff;
	border-radius: 34px;
	box-shadow: var(--dx-shadow-card);
	padding: clamp(24px, 3vw, 34px);
	display: flex;
	flex-direction: column;
}

.dx-comparison-module__card--featured {
	background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
}

.dx-comparison-module__tag {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(29, 29, 31, 0.08);
	color: #1d1d1f;
	font-size: 12px;
	font-weight: 600;
}

.dx-comparison-module__title {
	margin: 18px 0 10px;
	font-size: clamp(28px, 2.4vw, 40px);
	line-height: 1.06;
	letter-spacing: -0.045em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-comparison-module__desc {
	margin: 0;
	font-size: 17px;
	line-height: 1.42;
	color: #6e6e73;
}

.dx-comparison-module__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.dx-comparison-module__meta li {
	padding: 14px 16px;
	border-radius: 22px;
	background: #f5f5f7;
}

.dx-comparison-module__meta strong,
.dx-comparison-module__feature-row strong {
	display: block;
	color: #1d1d1f;
	font-size: 15px;
	font-weight: 600;
}

.dx-comparison-module__meta span,
.dx-comparison-module__feature-row span {
	display: block;
	margin-top: 6px;
	color: #6e6e73;
	font-size: 14px;
	line-height: 1.35;
}

.dx-comparison-module__features {
	display: grid;
	gap: 12px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dx-comparison-module__feature-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.dx-comparison-module__feature-row strong {
	margin-top: 0;
	text-align: right;
}

.dx-comparison-module__cta {
	margin-top: auto;
	padding-top: 24px;
}

.dx-comparison-module__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	background: #0071e3;
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

/* Graphic comparison table */
.dx-graphic-comparison {
	padding-top: clamp(56px, 7vw, 104px);
	padding-bottom: clamp(56px, 7vw, 104px);
}

.dx-graphic-comparison__wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(20px, 3vw, 40px);
}

.dx-graphic-comparison__title {
	margin: 0 0 44px;
	color: #1d1d1f;
	font-size: clamp(34px, 4vw, 46px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.dx-graphic-comparison__table-wrap {
	overflow-x: auto;
}

.dx-graphic-comparison__table {
	width: 100%;
	min-width: 1040px;
	border-collapse: collapse;
	table-layout: fixed;
}

.dx-graphic-comparison__table caption {
	caption-side: bottom;
	padding-top: 28px;
	padding-left: 4px;
	color: #86868b;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}

.dx-graphic-comparison__feature-col {
	width: 19%;
}

.dx-graphic-comparison__plan-col--featured {
	background: rgba(0, 0, 0, 0.025);
}

.dx-graphic-comparison__table thead th {
	padding: 0 22px 18px;
	color: #1d1d1f;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.3;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dx-graphic-comparison__feature-head {
	padding-left: 4px !important;
}

.dx-graphic-comparison__plan-sub {
	display: block;
	margin-top: 5px;
	color: #86868b;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.dx-graphic-comparison__tag {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin-bottom: 9px;
	padding: 0 9px;
	border-radius: 999px;
	background: #1f9d4d;
	color: #fff;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dx-graphic-comparison__table tbody th {
	padding: 18px 22px 18px 4px;
	color: #86868b;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dx-graphic-comparison__table tbody td {
	padding: 18px 22px;
	color: #1d1d1f;
	font-size: 15.5px;
	line-height: 1.45;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dx-graphic-comparison__table tbody tr:last-child th,
.dx-graphic-comparison__table tbody tr:last-child td {
	border-bottom: 0;
}

.dx-graphic-comparison__cell {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.dx-graphic-comparison__cell-label {
	flex: 1;
	min-width: 0;
	color: #1d1d1f;
}

.dx-graphic-comparison__cell-label.is-muted {
	color: #86868b;
}

.dx-graphic-comparison__cell-label.is-strong {
	font-weight: 600;
}

.dx-graphic-comparison__mark {
	display: grid;
	flex: none;
	place-items: center;
	width: 21px;
	height: 21px;
	margin-top: 1px;
	border-radius: 6px;
}

.dx-graphic-comparison__mark svg {
	display: block;
	width: 13px;
	height: 13px;
}

.dx-graphic-comparison__mark--ok {
	background: #1f9d4d;
}

.dx-graphic-comparison__mark--no {
	background: #e0322a;
}

.dx-graphic-comparison__dash {
	color: #86868b;
	font-size: 18px;
	line-height: 1.2;
}

/* Pricing comparison table */
.dx-pricing-comparison {
	padding-top: clamp(56px, 7vw, 104px);
	padding-bottom: clamp(56px, 7vw, 104px);
	background: #f5f5f7;
}

.dx-pricing-comparison__wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(20px, 3vw, 40px);
}

.dx-pricing-comparison__header {
	max-width: 860px;
	margin-bottom: 44px;
}

.dx-pricing-comparison__title {
	margin: 0;
	color: #1d1d1f;
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.dx-pricing-comparison__copy {
	margin: 16px 0 0;
	color: #515154;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.42;
}

.dx-pricing-comparison__table-wrap {
	overflow-x: auto;
}

.dx-pricing-comparison__table {
	width: 100%;
	min-width: 1120px;
	border-collapse: collapse;
	table-layout: fixed;
}

.dx-pricing-comparison__table caption {
	caption-side: bottom;
	padding-top: 28px;
	padding-left: 4px;
	color: #86868b;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}

.dx-pricing-comparison__feature-col {
	width: 16%;
}

.dx-pricing-comparison__plan-col--featured {
	background: rgba(0, 0, 0, 0.025);
}

.dx-pricing-comparison__table thead th {
	padding: 0 20px 20px;
	color: #1d1d1f;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.25;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dx-pricing-comparison__feature-head {
	padding-left: 4px !important;
}

.dx-pricing-comparison__tag {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin-bottom: 9px;
	padding: 0 9px;
	border-radius: 999px;
	background: #1f9d4d;
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.dx-pricing-comparison__plan-title {
	display: block;
}

.dx-pricing-comparison__plan-sub {
	display: block;
	margin-top: 5px;
	color: #86868b;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.dx-pricing-comparison__discount-banner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-height: 26px;
	margin-top: 12px;
	padding: 0 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, #147a3f, #1f9d4d);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
	text-align: center;
	white-space: normal;
	box-shadow: 0 8px 18px rgba(31, 157, 77, 0.18);
}

.dx-pricing-comparison__table tbody th {
	padding: 20px 20px 20px 4px;
	color: #86868b;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dx-pricing-comparison__table tbody td {
	padding: 20px;
	color: #1d1d1f;
	font-size: 15.5px;
	line-height: 1.45;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dx-pricing-comparison__price {
	display: block;
	color: #1d1d1f;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	white-space: nowrap;
}

.dx-pricing-comparison__price-stack {
	display: grid;
	gap: 5px;
}

.dx-pricing-comparison__regular-price {
	display: inline-flex;
	position: relative;
	width: max-content;
	color: #86868b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
}

.dx-pricing-comparison__regular-price::after {
	content: none;
}

.dx-pricing-comparison__launch-label {
	display: inline-flex;
	width: max-content;
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(31, 157, 77, 0.12);
	color: #147a3f;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.dx-pricing-comparison__period {
	display: block;
	margin-top: 6px;
	color: #86868b;
	font-size: 13px;
	line-height: 1.2;
}

.dx-pricing-comparison__text {
	display: block;
	color: #1d1d1f;
}

.dx-pricing-comparison__dash {
	color: #86868b;
	font-size: 18px;
	line-height: 1.2;
}

.dx-pricing-comparison__cta-row th,
.dx-pricing-comparison__cta-row td {
	border-bottom: 0;
}

.dx-pricing-comparison__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	background: #0071e3;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.dx-pricing-comparison__button:hover {
	background: #005bbf;
	transform: translateY(-1px);
}

.dx-pricing-comparison__button[aria-disabled="true"] {
	background: rgba(0, 0, 0, 0.08);
	color: #86868b !important;
	transform: none;
}

/* ConfigCraft product pages */
.dx-configcraft-product-hero,
.dx-configcraft-product-mockup,
.dx-configcraft-split-intro,
.dx-configcraft-feature-grid,
.dx-configcraft-cta-panel,
.dx-configcraft-pricing-cards,
.dx-configcraft-faq {
	background: var(--dx-module-bg, #f5f5f7);
	margin-top: var(--dx-module-margin-top, 0);
	margin-bottom: var(--dx-module-margin-bottom, 0);
	padding: var(--dx-module-padding-top, clamp(58px, 8vw, 118px)) var(--dx-module-padding-right, 0) var(--dx-module-padding-bottom, clamp(58px, 8vw, 118px)) var(--dx-module-padding-left, 0);
	color: var(--dx-module-text-color, #1d1d1f);
}

.dx-configcraft-product-hero {
	padding-top: var(--dx-module-padding-top, clamp(74px, 10vw, 142px));
	padding-bottom: var(--dx-module-padding-bottom, clamp(32px, 5vw, 74px));
	text-align: center;
}

.dx-configcraft-product-hero__content {
	max-width: 980px;
	margin: 0 auto;
}

.dx-configcraft-product-hero__eyebrow,
.dx-configcraft-feature-grid__eyebrow,
.dx-configcraft-split-intro__eyebrow,
.dx-configcraft-cta-panel__eyebrow,
.dx-configcraft-pricing-cards__eyebrow {
	margin: 0 0 14px;
	color: var(--dx-module-eyebrow-color, #6e6e73);
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
}

.dx-configcraft-product-hero__headline {
	margin: 0;
	color: var(--dx-module-title-color, #1d1d1f);
	font-size: clamp(52px, 8vw, 118px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
}

.dx-configcraft-product-hero__copy {
	max-width: 760px;
	margin: 28px auto 0;
	color: var(--dx-module-muted-color, #6e6e73);
	font-size: clamp(20px, 2.25vw, 30px);
	font-weight: 500;
	line-height: 1.3;
}

.dx-configcraft-product-hero__actions,
.dx-configcraft-cta-panel__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.dx-configcraft-product-hero__button,
.dx-configcraft-cta-panel__button,
.dx-configcraft-pricing-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: var(--dx-module-button-radius, 999px);
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.dx-configcraft-product-hero__button:hover,
.dx-configcraft-cta-panel__button:hover,
.dx-configcraft-pricing-card__button:hover {
	transform: translateY(-1px);
}

.dx-configcraft-product-hero__button--primary,
.dx-configcraft-cta-panel__button--primary,
.dx-configcraft-pricing-card__button {
	background: var(--dx-module-button-bg, #0071e3);
	color: var(--dx-module-button-text, #fff) !important;
}

.dx-configcraft-product-hero__button--secondary,
.dx-configcraft-cta-panel__button--secondary {
	color: #0071e3 !important;
	background: transparent;
}

.dx-configcraft-product-hero__button--secondary::after,
.dx-configcraft-cta-panel__button--secondary::after {
	content: ">";
	margin-left: 8px;
}

.dx-configcraft-product-hero__note {
	margin: 24px 0 0;
	color: var(--dx-module-muted-color, #86868b);
	font-size: 14px;
	line-height: 1.5;
}

.dx-configcraft-product-mockup {
	padding-top: var(--dx-module-padding-top, clamp(28px, 5vw, 70px));
}

.dx-configcraft-product-mockup__shell {
	max-width: 1120px;
	margin: 0 auto;
}

.dx-configcraft-product-mockup__browser {
	overflow: hidden;
	border-radius: var(--dx-module-card-radius, 32px);
	background: var(--dx-module-card-bg, #fff);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.08);
}

.dx-configcraft-product-mockup__chrome {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	padding: 0 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: rgba(255, 255, 255, 0.72);
}

.dx-configcraft-product-mockup__chrome span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #d7d7dc;
}

.dx-configcraft-product-mockup__screen {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(330px, 54vw, 680px);
	padding: clamp(20px, 4vw, 58px);
	background: linear-gradient(180deg, #f9f9fb 0%, #eef1f2 100%);
}

.dx-configcraft-product-mockup__video,
.dx-configcraft-product-mockup__picture,
.dx-configcraft-product-mockup__picture img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: var(--dx-module-image-radius, 24px);
	object-fit: cover;
}

.dx-configcraft-product-mockup__picture {
	position: relative;
	z-index: 1;
}

.dx-configcraft-product-mockup__video {
	position: absolute;
	inset: clamp(20px, 4vw, 58px);
	width: calc(100% - (clamp(20px, 4vw, 58px) * 2));
	height: calc(100% - (clamp(20px, 4vw, 58px) * 2));
	z-index: 2;
}

.dx-configcraft-product-mockup__youtube {
	border: 0;
	background: #000;
}

.dx-configcraft-product-mockup__placeholder {
	display: grid;
	place-items: center;
	width: min(100%, 760px);
	aspect-ratio: 16 / 9;
	border: 1px dashed rgba(0, 0, 0, 0.18);
	border-radius: var(--dx-module-image-radius, 24px);
	background: rgba(255, 255, 255, 0.72);
	color: var(--dx-module-muted-color, #86868b);
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	text-align: center;
}

.dx-configcraft-product-mockup__caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	color: var(--dx-module-muted-color, #6e6e73);
	font-size: 15px;
	line-height: 1.4;
}

.dx-configcraft-product-mockup__caption strong {
	color: var(--dx-module-title-color, #1d1d1f);
	font-size: 18px;
}

.dx-configcraft-split-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: clamp(24px, 5vw, 70px);
	align-items: stretch;
}

.dx-configcraft-split-intro__main,
.dx-configcraft-split-intro__aside,
.dx-configcraft-feature-grid__card,
.dx-configcraft-pricing-card,
.dx-configcraft-faq__item {
	background: var(--dx-module-card-bg, #fff);
	border-radius: var(--dx-module-card-radius, 28px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.dx-configcraft-split-intro__main,
.dx-configcraft-split-intro__aside {
	padding: clamp(28px, 4vw, 52px);
}

.dx-configcraft-split-intro__headline,
.dx-configcraft-feature-grid__headline,
.dx-configcraft-cta-panel__headline,
.dx-configcraft-pricing-cards__headline,
.dx-configcraft-faq__headline {
	margin: 0;
	color: var(--dx-module-title-color, #1d1d1f);
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.03;
}

.dx-configcraft-split-intro__copy,
.dx-configcraft-feature-grid__copy,
.dx-configcraft-cta-panel__copy,
.dx-configcraft-pricing-cards__copy,
.dx-configcraft-pricing-card p,
.dx-configcraft-faq__item p {
	margin: 18px 0 0;
	color: var(--dx-module-muted-color, #6e6e73);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.42;
}

.dx-configcraft-split-intro__aside h3 {
	margin: 0;
	color: var(--dx-module-card-title-color, #1d1d1f);
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.08;
}

.dx-configcraft-split-intro__aside p {
	color: var(--dx-module-card-text-color, #6e6e73);
	font-size: 18px;
	line-height: 1.5;
}

.dx-configcraft-split-intro__facts {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.dx-configcraft-split-intro__facts div {
	padding: 16px 18px;
	border-radius: 18px;
	background: #f5f5f7;
}

.dx-configcraft-split-intro__facts strong,
.dx-configcraft-split-intro__facts span {
	display: block;
}

.dx-configcraft-split-intro__facts strong {
	color: #1d1d1f;
	font-size: 16px;
}

.dx-configcraft-split-intro__facts span {
	margin-top: 5px;
	color: #6e6e73;
	font-size: 14px;
	line-height: 1.35;
}

.dx-configcraft-feature-grid__header,
.dx-configcraft-pricing-cards__header,
.dx-configcraft-faq__headline {
	max-width: 900px;
	margin: 0 auto 38px;
	text-align: center;
}

.dx-configcraft-feature-grid__items,
.dx-configcraft-pricing-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.dx-configcraft-feature-grid__items {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dx-configcraft-feature-grid__card,
.dx-configcraft-pricing-card {
	padding: clamp(24px, 3vw, 34px);
}

.dx-configcraft-feature-grid__tag,
.dx-configcraft-pricing-card__tag {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(0, 113, 227, 0.1);
	color: #0071e3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dx-configcraft-feature-grid__card h3,
.dx-configcraft-pricing-card h3 {
	margin: 18px 0 0;
	color: var(--dx-module-card-title-color, #1d1d1f);
	font-size: clamp(23px, 2vw, 30px);
	line-height: 1.12;
}

.dx-configcraft-feature-grid__card p {
	margin: 12px 0 0;
	color: var(--dx-module-card-text-color, #6e6e73);
	font-size: 16px;
	line-height: 1.48;
}

.dx-configcraft-cta-panel {
	padding-top: var(--dx-module-padding-top, clamp(38px, 6vw, 92px));
	padding-bottom: var(--dx-module-padding-bottom, clamp(38px, 6vw, 92px));
}

.dx-configcraft-cta-panel__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
	padding: clamp(34px, 5vw, 64px);
	border-radius: var(--dx-module-card-radius, 34px);
	background: var(--dx-module-card-bg, #fff);
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.07);
}

.dx-configcraft-cta-panel--dark .dx-configcraft-cta-panel__box {
	background: #1d1d1f;
	color: #f5f5f7;
}

.dx-configcraft-cta-panel--dark .dx-configcraft-cta-panel__headline,
.dx-configcraft-cta-panel--dark .dx-configcraft-cta-panel__eyebrow {
	color: #f5f5f7;
}

.dx-configcraft-cta-panel--dark .dx-configcraft-cta-panel__copy,
.dx-configcraft-cta-panel--dark .dx-configcraft-cta-panel__list {
	color: #a1a1a6;
}

.dx-configcraft-cta-panel__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: var(--dx-module-muted-color, #6e6e73);
	list-style: none;
}

.dx-configcraft-cta-panel__list li::before,
.dx-configcraft-pricing-card li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 50%;
	background: #34c759;
	vertical-align: 0.08em;
}

.dx-configcraft-pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.dx-configcraft-pricing-card--featured {
	outline: 2px solid rgba(0, 113, 227, 0.22);
}

.dx-configcraft-pricing-card__price {
	display: block;
	margin-top: 18px;
	color: var(--dx-module-card-title-color, #1d1d1f);
	font-size: clamp(34px, 3.4vw, 48px);
	line-height: 1;
}

.dx-configcraft-pricing-card__button {
	width: 100%;
	margin-top: 24px;
}

.dx-configcraft-pricing-card ul {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	color: var(--dx-module-card-text-color, #6e6e73);
	list-style: none;
	font-size: 15px;
	line-height: 1.4;
}

.dx-configcraft-pricing-cards__note {
	max-width: 820px;
	margin: 28px auto 0;
	color: var(--dx-module-muted-color, #86868b);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.dx-configcraft-faq__list {
	display: grid;
	gap: 12px;
	max-width: 920px;
	margin: 0 auto;
}

.dx-configcraft-faq__item {
	padding: 0;
	overflow: hidden;
}

.dx-configcraft-faq__item summary {
	cursor: pointer;
	padding: 22px 26px;
	color: var(--dx-module-card-title-color, #1d1d1f);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	list-style: none;
}

.dx-configcraft-faq__item summary::-webkit-details-marker {
	display: none;
}

.dx-configcraft-faq__item summary::after {
	content: "+";
	float: right;
	color: #0071e3;
	font-size: 24px;
	line-height: 1;
}

.dx-configcraft-faq__item[open] summary::after {
	content: "-";
}

.dx-configcraft-faq__item p {
	padding: 0 26px 24px;
	margin-top: 0;
	font-size: 17px;
}

@media (max-width: 1068px) {
	.dx-configcraft-split-intro__grid,
	.dx-configcraft-cta-panel__box {
		grid-template-columns: 1fr;
	}

	.dx-configcraft-feature-grid__items,
	.dx-configcraft-pricing-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dx-configcraft-cta-panel__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 734px) {
	.dx-configcraft-product-hero,
	.dx-configcraft-product-mockup,
	.dx-configcraft-split-intro,
	.dx-configcraft-feature-grid,
	.dx-configcraft-cta-panel,
	.dx-configcraft-pricing-cards,
	.dx-configcraft-faq {
		padding-top: var(--dx-module-padding-top, 48px);
		padding-bottom: var(--dx-module-padding-bottom, 48px);
	}

	.dx-configcraft-product-hero__headline {
		font-size: clamp(44px, 15vw, 68px);
	}

	.dx-configcraft-product-hero__actions,
	.dx-configcraft-cta-panel__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dx-configcraft-product-hero__button,
	.dx-configcraft-cta-panel__button,
	.dx-configcraft-pricing-card__button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.dx-configcraft-product-mockup__screen {
		min-height: 260px;
		padding: 14px;
	}

	.dx-configcraft-product-mockup__video {
		inset: 14px;
		width: calc(100% - 28px);
		height: calc(100% - 28px);
	}

	.dx-configcraft-product-mockup__caption {
		align-items: flex-start;
		flex-direction: column;
	}

	.dx-configcraft-feature-grid__items,
	.dx-configcraft-pricing-cards__grid {
		grid-template-columns: 1fr;
	}

	.dx-configcraft-cta-panel__box,
	.dx-configcraft-split-intro__main,
	.dx-configcraft-split-intro__aside,
	.dx-configcraft-feature-grid__card,
	.dx-configcraft-pricing-card {
		border-radius: var(--dx-module-card-radius, 24px);
	}
}

/* WooCommerce theme layout */
.dx-shop-page,
.dx-product-page {
	background: var(--dx-page-bg);
}

.dx-shop-hero {
	padding-top: clamp(32px, 4vw, 64px);
	padding-bottom: clamp(18px, 3vw, 28px);
}

.dx-single-product__hero,
.dx-single-product__after,
.dx-shop-toolbar {
	width: 100%;
	box-sizing: border-box;
}

.dx-single-product__hero,
.dx-single-product__after {
	background: #fff;
	border-radius: 34px;
	box-shadow: var(--dx-shadow-card);
}

.dx-shop-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.dx-shop-heading__title {
	margin: 0;
	max-width: 10ch;
	font-size: clamp(48px, 6vw, 82px);
	line-height: 0.98;
	letter-spacing: -0.055em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-shop-heading__compare {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #0071e3 !important;
	font-size: 17px;
	font-weight: 600;
	white-space: nowrap;
}

.dx-shop-heading__compare::after {
	content: "›";
	font-size: 1.3em;
	line-height: 1;
}

.dx-shop-heading__description,
.term-description {
	margin-top: 16px;
	max-width: 740px;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.4;
	letter-spacing: -0.025em;
	color: #6e6e73;
}

.dx-shop-loop {
	padding-top: 0;
}

.woocommerce .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
	margin: 0 0 18px;
	border: 0;
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--dx-shadow-card);
	color: #1d1d1f;
}

.dx-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	margin-bottom: 22px;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.woocommerce .woocommerce-result-count {
	margin: 0;
	color: #6e6e73;
	font-size: 15px;
}

.woocommerce .woocommerce-ordering {
	margin: 0;
}

.woocommerce .woocommerce-ordering select {
	min-height: 44px;
	padding: 0 44px 0 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	font-size: 14px;
	font-weight: 600;
}

.dx-shop-page ul.products {
	display: grid !important;
	width: 100%;
	grid-template-columns: repeat(var(--dx-shop-columns, 3), minmax(0, 1fr)) !important;
	gap: clamp(24px, 2.3vw, 32px);
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: start;
}

.dx-shop-page ul.products::before,
.dx-shop-page ul.products::after {
	display: none;
}

.dx-shop-page ul.products li.product,
.dx-shop-page ul.products.columns-1 li.product,
.dx-shop-page ul.products.columns-2 li.product,
.dx-shop-page ul.products.columns-3 li.product,
.dx-shop-page ul.products.columns-4 li.product {
	float: none;
	clear: none;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	display: block;
	transition: transform .22s ease;
}

.dx-shop-page ul.products li.product:hover {
	transform: translateY(-4px);
}

.dx-shop-card__inner {
	position: relative;
	display: grid;
	gap: 18px;
	text-align: center;
}

.dx-shop-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(29, 29, 31, 0.9);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.dx-shop-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1.16;
	padding: 0;
	border-radius: 34px;
	background: transparent;
	overflow: hidden;
}

.dx-shop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: transparent !important;
	margin: 0 !important;
	border-radius: inherit !important;
}

.dx-shop-card__content {
	display: grid;
	gap: 12px;
	justify-items: center;
	padding: 0 10px;
}

.dx-shop-card__title-link {
	color: inherit;
	text-decoration: none;
}

.dx-shop-card .woocommerce-loop-product__title {
	margin: 0;
	font-size: clamp(32px, 3.2vw, 52px);
	line-height: 0.98;
	letter-spacing: -0.05em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-shop-card__description {
	max-width: 16ch;
	margin: 0;
	color: #424245;
	font-size: 17px;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.dx-shop-card__price,
.dx-shop-card__price .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 8px;
	margin: 0;
	color: #1d1d1f;
	font-size: 20px;
	font-weight: 700;
}

.dx-shop-card__price del {
	color: #86868b;
}

.dx-shop-card__price ins {
	text-decoration: none;
}

.dx-shop-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding-top: 8px;
}

.dx-shop-card__learn-more {
	color: var(--dx-global-primary, #0071e3) !important;
	font-size: 17px;
	font-weight: 500;
}

.dx-shop-card__learn-more::after {
	content: "›";
	margin-left: 6px;
	font-size: 1.2em;
	line-height: 1;
}

.dx-shop-card__buy-button.button,
.dx-shop-card__buy-button.added_to_cart,
.dx-shop-card__actions .button,
.dx-shop-card__actions .added_to_cart {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px;
	margin: 0;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: var(--dx-global-primary, #0071e3);
	color: var(--dx-global-primary-text, #fff) !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
}

.dx-shop-page ul.products li.product:only-child {
	grid-column: 1 / -1;
	width: min(100%, 420px) !important;
	justify-self: center;
}

.dx-shop-pagination {
	margin-top: 42px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--dx-shadow-soft);
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	border-radius: 999px;
	color: #1d1d1f;
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #1d1d1f;
	color: #fff;
}

.dx-single-product {
	display: grid;
	gap: 24px;
}

.dx-single-product__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
	gap: 0;
	overflow: hidden;
}

.dx-single-product__gallery,
.dx-single-product__summary {
	padding: clamp(22px, 3.2vw, 34px);
}

.dx-single-product__gallery {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	background: linear-gradient(180deg, #ffffff 0%, #f9f9fb 100%);
}

.dx-single-product__summary-inner > *:first-child {
	margin-top: 0 !important;
}

.dx-single-product .woocommerce-product-gallery,
.dx-single-product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.dx-single-product .woocommerce-product-gallery__image {
	border-radius: 24px;
	overflow: hidden;
	background: #f5f5f7;
}

.dx-single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.dx-single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.dx-single-product .flex-control-thumbs li {
	list-style: none;
}

.dx-single-product .flex-control-thumbs img {
	border-radius: 18px;
	background: #f5f5f7;
}

.dx-single-product .product_title {
	margin: 0 0 14px;
	font-size: clamp(38px, 5vw, 72px);
	line-height: 0.98;
	letter-spacing: -0.055em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-single-product .price {
	margin: 0 0 18px;
	color: #1d1d1f;
	font-size: 24px;
	font-weight: 800;
}

.dx-single-product .woocommerce-product-details__short-description,
.dx-single-product .woocommerce-product-details__short-description p {
	color: #6e6e73;
	font-size: 17px;
	line-height: 1.55;
}

.dx-single-product form.cart {
	display: grid;
	gap: 16px;
	margin: 24px 0;
}

.dx-single-product form.cart .quantity .qty {
	min-height: 44px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	padding: 0 12px;
}

.dx-single-product form.cart .single_add_to_cart_button,
.dx-single-product .button.alt {
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: #0071e3;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.dx-single-product .product_meta {
	display: grid;
	gap: 8px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	color: #6e6e73;
	font-size: 14px;
}

.dx-single-product__after {
	padding: clamp(24px, 3vw, 34px);
}

.dx-single-product--with-configurator {
	gap: 28px;
}

.dx-single-product__plugin-hero-slot {
	width: 100%;
}

.dx-single-product--plugin-hero .dxpc-product-hero-breadcrumbs {
	width: min(100% - 44px, 1180px);
	margin-bottom: 18px;
	padding: 0;
}

.dx-single-product--plugin-hero .dxpc-product-hero {
	margin-bottom: 0;
	border-radius: 34px;
	padding: clamp(28px, 4vw, 42px) clamp(22px, 3vw, 28px);
	box-shadow: var(--dx-shadow-card);
}

.dx-single-product--plugin-hero .dxpc-product-hero__inner {
	max-width: none;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
	gap: clamp(24px, 3vw, 42px);
}

.dx-single-product__after--configurator {
	padding: 0;
	background: transparent;
	box-shadow: none;
	display: grid;
	gap: 24px;
}

.dx-single-product__after--configurator > * {
	margin: 0;
}

body.single-product .dx-single-product__after--configurator .dxpc-wrap--pixart,
body.single-product .dx-single-product__after--configurator .dxpc-wrap--dr,
body.single-product .dx-single-product__after--configurator .dxpc-product-hero {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.single-product .dx-single-product__after--configurator .dxpc-container,
body.single-product .dx-single-product__after--configurator .dxpc-product-hero__inner {
	width: min(100% - 44px, 1180px) !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.single-product .dx-single-product__after--configurator .dxpc-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.78fr) !important;
	gap: 24px !important;
	align-items: start !important;
}

body.single-product .dx-single-product__after--configurator .dxpc-box,
body.single-product .dx-single-product__after--configurator .dxpc-quote,
body.single-product .dx-single-product__after--configurator .dxpc-dr-card,
body.single-product .dx-single-product__after--configurator .dxpc-dr-accordion-toggle {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 28px;
	background: #fff;
	box-shadow: var(--dx-shadow-soft);
}

body.single-product .dx-single-product__after--configurator .dxpc-box {
	padding: 22px 22px 22px 24px;
}

body.single-product .dx-single-product__after--configurator .dxpc-head {
	margin-bottom: 18px;
}

body.single-product .dx-single-product__after--configurator .dxpc-kicker {
	margin-bottom: 8px;
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.single-product .dx-single-product__after--configurator .dxpc-title,
body.single-product .dx-single-product__after--configurator .dxpc-quote__title {
	margin: 0;
	color: #1d1d1f;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.02;
	letter-spacing: -0.045em;
	font-weight: 700;
}

body.single-product .dx-single-product__after--configurator .dxpc-step {
	padding: 18px 0;
	border-top-color: rgba(0, 0, 0, 0.08);
}

body.single-product .dx-single-product__after--configurator .dxpc-step__label,
body.single-product .dx-single-product__after--configurator .dxpc-field__label,
body.single-product .dx-single-product__after--configurator .dxpc-qtybox__label {
	color: #1d1d1f;
	font-weight: 700;
}

body.single-product .dx-single-product__after--configurator .dxpc-tabs {
	gap: 10px;
	margin: 16px 0 18px;
	padding-bottom: 14px;
	border-bottom-color: rgba(0, 0, 0, 0.08);
}

body.single-product .dx-single-product__after--configurator .dxpc-tab {
	min-height: 44px;
	padding: 0 18px 0 16px;
	border-color: rgba(0, 0, 0, 0.08);
	background: #f5f5f7;
	color: #1d1d1f;
	font-size: 13px;
	font-weight: 700;
}

body.single-product .dx-single-product__after--configurator .dxpc-opt__ui {
	min-height: 68px;
	border-radius: 22px;
	border-color: rgba(0, 0, 0, 0.08);
	background: #fff;
}

body.single-product .dx-single-product__after--configurator .dxpc-quote {
	padding: 22px;
}

body.single-product .dx-single-product__after--configurator .dxpc-quote__meta,
body.single-product .dx-single-product__after--configurator .dxpc-quote__lines {
	gap: 10px;
}

body.single-product .dx-single-product__after--configurator .dxpc-meta-row,
body.single-product .dx-single-product__after--configurator .dxpc-price-row,
body.single-product .dx-single-product__after--configurator .dxpc-line {
	color: #1d1d1f;
	font-size: 14px;
}

body.single-product .dx-single-product__after--configurator .dxpc-meta-label,
body.single-product .dx-single-product__after--configurator .dxpc-meta-note {
	color: #6e6e73;
}

body.single-product .dx-single-product__after--configurator .dxpc-dr-accordion {
	display: grid;
	gap: 16px;
}

body.single-product .dx-single-product__after--configurator .dxpc-dr-accordion-item {
	display: grid;
	gap: 14px;
}

body.single-product .dx-single-product__after--configurator .dxpc-dr-accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding: 0 22px;
	color: #1d1d1f;
	font-size: 17px;
	font-weight: 700;
}

body.single-product .dx-single-product__after--configurator .dxpc-dr-accordion-panel[hidden] {
	display: none !important;
}

body.single-product .dx-single-product__after--configurator .dxpc-dr-card {
	padding: 24px;
}

.dx-single-product .woocommerce-tabs,
.dx-single-product .related,
.dx-single-product .up-sells {
	margin-top: 0;
}

.dx-single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	border: 0;
}

.dx-single-product .woocommerce-tabs ul.tabs::before,
.dx-single-product .woocommerce-tabs ul.tabs::after {
	display: none;
}

.dx-single-product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f5f5f7;
}

.dx-single-product .woocommerce-tabs ul.tabs li a {
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-single-product .woocommerce-tabs ul.tabs li.active {
	background: #1d1d1f;
}

.dx-single-product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.dx-single-product .woocommerce-Tabs-panel,
.dx-single-product .related,
.dx-single-product .up-sells {
	background: #fff;
	border-radius: 28px;
	padding: 26px;
	box-shadow: var(--dx-shadow-soft);
}

.dx-single-product .related > h2,
.dx-single-product .up-sells > h2,
.dx-single-product .woocommerce-Tabs-panel > h2 {
	margin-top: 0;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.dx-single-product .related ul.products,
.dx-single-product .up-sells ul.products {
	margin-top: 18px;
}

.woocommerce .return-to-shop .button {
	border-radius: 999px;
	background: #0071e3;
	color: #fff;
}

.dx-woo-flow-page {
	padding: clamp(26px, 4vw, 44px) 0 clamp(42px, 6vw, 72px);
	background: var(--dx-global-bg, #f5f5f7);
}

.dx-woo-flow-page__inner {
	width: min(var(--dx-global-content-max, 1260px), calc(100% - (var(--dx-global-page-gutter, 24px) * 2)));
	margin: 0 auto;
}

.dx-woo-flow-page__content {
	margin: 0;
}

.dx-woo-flow-page__content > .woocommerce,
.dx-woo-flow-page__content > .wc-block-cart,
.dx-woo-flow-page__content > .wc-block-checkout {
	width: 100%;
}

.dx-woo-account-page {
	background:
		radial-gradient(circle at top left, rgba(0, 113, 227, 0.12), transparent 30%),
		linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 42%, #eef1f5 100%);
}

.dx-woo-account-page__inner {
	display: grid;
	gap: clamp(24px, 3vw, 34px);
}

.dx-woo-account-page__hero,
.dx-woo-account-page__surface,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--dx-shadow-card);
	backdrop-filter: blur(18px);
}

.dx-woo-account-page__hero {
	padding: clamp(26px, 3.5vw, 42px);
}

.dx-woo-account-page__eyebrow {
	margin: 0 0 12px;
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dx-woo-account-page__title {
	margin: 0;
	font-size: clamp(40px, 6vw, 78px);
	line-height: 0.96;
	letter-spacing: -0.065em;
	font-weight: 700;
	color: #1d1d1f;
}

.dx-woo-account-page__copy {
	max-width: 760px;
	margin: 16px 0 0;
	color: #515154;
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.45;
	letter-spacing: -0.02em;
}

.dx-woo-account-page__surface {
	padding: clamp(22px, 3vw, 34px);
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
	display: none;
}

.dx-account-nav-shell {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 16px;
	width: 100%;
}

.dx-account-nav-head {
	padding: 22px 22px 20px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(244,247,251,.96) 100%);
	box-shadow: var(--dx-shadow-card);
}

.dx-account-nav-head__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #6e6e73;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dx-account-nav-head__name {
	display: block;
	color: #1d1d1f;
	font-size: 26px;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.dx-account-nav-head__sub {
	display: block;
	margin-top: 8px;
	color: #6e6e73;
	font-size: 14px;
	line-height: 1.5;
	word-break: break-word;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	position: static;
	padding: 14px;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 0 18px;
	border-radius: 20px;
	color: #1d1d1f;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(0,0,0,.04);
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: rgba(0, 113, 227, 0.09);
	color: #0071e3;
	transform: translateX(2px);
	box-shadow: 0 12px 24px rgba(0, 113, 227, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: #1d1d1f;
	color: #fff;
	box-shadow: 0 12px 24px rgba(29, 29, 31, 0.14);
}

.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
	width: 100%;
	padding: clamp(28px, 3.5vw, 40px);
	border-radius: 32px;
	background: #fff;
	box-shadow: var(--dx-shadow-soft);
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.dx-account-dashboard {
	display: grid;
	gap: 22px;
	margin-bottom: 18px;
}

.dx-account-dashboard__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding: clamp(24px, 3vw, 32px);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(0, 113, 227, 0.12), transparent 30%),
		linear-gradient(180deg, #fbfbfd 0%, #f3f6fa 100%);
}

.dx-account-dashboard__eyebrow,
.dx-account-action-card__eyebrow {
	margin: 0 0 10px;
	color: #6e6e73;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dx-account-dashboard__title {
	margin: 0;
	color: #1d1d1f;
	font-size: clamp(34px, 4.5vw, 54px);
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.dx-account-dashboard__copy {
	max-width: 60ch;
	margin: 14px 0 0;
	color: #515154;
	font-size: 17px;
	line-height: 1.6;
}

.dx-account-dashboard__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 12px;
}

.dx-account-kpis {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 14px;
}

.dx-account-kpi {
	padding: 18px 18px 20px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 24px;
	background: #f8f9fb;
}

.dx-account-kpi__label {
	display: block;
	margin-bottom: 8px;
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dx-account-kpi__value {
	display: block;
	color: #1d1d1f;
	font-size: clamp(22px, 2.4vw, 32px);
	line-height: .96;
	letter-spacing: -0.045em;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.dx-account-action-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.dx-account-action-card {
	display: grid;
	gap: 12px;
	padding: 22px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.dx-account-action-card__title {
	margin: 0;
	color: #1d1d1f;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.dx-account-action-card__copy {
	margin: 0;
	color: #515154;
	font-size: 15px;
	line-height: 1.6;
}

.dx-account-action-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	color: #0071e3 !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.dx-account-action-card__cta::after {
	content: "›";
	font-size: 1.2em;
	line-height: 1;
}

.dx-account-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 4px;
}

.dx-account-inline-actions a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(0, 113, 227, 0.08);
	color: #0071e3 !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.dx-account-licenses {
	display: grid;
	gap: 22px;
}

.dx-account-licenses__header {
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 30px;
	background: linear-gradient(180deg, #fbfbfd 0%, #f4f7fb 100%);
}

.dx-account-licenses__header h2,
.dx-account-license-empty h3,
.dx-account-license-card h3 {
	margin: 0;
}

.dx-account-licenses__header p:last-child {
	max-width: 68ch;
	margin-bottom: 0;
}

.dx-account-license-empty {
	display: grid;
	gap: 14px;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.dx-account-license-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.dx-account-license-card {
	display: grid;
	gap: 18px;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 12px 26px rgba(0,0,0,.05);
}

.dx-account-license-card__top {
	display: grid;
	gap: 10px;
}

.dx-account-license-card__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(52, 199, 89, 0.12);
	color: #188038;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.dx-account-license-card__details {
	display: grid;
	gap: 10px;
	margin: 0;
}

.dx-account-license-card__details div {
	display: grid;
	grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.dx-account-license-card__details dt {
	color: #6e6e73;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.dx-account-license-card__details dd {
	margin: 0;
	color: #1d1d1f;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.dx-account-license-card__note {
	margin: 0;
	padding: 14px 16px;
	border-radius: 18px;
	background: #f5f5f7;
	color: #6e6e73;
	font-size: 14px;
	line-height: 1.55;
}

.dx-account-license-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dx-account-license-card__cancel-form {
	display: inline-flex;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .dx-account-license-card__cancel-button {
	border-color: rgba(191, 72, 0, 0.22);
	background: #fff7ed;
	color: #9a3412;
}

.woocommerce-account .woocommerce-MyAccount-content .dx-account-license-card__cancel-button:hover {
	border-color: rgba(191, 72, 0, 0.32);
	background: #ffedd5;
	color: #7c2d12;
}

.dx-configcraft-checkout-consents {
	display: grid;
	gap: 12px;
	margin: 22px 0;
	padding: clamp(18px, 2.2vw, 24px);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	background: #fbfbfd;
}

.dx-configcraft-checkout-consents h3 {
	margin: 0 0 4px;
	color: #1d1d1f;
	font-size: 20px;
	line-height: 1.15;
	letter-spacing: 0;
}

.dx-configcraft-checkout-consent {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: #515154;
	font-size: 14px;
	line-height: 1.5;
}

.dx-configcraft-checkout-consent input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: #0071e3;
}

.dx-configcraft-checkout-consent a,
.dx-configcraft-checkout-privacy a,
.dx-configcraft-registration-privacy a,
.dx-demo-request__consent a {
	color: #0066cc;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dx-configcraft-checkout-privacy,
.dx-configcraft-registration-privacy {
	margin: 2px 0 0;
	color: #6e6e73;
	font-size: 12.5px;
	line-height: 1.55;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content address {
	color: #515154;
	font-size: 16px;
	line-height: 1.65;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: #0071e3;
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	color: #1d1d1f;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-bottom: 14px;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content .shop_table,
.woocommerce-account .woocommerce-MyAccount-content table {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #fbfbfd;
}

.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content table th {
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content table tr:last-child td {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content .button.alt,
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #0071e3;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0, 113, 227, 0.2);
	line-height: 1;
	white-space: normal;
	vertical-align: middle;
	text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button.alt:hover,
.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .woocommerce-form-register .button:hover {
	background: #0059b8;
	color: #fff;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .edit-account,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account form.woocommerce-EditAccountForm {
	display: grid;
	gap: 20px;
}

.woocommerce-account .u-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
	padding: clamp(22px, 3vw, 30px);
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
	margin-top: 0;
}

.woocommerce-account .form-row {
	display: grid;
	gap: 8px;
	margin: 0;
}

.woocommerce-account .form-row label {
	color: #1d1d1f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account select,
.woocommerce-account textarea {
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	background: #fff;
	color: #1d1d1f;
	font-size: 15px;
	box-sizing: border-box;
}

.woocommerce-account textarea {
	min-height: 140px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
	border-color: rgba(0, 113, 227, 0.55);
	box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
	outline: 0;
}

.woocommerce-account .show-password-input {
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.woocommerce-account .woocommerce-address-fields__field-wrapper,
.woocommerce-account .woocommerce-columns--addresses,
.woocommerce-account .woocommerce-Addresses {
	display: grid;
	gap: 18px;
}

.woocommerce-account .woocommerce-Addresses {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-account .woocommerce-Address {
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	background: #fbfbfd;
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address-title .edit,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a,
.woocommerce-account .woocommerce-button,
.woocommerce-account a.button {
	margin: 0;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions,
.woocommerce-account td.woocommerce-orders-table__cell-order-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.woocommerce-account .woocommerce-Address-title .edit,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account .woocommerce-pagination .button,
.woocommerce-account .button.button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: #eef2f7;
	color: #1d1d1f !important;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-account .woocommerce-Address-title .edit:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-account .woocommerce-pagination .button:hover,
.woocommerce-account .button.button-secondary:hover {
	background: #dfe7f1;
	color: #1d1d1f !important;
}

.woocommerce-account .woocommerce-pagination {
	margin-top: 22px;
}

.woocommerce-account .woocommerce-message .button,
.woocommerce-account .woocommerce-error .button,
.woocommerce-account .woocommerce-info .button {
	margin-left: 14px;
	margin-top: 10px;
}

@media (max-width: 1068px) {
	.dx-woocommerce-section__shell {
		grid-template-columns: 1fr;
	}

	.dx-woocommerce-section__intro {
		position: static;
	}

	.dx-comparison-module__grid {
		grid-template-columns: 1fr;
	}

	.dx-graphic-comparison__title {
		margin-bottom: 30px;
	}

	.dx-pricing-comparison__header {
		margin-bottom: 30px;
	}

	.dx-shop-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.dx-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dx-shop-page ul.products li.product:only-child {
		width: 100%;
	}

	.dx-single-product__hero {
		grid-template-columns: 1fr;
	}

	.dx-single-product--plugin-hero .dxpc-product-hero__inner,
	body.single-product .dx-single-product__after--configurator .dxpc-row {
		grid-template-columns: 1fr !important;
	}

	.dx-single-product__gallery {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.woocommerce-account .woocommerce,
	.woocommerce-account .u-columns,
	.woocommerce-account .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	.dx-account-nav-shell,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		position: static;
	}

	.dx-account-dashboard__hero {
		grid-template-columns: 1fr;
	}

	.dx-account-dashboard__actions {
		justify-content: flex-start;
	}

	.dx-account-kpis,
	.dx-account-action-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 734px) {
	.dx-woocommerce-section__grid {
		grid-template-columns: 1fr;
	}

	.dx-woocommerce-section__intro,
	.dx-woocommerce-section__card,
	.dx-version-table__wrap,
	.dx-graphic-comparison__table-wrap,
	.dx-pricing-comparison__table-wrap {
		border-radius: 28px;
	}

	.dx-version-table__header {
		text-align: left;
		margin-bottom: 24px;
	}

	.dx-version-table__table th,
	.dx-version-table__table td {
		padding: 16px 14px;
	}

	.dx-comparison-module__header {
		text-align: left;
		margin-bottom: 24px;
	}

	.dx-graphic-comparison__wrap {
		padding: 0 20px;
	}

	.dx-pricing-comparison__wrap {
		padding: 0 20px;
	}

	.dx-graphic-comparison__title {
		margin-bottom: 28px;
		font-size: 32px;
	}

	.dx-pricing-comparison__title {
		font-size: 32px;
	}

	.dx-graphic-comparison__table {
		min-width: 920px;
	}

	.dx-pricing-comparison__table {
		min-width: 960px;
	}

	.dx-graphic-comparison__table thead th,
	.dx-graphic-comparison__table tbody th,
	.dx-graphic-comparison__table tbody td {
		font-size: 14px;
	}

	.dx-pricing-comparison__table thead th,
	.dx-pricing-comparison__table tbody th,
	.dx-pricing-comparison__table tbody td {
		padding: 16px 14px;
		font-size: 14px;
	}

	.dx-pricing-comparison__price {
		font-size: 24px;
	}

	.dx-comparison-module__card {
		border-radius: 28px;
	}

	.dx-single-product__hero,
	.dx-single-product__after,
	.dx-shop-toolbar,
	.dx-single-product .woocommerce-Tabs-panel,
	.dx-single-product .related,
	.dx-single-product .up-sells {
		border-radius: 28px;
	}

	.dx-shop-toolbar {
		justify-content: flex-start;
	}

	.dx-shop-page ul.products {
		grid-template-columns: 1fr;
	}

	.dx-shop-card__media {
		border-radius: 28px;
	}

	.dx-shop-card .woocommerce-loop-product__title {
		font-size: clamp(32px, 8vw, 46px);
	}

	.dx-shop-card__description {
		max-width: 18ch;
	}

	.dx-woo-account-page__hero,
	.dx-woo-account-page__surface,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .u-column1,
	.woocommerce-account .u-column2,
	.woocommerce-account .woocommerce-Address {
		border-radius: 28px;
	}

	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .u-column1,
	.woocommerce-account .u-column2 {
		padding: 22px;
	}

	.dx-account-nav-head,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		border-radius: 24px;
	}

	.dx-account-kpis,
	.dx-account-action-grid {
		grid-template-columns: 1fr;
	}

	.dx-account-dashboard__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dx-account-license-card__details div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.dx-account-dashboard__actions .button,
	.dx-account-dashboard__actions .button.button-secondary,
	.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
	.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content table,
	.woocommerce-account .woocommerce-orders-table {
		display: block;
		overflow-x: auto;
	}

	.dx-single-product .product_title {
		font-size: 38px;
	}

	.dx-single-product__gallery,
	.dx-single-product__summary,
	.dx-single-product__after {
		padding: 20px;
	}

	.dx-single-product--plugin-hero .dxpc-product-hero {
		border-radius: 28px;
		padding: 22px 18px;
	}

	body.single-product .dx-single-product__after--configurator {
		gap: 18px;
	}

	body.single-product .dx-single-product__after--configurator .dxpc-container,
	body.single-product .dx-single-product__after--configurator .dxpc-product-hero__inner,
	.dx-single-product--plugin-hero .dxpc-product-hero-breadcrumbs {
		width: min(100% - 12px, 1180px) !important;
	}

	body.single-product .dx-single-product__after--configurator .dxpc-box,
	body.single-product .dx-single-product__after--configurator .dxpc-quote,
	body.single-product .dx-single-product__after--configurator .dxpc-dr-card,
	body.single-product .dx-single-product__after--configurator .dxpc-dr-accordion-toggle {
		border-radius: 24px;
	}

	.dx-single-product .flex-control-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.dx-sdk-router__icon {
	display: block;
	width: clamp(74px, 7vw, 102px);
	height: clamp(74px, 7vw, 102px);
	object-fit: contain;
	margin: 0 auto clamp(26px, 3vw, 36px);
}

.dx-sdk-router__title {
	max-width: 780px;
	margin: 0 auto;
	text-wrap: balance;
}

.dx-sdk-router__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-top: clamp(22px, 3vw, 34px);
	color: #06c !important;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
}

.dx-sdk-router__link:hover {
	text-decoration: underline;
	text-underline-offset: .16em;
}

.dx-sdk-router__external {
	font-size: .88em;
	transform: translateY(-.04em);
}

/* Neutralizza la vecchia card sviluppatori, nel caso sia ancora presente da cache/blocchi precedenti */
.dx-developer-panel {
	display: none;
}

@media (max-width: 1068px) {
	:root {
		--dx-section-title-size: clamp(38px, 6vw, 60px);
		--dx-section-content-width: min(100% - 44px, 980px);
	}

	.dx-sdk-router__shell {
		min-height: 430px;
	}

	.dx-sdk-router__title {
		max-width: 680px;
	}
}

@media (max-width: 734px) {
	:root {
		--dx-section-title-size: clamp(34px, 10vw, 48px);
		--dx-section-content-width: min(100% - 32px, 420px);
	}

	.dx-compatibility-panel,
	.dx-sdk-router {
		border-radius: 28px;
	}

	.dx-sdk-router__shell {
		min-height: 360px;
		padding: 44px 24px;
	}

	.dx-sdk-router__icon {
		margin-bottom: 22px;
	}

	.dx-sdk-router__link {
		font-size: 17px;
	}
}


/* DX v022 - Allineamenti reference + controlli stile da backend */
:root {
	--dx-section-title-size: clamp(38px, 3.9vw, 56px);
	--dx-section-title-line: 1.06;
	--dx-section-title-spacing: -0.045em;
	--dx-section-content-width: min(1260px, calc(100vw - 48px));
	--dx-card-title-size: clamp(21px, 1.75vw, 28px);
}

/* Applica colore/sfondo/margini/padding configurabili a tutti i moduli principali */
.dx-reference-hero,
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features,
.dx-compatibility-section {
	background: var(--dx-module-bg, var(--dx-module-default-bg, #f5f5f7));
	color: var(--dx-module-text-color, #1d1d1f);
	margin-top: var(--dx-module-margin-top, 0);
	margin-bottom: var(--dx-module-margin-bottom, 0);
	padding-top: var(--dx-module-padding-top, var(--dx-module-default-padding-top, initial));
	padding-right: var(--dx-module-padding-right, var(--dx-module-default-padding-right, 0));
	padding-bottom: var(--dx-module-padding-bottom, var(--dx-module-default-padding-bottom, initial));
	padding-left: var(--dx-module-padding-left, var(--dx-module-default-padding-left, 0));
	border-radius: var(--dx-module-section-radius, 0);
}

.dx-reference-hero {
	--dx-module-default-bg: #f5f5f7;
	--dx-module-default-padding-top: clamp(48px, 5.8vw, 86px);
	--dx-module-default-padding-bottom: clamp(60px, 7vw, 110px);
}

.dx-reference-highlights {
	--dx-module-default-bg: #f5f5f7;
	--dx-module-default-padding-top: clamp(76px, 8vw, 116px);
	--dx-module-default-padding-bottom: clamp(66px, 7vw, 104px);
}

.dx-glass-design {
	--dx-module-default-bg: #f5f5f7;
	--dx-module-default-padding-top: clamp(76px, 8vw, 118px);
	--dx-module-default-padding-bottom: clamp(82px, 9vw, 132px);
	--dx-glass-bg: var(--dx-module-bg, #f5f5f7);
	--dx-glass-text: var(--dx-module-text-color, #1d1d1f);
	--dx-glass-muted: var(--dx-module-muted-color, #6e6e73);
}

.dx-story-gallery {
	--dx-module-default-bg: #f5f5f7;
	--dx-module-default-padding-top: clamp(82px, 8vw, 120px);
	--dx-module-default-padding-bottom: clamp(82px, 8vw, 120px);
	--dx-story-bg: var(--dx-module-bg, #f5f5f7);
	--dx-story-text: var(--dx-module-text-color, #1d1d1f);
	--dx-story-muted: var(--dx-module-muted-color, #6e6e73);
	--dx-story-card-bg: var(--dx-module-card-bg, #fff);
}

.dx-more-features {
	--dx-module-default-bg: #f5f5f7;
	--dx-module-default-padding-top: clamp(74px, 7vw, 112px);
	--dx-module-default-padding-bottom: clamp(78px, 8vw, 118px);
}

.dx-compatibility-section {
	--dx-module-default-bg: #fff;
	--dx-module-default-padding-top: clamp(54px, 6vw, 86px);
	--dx-module-default-padding-bottom: clamp(60px, 7vw, 96px);
}

/* Titoli principali: stessa scala e niente headline enormi fuori reference */
.dx-reference-highlights__title,
.dx-glass-design__headline,
.dx-story-gallery__headline,
.dx-more-features__title,
.dx-compatibility-panel__title,
.dx-sdk-router__title {
	font-size: var(--dx-section-title-size) !important;
	line-height: var(--dx-section-title-line) !important;
	letter-spacing: var(--dx-section-title-spacing) !important;
	font-weight: 700;
	color: var(--dx-module-title-color, #1d1d1f);
}

.dx-glass-design__eyebrow,
.dx-story-gallery__eyebrow {
	color: var(--dx-module-title-color, #1d1d1f);
}

.dx-glass-design__copy,
.dx-story-gallery__copy,
.dx-more-features__item-text,
.dx-compatibility-panel__device,
.dx-compatibility-panel__device-link {
	color: var(--dx-module-muted-color, var(--dx-module-text-color, #6e6e73)) !important;
}

/* Highlights: titolo allineato alla prima slide e font più piccolo */
.dx-reference-highlights__viewport {
	width: var(--dx-section-content-width);
	max-width: 1260px;
	margin-inline: auto;
}

.dx-reference-highlights__header {
	margin-bottom: clamp(24px, 4vw, 46px);
}

.dx-reference-highlights__title {
	max-width: 760px;
	font-size: clamp(34px, 3.2vw, 48px) !important;
}

.dx-reference-highlights__track {
	padding-left: max(24px, calc((100vw - 1260px) / 2));
	padding-right: max(24px, calc((100vw - 1260px) / 2));
	scroll-padding-left: max(24px, calc((100vw - 1260px) / 2));
	scroll-padding-right: max(24px, calc((100vw - 1260px) / 2));
}

.dx-reference-highlights__card {
	scroll-snap-align: start;
}

.dx-reference-highlights__caption p {
	font-size: clamp(21px, 1.55vw, 25px);
}

/* Design: copy below the image aligned to the first card, not centered. */
.dx-glass-design__headline-wrap,
.dx-glass-design__copy-wrap {
	width: var(--dx-section-content-width);
	max-width: 1260px;
}

.dx-glass-design__headline-wrap {
	text-align: left;
}

.dx-glass-design__headline {
	max-width: 760px;
	margin-left: 0;
	margin-right: 0;
}

.dx-glass-design__hero-media {
	width: var(--dx-section-content-width);
	max-width: 1260px;
	border-radius: var(--dx-module-image-radius, clamp(24px, 2.7vw, 40px));
}

.dx-glass-design__copy-wrap {
	max-width: 1260px;
}

.dx-glass-design__copy {
	max-width: 880px;
	margin-top: clamp(26px, 3.5vw, 46px);
	font-size: clamp(22px, 2vw, 30px);
	color: var(--dx-module-muted-color, #6e6e73);
}

.dx-glass-design__track,
.dx-story-gallery__track {
	padding-left: max(24px, calc((100vw - 1260px) / 2));
	padding-right: max(24px, calc((100vw - 1260px) / 2));
	scroll-padding-left: max(24px, calc((100vw - 1260px) / 2));
	scroll-padding-right: max(24px, calc((100vw - 1260px) / 2));
}

.dx-glass-design__card,
.dx-story-gallery__card {
	scroll-snap-align: start;
}

.dx-glass-design__card-media,
.dx-story-gallery__media,
.dx-reference-highlights__tile,
.dx-compatibility-panel,
.dx-sdk-router {
	border-radius: var(--dx-module-card-radius, 30px);
	background-color: var(--dx-module-card-bg, inherit);
}

.dx-glass-design__card-picture,
.dx-glass-design__card-picture img,
.dx-glass-design__video,
.dx-glass-design__video-media,
.dx-story-gallery__picture,
.dx-story-gallery__picture img,
.dx-story-gallery__video,
.dx-story-gallery__video video,
.dx-reference-highlights__picture img,
.dx-compatibility-panel__image {
	border-radius: var(--dx-module-image-radius, 24px);
}

.dx-glass-design__card-title,
.dx-story-gallery__card-title,
.dx-more-features__item-title {
	font-size: var(--dx-card-title-size) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.035em !important;
	color: var(--dx-module-card-title-color, #1d1d1f) !important;
}

.dx-glass-design__card-text,
.dx-story-gallery__card-text,
.dx-more-features__item-text {
	color: var(--dx-module-card-text-color, var(--dx-module-muted-color, #6e6e73)) !important;
	font-size: clamp(16px, 1.18vw, 19px);
}

/* Intelligence/Productivity: header e track allineati alla stessa griglia */
.dx-story-gallery__viewport,
.dx-story-gallery__header {
	width: var(--dx-section-content-width);
	max-width: 1260px;
	margin-inline: auto;
}

.dx-story-gallery__header {
	max-width: 1260px;
}

.dx-story-gallery__headline {
	max-width: 760px;
}

.dx-story-gallery__copy {
	max-width: 840px;
	font-size: clamp(22px, 2vw, 30px);
}

/* More e compatibility coerenti */
.dx-more-features__viewport,
.dx-more-features__inner,
.dx-more-features__header,
.dx-compatibility-section .viewport-content {
	width: var(--dx-section-content-width);
	max-width: 1260px;
	margin-inline: auto;
}

.dx-more-features__link,
.dx-compatibility-panel__button {
	background-color: var(--dx-module-button-bg, #0071e3) !important;
	color: var(--dx-module-button-text, #fff) !important;
	border-radius: var(--dx-module-button-radius, 999px) !important;
}

.dx-more-features__link {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 18px;
	text-decoration: none;
}

.dx-reference-highlights__control,
.dx-reference-highlights__dots,
.dx-glass-design__arrow,
.dx-glass-design__dots,
.dx-story-gallery__arrow,
.dx-story-gallery__dots {
	border-radius: var(--dx-module-button-radius, 999px) !important;
	color: var(--dx-module-button-text, inherit);
}

@media (max-width: 734px) {
	:root {
		--dx-section-title-size: clamp(32px, 9vw, 44px);
		--dx-section-content-width: min(100% - 32px, 420px);
		--dx-card-title-size: clamp(20px, 6.5vw, 25px);
	}

	.dx-reference-highlights__track,
	.dx-glass-design__track,
	.dx-story-gallery__track {
		padding-left: 16px;
		padding-right: 16px;
		scroll-padding-left: 16px;
		scroll-padding-right: 16px;
	}

	.dx-reference-highlights__viewport,
	.dx-glass-design__headline-wrap,
	.dx-glass-design__copy-wrap,
	.dx-glass-design__hero-media,
	.dx-story-gallery__viewport,
	.dx-story-gallery__header,
	.dx-more-features__viewport,
	.dx-more-features__inner,
	.dx-more-features__header,
	.dx-compatibility-section .viewport-content {
		width: var(--dx-section-content-width);
	}
}


/* DX v023 - Productivity alignment, dynamic backend UI and hero full-width video */
.dx-story-gallery--productivity .dx-story-gallery__viewport,
.dx-story-gallery--productivity .dx-story-gallery__header {
	width: var(--dx-section-content-width) !important;
	max-width: 1260px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dx-story-gallery--productivity .dx-story-gallery__headline,
.dx-story-gallery--productivity .dx-story-gallery__copy {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

.dx-story-gallery--productivity .dx-story-gallery__gallery {
	margin-top: clamp(44px, 6vw, 76px);
}

.dx-reference-hero__full-video-shell {
	width: min(100% - 48px, 1440px);
	margin: clamp(34px, 5vw, 72px) auto clamp(28px, 4vw, 56px);
	position: relative;
	border-radius: var(--dx-module-image-radius, clamp(24px, 2.7vw, 40px));
	overflow: hidden;
	background: #000;
	aspect-ratio: 16 / 9;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.dx-reference-hero__full-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dx-reference-hero__full-video-shell .dx-video-toggle {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 4;
}

.dx-editor-card {
	border: 1px solid #dcdcde;
	border-radius: 14px;
	background: #fff;
	padding: 18px;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.dx-editor-card__kicker {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #646970;
	margin-bottom: 6px;
}

.dx-editor-card__title {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 8px;
	color: #1d2327;
}

.dx-editor-card__headline,
.dx-editor-card__copy {
	margin: 6px 0;
	color: #50575e;
}

.dx-editor-card__badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 5px 10px;
	background: #f0f6fc;
	color: #0969da;
	font-size: 12px;
	font-weight: 700;
	margin-top: 8px;
}

.dx-editor-card__notice {
	margin-top: 12px;
}

.dx-repeater-control {
	display: grid;
	gap: 12px;
}

.dx-repeater-control__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dcdcde;
}

.dx-repeater-control__help {
	margin: 0;
	color: #646970;
	font-size: 12px;
}

.dx-repeater-control__item {
	border: 1px solid #dcdcde;
	border-radius: 12px;
	background: #fff;
	padding: 12px;
}

.dx-repeater-control__item + .dx-repeater-control__item {
	margin-top: 12px;
}

.dx-repeater-control__item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f1;
	font-weight: 700;
}

.dx-repeater-control__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.dx-color-text-control {
	position: relative;
}

.dx-color-text-control__swatch {
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 32px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 1px solid #c3c4c7;
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
	background-size: 8px 8px;
	background-position: 0 0, 0 4px, 4px -4px, -4px 0;
}

.dx-color-text-control .components-base-control__field input {
	padding-right: 38px;
}

@media (max-width: 734px) {
	.dx-reference-hero__full-video-shell {
		width: min(100% - 32px, 720px);
		border-radius: var(--dx-module-image-radius, 24px);
	}
}


/* DX v024 - Backend centrale leggibile per i moduli */
.wp-block[data-type^="dx-software/"] {
	max-width: 1180px !important;
}

.dx-editor-card--central {
	padding: 0 !important;
	border-radius: 18px;
	overflow: hidden;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.dx-editor-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 28px;
	background: #fff;
	border-bottom: 1px solid #dcdcde;
}

.dx-editor-card--central .dx-editor-card__title {
	font-size: 22px;
}

.dx-editor-card--central .dx-editor-card__headline {
	font-size: 15px;
	max-width: 760px;
}

.dx-editor-card--central .dx-editor-card__notice {
	margin: 18px 28px 0;
}

.dx-central-editor {
	display: grid;
	gap: 18px;
	padding: 22px 28px 28px;
}

.dx-central-panel {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 16px;
	overflow: hidden;
}

.dx-central-panel[open] {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
}

.dx-central-panel__summary {
	display: grid;
	grid-template-columns: minmax(180px, 260px) 1fr;
	gap: 18px;
	align-items: center;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
	background: #fff;
}

.dx-central-panel__summary::-webkit-details-marker {
	display: none;
}

.dx-central-panel__title {
	font-size: 16px;
	font-weight: 700;
	color: #1d2327;
}

.dx-central-panel__description {
	font-size: 13px;
	line-height: 1.35;
	color: #646970;
}

.dx-central-panel__body {
	padding: 20px;
	border-top: 1px solid #f0f0f1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
}

.dx-central-panel--content .dx-central-panel__body,
.dx-central-panel--media .dx-central-panel__body {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dx-central-panel--repeater .dx-central-panel__body {
	display: block;
}

.dx-central-panel--colors .dx-central-panel__body {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dx-central-panel--spacing .dx-central-panel__body,
.dx-central-panel--radius .dx-central-panel__body {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dx-central-panel .components-base-control {
	margin-bottom: 0 !important;
}

.dx-central-panel .components-text-control__input,
.dx-central-panel textarea.components-textarea-control__input {
	border-radius: 10px;
	min-height: 40px;
}

.dx-central-panel textarea.components-textarea-control__input {
	min-height: 96px;
}

.dx-repeater-control--central {
	gap: 18px;
}

.dx-repeater-control--central .dx-repeater-control__head {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 14px;
	padding: 16px;
}

.dx-repeater-control--central .dx-repeater-control__item {
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #dcdcde;
}

.dx-repeater-control__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
}

.dx-repeater-control__field--wide {
	grid-column: 1 / -1;
}

.dx-repeater-control__actions .components-button {
	min-height: 32px;
	padding-inline: 10px;
}

.dx-color-text-control {
	position: relative;
}

.dx-color-text-control__swatch {
	top: 31px;
}

@media (max-width: 960px) {
	.dx-central-panel__summary,
	.dx-central-panel__body,
	.dx-central-panel--colors .dx-central-panel__body,
	.dx-central-panel--spacing .dx-central-panel__body,
	.dx-central-panel--radius .dx-central-panel__body,
	.dx-repeater-control__grid {
		grid-template-columns: 1fr;
	}

	.dx-editor-card__top {
		display: block;
	}
}


/* DX v028 - Evita sovrapposizione controlli slider */
.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls,
.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls {
	z-index: 20;
}

.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
.dx-glass-design.dx-controls-active .dx-glass-design__controls,
.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
	z-index: 12000;
}

/* Se una vecchia logica prova ad attivare più moduli, il coordinatore JS decide quale resta fixed. */
.dx-reference-highlights.is-controls-floating:not(.dx-controls-active) .dx-reference-highlights__controls {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.dx-glass-design.is-controls-floating:not(.dx-controls-active) .dx-glass-design__controls {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.dx-story-gallery.is-controls-floating:not(.dx-controls-active) .dx-story-gallery__controls {
	position: sticky;
	left: 0;
	right: 0;
	bottom: max(24px, env(safe-area-inset-bottom));
	margin-left: auto;
	margin-right: auto;
}


/* DX v029 - Nasconde i controlli del modulo precedente quando si entra nel successivo */
.dx-controls-hidden .dx-reference-highlights__controls,
.dx-controls-hidden .dx-glass-design__controls,
.dx-controls-hidden .dx-story-gallery__controls {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(18px) scale(0.96) !important;
	transition: opacity 180ms ease, visibility 180ms ease, transform 220ms ease !important;
}

.dx-story-gallery.dx-controls-hidden .dx-story-gallery__controls {
	transform: translateY(18px) scale(0.96) !important;
}

/* Quando il modulo torna attivo risalendo, i controlli rientrano puliti. */
.dx-controls-active .dx-reference-highlights__controls,
.dx-controls-active .dx-glass-design__controls,
.dx-controls-active .dx-story-gallery__controls {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* I controlli non attivi non devono restare agganciati sopra al modulo successivo. */
.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
}


/* DX v030 - Hide pulito dei controlli slider non attivi.
   Evita il salto brutto in alto/sinistra quando un controllo passa da fixed/sticky a static. */
.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls,
.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls,
.dx-controls-hidden .dx-reference-highlights__controls,
.dx-controls-hidden .dx-glass-design__controls,
.dx-controls-hidden .dx-story-gallery__controls {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: none !important;
}

/* I controlli non attivi non devono occupare una posizione visibile nel layout. */
.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls {
	position: fixed !important;
	left: 50% !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	transform: translateX(-50%) !important;
}

.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
}

/* Solo il modulo attivo può mostrare i controlli. */
.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
.dx-glass-design.dx-controls-active .dx-glass-design__controls,
.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transition: opacity 180ms ease, transform 220ms ease !important;
}

/* Story gallery: quando attiva usa lo stesso comportamento centered/fixed degli altri slider. */
.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
	z-index: 12000 !important;
}


/* DX v031 - Stabilizzazione responsive generale */

/* Evita overflow orizzontali generati da slider/card full width */
html,
body {
	max-width: 100%;
	overflow-x: clip;
}

@supports not (overflow-x: clip) {
	html,
	body {
		overflow-x: hidden;
	}
}

.dx-reference-hero,
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features,
.dx-compatibility-section,
.dx-sdk-router {
	max-width: 100%;
}

/* Header / pill nav: su mobile resta utilizzabile senza rompere la larghezza */
.dx-ref-local__content,
.dx-ref-local__items {
	max-width: 100%;
}

.dx-ref-local__items {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	justify-content: center;
}

.dx-ref-local__items::-webkit-scrollbar {
	display: none;
}

/* Griglia contenuto coerente */
:root {
	--dx-responsive-page-gutter: clamp(18px, 4vw, 48px);
	--dx-responsive-content-max: 1260px;
}

.dx-reference-highlights__viewport,
.dx-glass-design__headline-wrap,
.dx-glass-design__copy-wrap,
.dx-glass-design__hero-media,
.dx-story-gallery__viewport,
.dx-story-gallery__header,
.dx-more-features__viewport,
.dx-more-features__inner,
.dx-more-features__header,
.dx-compatibility-section .viewport-content {
	width: min(calc(100% - (var(--dx-responsive-page-gutter) * 2)), var(--dx-responsive-content-max));
}

/* Hero: più stabile su tablet e mobile */
.dx-reference-hero__stage {
	overflow: hidden;
	padding-inline: var(--dx-responsive-page-gutter);
}

.dx-reference-hero__devices {
	max-width: 1180px;
	margin-inline: auto;
}

.dx-reference-hero__device img,
.dx-reference-hero__screen img,
.dx-reference-hero__screen video {
	max-width: 100%;
}

/* Slider: meno salti e niente card che sfondano viewport */
.dx-reference-highlights__track,
.dx-glass-design__track,
.dx-story-gallery__track {
	max-width: 100vw;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}

.dx-reference-highlights__card,
.dx-glass-design__card,
.dx-story-gallery__card {
	max-width: calc(100vw - 32px);
}

.dx-reference-highlights__tile,
.dx-glass-design__card-media,
.dx-story-gallery__media {
	contain: layout paint;
}

/* Controlli slider sempre centrati e mai fuori viewport */
.dx-reference-highlights__controls,
.dx-glass-design__controls,
.dx-story-gallery__controls {
	max-width: calc(100vw - 24px) !important;
}

.dx-reference-highlights__dots,
.dx-glass-design__dots,
.dx-story-gallery__dots {
	max-width: calc(100vw - 150px);
}

/* Tablet */
@media (max-width: 1068px) {
	:root {
		--dx-responsive-page-gutter: clamp(18px, 4vw, 36px);
	}

	.dx-ref-local__items {
		justify-content: flex-start;
		padding-inline: 18px;
	}

	.dx-ref-local__link {
		white-space: nowrap;
	}

	.dx-reference-hero__headline {
		font-size: clamp(48px, 7vw, 72px);
		line-height: 1.02;
	}

	.dx-reference-highlights__card {
		flex-basis: min(88vw, 940px);
	}

	.dx-reference-highlights__tile {
		min-height: clamp(460px, 68vw, 640px);
	}

	.dx-glass-design__card,
	.dx-story-gallery__card {
		flex-basis: min(44vw, 344px);
	}

	.dx-glass-design__card--wide,
	.dx-story-gallery__card--wide {
		flex-basis: min(78vw, 644px);
	}

	.dx-glass-design__card-media,
	.dx-story-gallery__media {
		min-height: clamp(340px, 45vw, 430px);
	}

	.dx-more-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dx-compatibility-panel__devices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile */
@media (max-width: 734px) {
	:root {
		--dx-responsive-page-gutter: 16px;
		--dx-section-title-size: clamp(32px, 10vw, 44px);
		--dx-card-title-size: clamp(20px, 7vw, 24px);
	}

	body.dx-has-reference-header {
		padding-top: 96px;
	}

	.dx-ref-global {
		display: none;
	}

	.dx-ref-local {
		top: 0;
		min-height: 56px;
	}

	.dx-ref-local__content {
		min-height: 56px;
	}

	.dx-ref-local__items {
		gap: 10px;
		padding-inline: 12px;
	}

	.dx-ref-local__link {
		min-height: 38px;
		padding: 0 18px;
		font-size: 15px;
	}

	.dx-reference-hero {
		padding-top: clamp(38px, 10vw, 64px);
	}

	.dx-reference-hero__eyebrow {
		font-size: clamp(22px, 6.5vw, 32px);
	}

	.dx-reference-hero__headline {
		font-size: clamp(38px, 11vw, 54px);
		line-height: 1.03;
		letter-spacing: -0.055em;
	}

	.dx-reference-hero__devices {
		transform: scale(0.86);
		transform-origin: center top;
		margin-bottom: -44px;
	}

	.dx-reference-hero__device--left,
	.dx-reference-hero__device--right {
		opacity: 0.92;
	}

	.dx-reference-hero__full-video-shell {
		aspect-ratio: 16 / 10;
	}

	.dx-reference-highlights,
	.dx-glass-design,
	.dx-story-gallery,
	.dx-more-features,
	.dx-compatibility-section {
		padding-top: clamp(58px, 14vw, 86px);
		padding-bottom: clamp(62px, 14vw, 92px);
	}

	.dx-reference-highlights__title,
	.dx-glass-design__headline,
	.dx-story-gallery__headline,
	.dx-more-features__title,
	.dx-compatibility-panel__title,
	.dx-sdk-router__title {
		font-size: clamp(32px, 10vw, 44px) !important;
		line-height: 1.06 !important;
	}

	.dx-glass-design__eyebrow,
	.dx-story-gallery__eyebrow {
		font-size: clamp(22px, 7vw, 30px);
	}

	.dx-glass-design__copy,
	.dx-story-gallery__copy {
		font-size: clamp(19px, 5.6vw, 24px);
		line-height: 1.18;
	}

	.dx-reference-highlights__track,
	.dx-glass-design__track,
	.dx-story-gallery__track {
		padding-left: 16px !important;
		padding-right: 16px !important;
		scroll-padding-left: 16px !important;
		scroll-padding-right: 16px !important;
	}

	.dx-reference-highlights__card {
		flex-basis: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	.dx-reference-highlights__tile {
		min-height: clamp(430px, 118vw, 540px);
		border-radius: var(--dx-module-card-radius, 26px);
	}

	.dx-reference-highlights__caption {
		max-width: calc(100% - 42px);
	}

	.dx-reference-highlights__caption p {
		font-size: clamp(19px, 5.8vw, 24px);
	}

	.dx-reference-highlights__caption--1,
	.dx-reference-highlights__caption--2,
	.dx-reference-highlights__caption--4 {
		left: 22px;
		top: 28px;
		transform: none;
	}

	.dx-reference-highlights__caption--3 {
		left: 22px;
		right: 22px;
		bottom: 28px;
		transform: none;
		max-width: none;
		text-align: left;
	}

	.dx-reference-highlights__media,
	.dx-reference-highlights__media--1,
	.dx-reference-highlights__media--2,
	.dx-reference-highlights__media--3,
	.dx-reference-highlights__media--4 {
		padding: 96px 22px 32px !important;
		align-items: center;
		justify-content: center;
	}

	.dx-glass-design__card,
	.dx-story-gallery__card,
	.dx-glass-design__card--wide,
	.dx-story-gallery__card--wide {
		flex-basis: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	.dx-glass-design__card-media,
	.dx-story-gallery__media {
		min-height: clamp(300px, 92vw, 390px);
		border-radius: var(--dx-module-card-radius, 26px);
	}

	.dx-story-gallery__card-copy,
	.dx-glass-design__card-copy {
		min-height: 0;
	}

	.dx-reference-highlights__controls,
	.dx-glass-design__controls,
	.dx-story-gallery__controls {
		gap: 8px;
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
	}

	.dx-reference-highlights__control,
	.dx-glass-design__arrow,
	.dx-story-gallery__arrow {
		width: 44px !important;
		height: 44px !important;
		font-size: 27px !important;
	}

	.dx-reference-highlights__dots,
	.dx-glass-design__dots,
	.dx-story-gallery__dots {
		height: 44px !important;
		min-width: 106px !important;
		padding-inline: 14px !important;
		gap: 10px !important;
	}

	.dx-reference-highlights__dot,
	.dx-glass-design__dot,
	.dx-story-gallery__dot {
		width: 8px;
		height: 8px;
	}

	.dx-more-features__header {
		display: block;
	}

	.dx-more-features__cta {
		margin-top: 20px;
	}

	.dx-more-features__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.dx-more-features__icon {
		width: 48px;
		height: 48px;
	}

	.dx-compatibility-panel {
		padding-inline: 20px;
	}

	.dx-compatibility-panel__devices {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.dx-compatibility-panel__media {
		margin-top: 34px;
	}

	.dx-sdk-router__shell {
		min-height: 320px;
	}
}

/* Mobile stretto */
@media (max-width: 390px) {
	.dx-ref-local__link {
		padding-inline: 15px;
		font-size: 14px;
	}

	.dx-reference-hero__devices {
		transform: scale(0.78);
		margin-bottom: -72px;
	}

	.dx-reference-highlights__tile {
		min-height: 460px;
	}
}


/* DX v032 - Theme Options globali */
body {
	background: var(--dx-global-bg, #f5f5f7);
	color: var(--dx-global-text, #1d1d1f);
}

:root {
	--dx-section-content-width: min(var(--dx-global-content-max, 1260px), calc(100vw - (var(--dx-global-page-gutter, 24px) * 2)));
	--dx-responsive-content-max: var(--dx-global-content-max, 1260px);
	--dx-responsive-page-gutter: var(--dx-global-page-gutter, 24px);
	--dx-card-title-size: clamp(21px, 1.75vw, 28px);
}

.dx-reference-hero,
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features {
	background: var(--dx-module-bg, var(--dx-global-bg, #f5f5f7));
	color: var(--dx-module-text-color, var(--dx-global-text, #1d1d1f));
	border-radius: var(--dx-module-section-radius, var(--dx-global-section-radius, 0px));
}

.dx-compatibility-panel,
.dx-sdk-router,
.dx-reference-highlights__tile,
.dx-glass-design__card-media,
.dx-story-gallery__media {
	background-color: var(--dx-module-card-bg, var(--dx-global-card-bg, #fff));
	border-radius: var(--dx-module-card-radius, var(--dx-global-card-radius, 30px));
}

.dx-glass-design__card-picture,
.dx-glass-design__card-picture img,
.dx-glass-design__video,
.dx-glass-design__video-media,
.dx-story-gallery__picture,
.dx-story-gallery__picture img,
.dx-story-gallery__video,
.dx-story-gallery__video video,
.dx-reference-highlights__picture img,
.dx-reference-hero__full-video-shell,
.dx-compatibility-panel__image {
	border-radius: var(--dx-module-image-radius, var(--dx-global-image-radius, 24px));
}

.dx-compatibility-panel__button,
.dx-more-features__link {
	background: var(--dx-module-button-bg, var(--dx-global-primary, #0071e3)) !important;
	color: var(--dx-module-button-text, var(--dx-global-primary-text, #fff)) !important;
	border-radius: var(--dx-module-button-radius, var(--dx-global-button-radius, 999px)) !important;
}

.dx-ref-header,
.dx-ref-global,
.dx-ref-local {
	color: var(--dx-global-header-text, #1d1d1f);
}

.dx-ref-global,
.dx-ref-local,
.dx-ref-local.is-stuck,
.dx-ref-header.is-stuck .dx-ref-local {
	background: var(--dx-global-header-bg, rgba(245,245,247,0.78)) !important;
}

.dx-ref-global__link,
.dx-ref-global__trigger,
.dx-ref-local__link {
	color: var(--dx-global-header-text, #1d1d1f) !important;
}

.dx-ref-local__link {
	background: var(--dx-global-header-pill-bg, rgba(255,255,255,0.58));
	color: var(--dx-global-header-pill-text, #1d1d1f) !important;
	border-radius: var(--dx-global-button-radius, 999px);
}

.dx-ref-local__link--current {
	background: var(--dx-global-header-active-bg, #1d1d1f) !important;
	color: var(--dx-global-header-active-text, #fff) !important;
}

/* DX v042 - Header logo configurabile dal modulo Gutenberg */
.dx-ref-global__logo {
	display: block;
	width: min(100%, var(--dx-header-logo-width, 112px));
	max-width: none;
	max-height: var(--dx-header-logo-height, 30px);
	height: auto;
	object-fit: contain;
}

.dx-ref-global__monogram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--dx-global-header-active-bg, #1d1d1f);
	color: var(--dx-global-header-active-text, #fff);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

#dx-global-footer,
.dx-footer-content {
	background: var(--dx-global-footer-bg, #f5f5f7);
	color: var(--dx-global-footer-text, #6e6e73);
}

#dx-global-footer a,
.dx-footer-content a {
	color: var(--dx-global-footer-text, #6e6e73);
}

.dx-reference-highlights__title,
.dx-glass-design__headline,
.dx-story-gallery__headline,
.dx-more-features__title,
.dx-compatibility-panel__title,
.dx-sdk-router__title {
	color: var(--dx-module-title-color, var(--dx-global-text, #1d1d1f)) !important;
}

.dx-glass-design__copy,
.dx-story-gallery__copy,
.dx-reference-highlights__caption p {
	color: var(--dx-module-muted-color, var(--dx-global-muted, #6e6e73));
}

.dx-glass-design__card-title,
.dx-story-gallery__card-title,
.dx-more-features__item-title {
	color: var(--dx-module-card-title-color, var(--dx-global-text, #1d1d1f)) !important;
}

.dx-glass-design__card-text,
.dx-story-gallery__card-text,
.dx-more-features__item-text {
	color: var(--dx-module-card-text-color, var(--dx-global-muted, #6e6e73)) !important;
}


/* DX v033 - Anteprime colori e color picker nei moduli */
.dx-central-panel--colors .dx-central-panel__body {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dx-color-text-control--preview {
	position: relative;
	padding: 14px;
	border: 1px solid #dcdcde;
	border-radius: 14px;
	background: #fff;
}

.dx-color-text-control__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.dx-color-text-control__label {
	font-weight: 650;
	color: #1d2327;
}

.dx-color-text-control__swatch {
	position: static !important;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	border: 1px solid #c3c4c7;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
	background-color: transparent;
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
	background-size: 8px 8px;
	background-position: 0 0, 0 4px, 4px -4px, -4px 0;
}

.dx-color-text-control__swatch[style] {
	background-image: none;
}

.dx-color-text-control__row {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.dx-color-text-control__picker {
	width: 52px;
	height: 40px;
	padding: 0;
	border-radius: 10px;
	border: 1px solid #c3c4c7;
	background: #fff;
	cursor: pointer;
}

.dx-color-text-control__row .components-base-control {
	margin-bottom: 0 !important;
}

.dx-color-text-control__row .components-text-control__input {
	min-height: 40px;
}

/* Applica in modo più completo i colori modulo a testi, card, bottoni e controlli slide */
.dx-reference-hero,
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features,
.dx-compatibility-section {
	background: var(--dx-module-bg, var(--dx-global-bg, #f5f5f7)) !important;
	color: var(--dx-module-text-color, var(--dx-global-text, #1d1d1f)) !important;
}

.dx-reference-hero__eyebrow,
.dx-reference-hero__headline,
.dx-reference-highlights__title,
.dx-glass-design__eyebrow,
.dx-glass-design__headline,
.dx-story-gallery__eyebrow,
.dx-story-gallery__headline,
.dx-more-features__title,
.dx-compatibility-panel__title,
.dx-sdk-router__title {
	color: var(--dx-module-title-color, var(--dx-global-text, #1d1d1f)) !important;
}

.dx-reference-hero__eyebrow {
	color: var(--dx-module-eyebrow-color, var(--dx-module-title-color, var(--dx-global-text, #1d1d1f))) !important;
}

.dx-reference-hero__detail,
.dx-glass-design__copy,
.dx-story-gallery__copy,
.dx-more-features__item-text,
.dx-compatibility-panel__device,
.dx-compatibility-panel__device-link,
.dx-compatibility-panel__device-text {
	color: var(--dx-module-muted-color, var(--dx-global-muted, #6e6e73)) !important;
}

.dx-reference-highlights__tile,
.dx-glass-design__card-media,
.dx-story-gallery__media,
.dx-compatibility-panel,
.dx-sdk-router {
	background-color: var(--dx-module-card-bg, var(--dx-global-card-bg, #ffffff)) !important;
}

.dx-reference-highlights__caption p,
.dx-glass-design__card-title,
.dx-story-gallery__card-title,
.dx-more-features__item-title,
.dx-developer-panel__title {
	color: var(--dx-module-card-title-color, var(--dx-global-text, #1d1d1f)) !important;
}

.dx-glass-design__card-text,
.dx-story-gallery__card-text,
.dx-more-features__item-text {
	color: var(--dx-module-card-text-color, var(--dx-global-muted, #6e6e73)) !important;
}

.dx-reference-highlights__control,
.dx-reference-highlights__dots,
.dx-glass-design__arrow,
.dx-glass-design__dots,
.dx-story-gallery__arrow,
.dx-story-gallery__dots,
.dx-video-toggle {
	background: var(--dx-module-button-bg, rgba(66, 66, 69, 0.86)) !important;
	color: var(--dx-module-button-text, #f5f5f7) !important;
	border-radius: var(--dx-module-button-radius, var(--dx-global-button-radius, 999px)) !important;
}

.dx-reference-highlights__dot,
.dx-glass-design__dot,
.dx-story-gallery__dot {
	background: color-mix(in srgb, var(--dx-module-button-text, #f5f5f7) 48%, transparent) !important;
}

.dx-reference-highlights__dot.is-active,
.dx-glass-design__dot.is-active,
.dx-story-gallery__dot.is-active {
	background: var(--dx-module-button-text, #f5f5f7) !important;
}

.dx-compatibility-panel__button,
.dx-more-features__link,
.dx-sdk-router__link {
	background: var(--dx-module-button-bg, var(--dx-global-primary, #0071e3)) !important;
	color: var(--dx-module-button-text, var(--dx-global-primary-text, #fff)) !important;
	border-radius: var(--dx-module-button-radius, var(--dx-global-button-radius, 999px)) !important;
}

@media (max-width: 960px) {
	.dx-central-panel--colors .dx-central-panel__body {
		grid-template-columns: 1fr;
	}
}


/* DX v034 - Performance base */
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features,
.dx-compatibility-section {
	content-visibility: auto;
	contain-intrinsic-size: auto 900px;
}

.dx-reference-hero {
	content-visibility: visible;
}

.dx-reference-highlights__picture img,
.dx-glass-design__card-picture img,
.dx-story-gallery__picture img,
.dx-more-features__icon,
.dx-compatibility-panel__image {
	backface-visibility: hidden;
}


/* DX v035 - Google Font Options */
.dx-reference-hero__eyebrow,
.dx-reference-hero__headline,
.dx-reference-highlights__title,
.dx-glass-design__eyebrow,
.dx-glass-design__headline,
.dx-story-gallery__eyebrow,
.dx-story-gallery__headline,
.dx-more-features__title,
.dx-more-features__item-title,
.dx-compatibility-panel__title,
.dx-sdk-router__title,
.dx-glass-design__card-title,
.dx-story-gallery__card-title,
.dx-reference-highlights__caption p,
.dx-editor-card__title,
.dx-editor-card__headline,
.dx-central-panel__title,
.dx-repeater-control__item-head {
	font-family: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif);
}

body,
.dx-reference-hero,
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features,
.dx-compatibility-section,
.dx-glass-design__copy,
.dx-story-gallery__copy,
.dx-glass-design__card-text,
.dx-story-gallery__card-text,
.dx-more-features__item-text,
.dx-compatibility-panel__device,
.dx-compatibility-panel__button,
.dx-more-features__link,
.dx-sdk-router__link,
.dx-options-page,
.dx-editor-card,
.dx-central-panel,
.dx-repeater-control,
.dx-color-text-control {
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif);
}

/* Il font dei titoli resta dominante anche dentro le sezioni configurate */
.dx-reference-highlights__title,
.dx-glass-design__headline,
.dx-story-gallery__headline,
.dx-more-features__title,
.dx-compatibility-panel__title,
.dx-sdk-router__title {
	font-family: var(--dx-global-title-font, system-ui, "Segoe UI", sans-serif) !important;
}

.dx-glass-design__copy,
.dx-story-gallery__copy,
.dx-glass-design__card-text,
.dx-story-gallery__card-text,
.dx-more-features__item-text {
	font-family: var(--dx-global-description-font, system-ui, "Segoe UI", sans-serif) !important;
}


/* DX v036 - Backend media polish */
.dx-editor-card--central {
	background: linear-gradient(180deg, #ffffff 0%, #f6f7f7 100%);
}

.dx-central-panel__summary {
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
}

.dx-central-panel[open] .dx-central-panel__summary {
	border-bottom: 1px solid #f0f0f1;
}

.dx-media-control,
.dx-repeater-control__field--media {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #dcdcde;
	border-radius: 14px;
	background: #fff;
}

.dx-media-control__label {
	font-weight: 650;
	color: #1d2327;
}

.dx-media-control__preview {
	display: block;
	width: 100%;
	max-height: 180px;
	object-fit: contain;
	border-radius: 12px;
	background:
		linear-gradient(45deg, #f0f0f1 25%, transparent 25%),
		linear-gradient(-45deg, #f0f0f1 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #f0f0f1 75%),
		linear-gradient(-45deg, transparent 75%, #f0f0f1 75%);
	background-size: 16px 16px;
	background-position: 0 0, 0 8px, 8px -8px, -8px 0;
	border: 1px solid #dcdcde;
}

.dx-media-control__empty {
	display: grid;
	place-items: center;
	min-height: 120px;
	border: 1px dashed #c3c4c7;
	border-radius: 12px;
	color: #646970;
	background: #f6f7f7;
	font-size: 13px;
}

.dx-media-control .components-button,
.dx-repeater-control__field--media .components-button {
	width: fit-content;
}

.dx-central-panel--media .dx-central-panel__body {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dx-central-panel--media .dx-media-control {
	min-width: 0;
}

@media (max-width: 960px) {
	.dx-central-panel--media .dx-central-panel__body {
		grid-template-columns: 1fr;
	}
}


/* DX v038 - SEO e accessibilità */
.dx-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 999999;
	transform: translateY(-140%);
	padding: 12px 16px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 30px rgba(0,0,0,.22);
	transition: transform 160ms ease;
}

.dx-skip-link:focus {
	transform: translateY(0);
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.dx-link-disabled {
	cursor: default !important;
	text-decoration: none !important;
}

.dx-ref-global__link:focus-visible,
.dx-ref-local__link:focus-visible,
.dx-reference-highlights__control:focus-visible,
.dx-reference-highlights__dot:focus-visible,
.dx-glass-design__arrow:focus-visible,
.dx-glass-design__dot:focus-visible,
.dx-story-gallery__arrow:focus-visible,
.dx-story-gallery__dot:focus-visible,
.dx-more-features__link:focus-visible,
.dx-compatibility-panel__button:focus-visible,
.dx-sdk-router__link:focus-visible,
.dx-footer-content a:focus-visible,
.dx-footer-content span[role="link"]:focus-visible {
	outline: 3px solid var(--dx-global-primary, #0071e3);
	outline-offset: 4px;
}

.dx-footer-content span[role="link"],
.dx-more-features__link[aria-disabled="true"],
.dx-compatibility-panel__button[aria-disabled="true"],
.dx-sdk-router__link[aria-disabled="true"] {
	opacity: 0.72;
}

@media (prefers-reduced-motion: reduce) {
	.dx-skip-link,
	.dx-ref-local__link,
	.dx-reference-highlights__controls,
	.dx-glass-design__controls,
	.dx-story-gallery__controls {
		transition: none !important;
	}
}


/* DX v039 - Performance seria */
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features,
.dx-compatibility-section {
	content-visibility: var(--dx-enable-content-visibility, auto);
	contain-intrinsic-size: auto 920px;
}

.dx-reference-hero {
	content-visibility: visible;
	contain: layout paint style;
}

.dx-reference-highlights__track,
.dx-glass-design__track,
.dx-story-gallery__track {
	will-change: scroll-position;
}

.dx-reference-highlights__card,
.dx-glass-design__card,
.dx-story-gallery__card,
.dx-more-features__item {
	contain: layout paint;
}

.dx-reference-highlights__picture img,
.dx-glass-design__card-picture img,
.dx-story-gallery__picture img,
.dx-more-features__icon,
.dx-compatibility-panel__image,
.dx-sdk-router__icon {
	height: auto;
}

@media (prefers-reduced-motion: reduce) {
	.dx-reference-highlights__track,
	.dx-glass-design__track,
	.dx-story-gallery__track {
		scroll-behavior: auto !important;
	}
}


/* DX v040 - Preset rapidi e backend premium */
.dx-editor-card--central {
	border-color: #d7d7dc;
	box-shadow: 0 18px 45px rgba(0,0,0,.075);
}

.dx-editor-card__top {
	background:
		radial-gradient(circle at 0% 0%, rgba(0,113,227,.08), transparent 32%),
		linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
}

.dx-preset-panel {
	margin: 18px 28px 0;
	padding: 18px;
	border: 1px solid #dcdcde;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0,0,0,.04);
}

.dx-preset-panel__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.dx-preset-panel__head strong {
	display: block;
	font-size: 16px;
	color: #1d2327;
}

.dx-preset-panel__head p {
	margin: 4px 0 0;
	color: #646970;
	max-width: 680px;
}

.dx-preset-panel__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.dx-preset-card {
	appearance: none;
	border: 1px solid #dcdcde;
	background: #fff;
	border-radius: 16px;
	padding: 12px;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dx-preset-card:hover,
.dx-preset-card:focus-visible {
	border-color: #0071e3;
	box-shadow: 0 8px 24px rgba(0,113,227,.13);
	transform: translateY(-1px);
	outline: none;
}

.dx-preset-card__preview {
	display: grid;
	align-items: end;
	grid-template-columns: 1fr auto;
	gap: 8px;
	height: 76px;
	border-radius: 12px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.08);
	margin-bottom: 10px;
	overflow: hidden;
}

.dx-preset-card__preview span:first-child {
	display: block;
	height: 34px;
	border-radius: 10px;
	box-shadow: 0 5px 14px rgba(0,0,0,.08);
}

.dx-preset-card__preview span:last-child {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	box-shadow: 0 5px 14px rgba(0,0,0,.12);
}

.dx-preset-card__name {
	display: block;
	font-weight: 700;
	color: #1d2327;
	margin-bottom: 4px;
}

.dx-preset-card__description {
	display: block;
	color: #646970;
	font-size: 12px;
	line-height: 1.35;
}

.dx-central-panel--colors .dx-central-panel__body,
.dx-central-panel--radius .dx-central-panel__body,
.dx-central-panel--spacing .dx-central-panel__body {
	background: #fcfcfd;
}

.dx-central-panel__title::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #0071e3;
	margin-right: 8px;
	vertical-align: middle;
}

@media (max-width: 1100px) {
	.dx-preset-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.dx-preset-panel__head {
		display: block;
	}

	.dx-preset-panel__head .components-button {
		margin-top: 12px;
	}

	.dx-preset-panel__grid {
		grid-template-columns: 1fr;
	}
}

/* DX v041 - Fix mobile header/hero, seam tra moduli e footer mobile */
html,
body {
	max-width: 100%;
	overflow-x: clip;
}

@supports not (overflow-x: clip) {
	html,
	body { overflow-x: hidden; }
}

.wp-site-blocks > *,
.wp-site-blocks > * + *,
.main.dx-page-type-dx-platform,
.main.dx-page-type-dx-platform > *,
.main.dx-page-type-dx-platform .wp-block-group,
.main.dx-page-type-dx-platform .wp-block-post-content {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.main.dx-page-type-dx-platform {
	background: var(--dx-global-bg, #f5f5f7) !important;
}

.dx-reference-hero,
.dx-reference-highlights,
.dx-glass-design,
.dx-story-gallery,
.dx-more-features,
.dx-compatibility-section,
.dx-sdk-router {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.dx-reference-hero + .dx-reference-highlights,
.dx-reference-highlights + .dx-glass-design,
.dx-glass-design + .dx-story-gallery,
.dx-story-gallery + .dx-more-features,
.dx-more-features + .dx-compatibility-section,
.dx-compatibility-section + .dx-sdk-router {
	margin-top: -1px !important;
}

@media (max-width: 734px) {
	body.dx-has-reference-header { padding-top: 0 !important; }

	.dx-ref-header {
		position: relative;
		z-index: 10000;
		background: transparent;
	}

	.dx-ref-global {
		display: block !important;
		height: auto !important;
		min-height: var(--dx-ref-global-mobile-height, 48px) !important;
		max-height: none !important;
		background: var(--dx-global-header-bg, rgba(251, 251, 253, 0.86)) !important;
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
	}

	.dx-ref-global__content {
		position: relative !important;
		top: auto !important;
		height: auto !important;
		min-height: var(--dx-ref-global-mobile-height, 48px) !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center !important;
		background: transparent !important;
	}

	.dx-ref-global__list {
		width: 100% !important;
		min-width: 0 !important;
		min-height: var(--dx-ref-global-mobile-height, 48px) !important;
		height: auto !important;
		padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right)) !important;
	}

	.dx-ref-global__item--brand { margin-right: auto !important; }
	.dx-ref-global__item--icon { display: none !important; }
	.dx-ref-global__item--utility { display: none !important; }
	.dx-ref-global__item--menu {
		display: flex !important;
		margin-left: auto !important;
	}

	.dx-ref-global__link,
	.dx-ref-global__trigger {
		width: 44px !important;
		min-width: 44px !important;
		height: var(--dx-ref-global-mobile-height, 48px) !important;
	}

	.dx-ref-global__link--brand {
		width: min(56vw, var(--dx-header-logo-width, 112px)) !important;
		min-width: 44px !important;
		max-width: none !important;
		min-height: var(--dx-ref-global-mobile-height, 48px) !important;
		padding-top: min(var(--dx-header-logo-margin-top, 4px), 8px) !important;
		padding-bottom: min(var(--dx-header-logo-margin-bottom, 4px), 8px) !important;
	}

	.dx-ref-global__logo {
		width: 100% !important;
		max-width: none !important;
		max-height: min(var(--dx-header-logo-height, 28px), 32px) !important;
	}

	.dx-ref-header.is-menu-open .dx-ref-global__content {
		position: fixed !important;
		top: var(--dx-ref-admin-offset, 0px) !important;
		left: 0 !important;
		right: 0 !important;
		height: calc(100dvh - var(--dx-ref-admin-offset, 0px)) !important;
		background: rgba(250, 250, 252, 0.98) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	}

	.dx-ref-global__mobile-panel { padding: 14px 28px 76px !important; }
	.dx-ref-global__mobile-link {
		font-size: clamp(23px, 7vw, 30px) !important;
		line-height: 1.12 !important;
		padding: 10px 0 !important;
	}

	.dx-ref-local {
		position: sticky !important;
		top: calc(var(--dx-ref-admin-offset, 0px) - 1px) !important;
		height: 54px !important;
		min-height: 54px !important;
		z-index: 9998 !important;
	}

	.dx-ref-local.is-fixed {
		position: fixed !important;
		top: var(--dx-ref-admin-offset, 0px) !important;
	}

	.dx-ref-local::after {
		background-color: rgba(245, 245, 247, 0.76) !important;
		-webkit-backdrop-filter: saturate(180%) blur(22px);
		backdrop-filter: saturate(180%) blur(22px);
	}

	.dx-ref-local__mask {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
	}

	.dx-ref-local__items {
		justify-content: flex-start !important;
		align-items: center !important;
		width: max-content !important;
		min-width: max-content !important;
		height: 54px !important;
		gap: 8px !important;
		margin: 0 !important;
		padding: 7px max(16px, env(safe-area-inset-right)) 7px max(16px, env(safe-area-inset-left)) !important;
	}

	.dx-ref-local__link {
		min-width: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 8px 15px !important;
		font-size: 14px !important;
		line-height: 1.2 !important;
		box-shadow: none;
	}

	.dx-ref-local__link--current { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14) !important; }

	.dx-reference-hero {
		padding-top: clamp(30px, 8vw, 46px) !important;
		padding-bottom: clamp(24px, 7vw, 44px) !important;
		background: var(--dx-module-bg, var(--dx-global-bg, #f5f5f7)) !important;
	}

	.dx-reference-hero__viewport { width: min(calc(100% - 32px), 430px) !important; }
	.dx-reference-hero__header {
		max-width: 360px !important;
		margin: 0 auto 10px !important;
	}

	.dx-reference-hero__eyebrow {
		font-size: clamp(22px, 6.1vw, 30px) !important;
		line-height: 1.12 !important;
		letter-spacing: -0.035em !important;
	}

	.dx-reference-hero__headline {
		font-size: clamp(36px, 10.5vw, 48px) !important;
		line-height: 1.03 !important;
		letter-spacing: -0.05em !important;
	}

	.dx-reference-hero__detail {
		height: 14px !important;
		margin-top: 14px !important;
	}

	.dx-reference-hero__stage {
		min-height: 246px !important;
		padding-inline: 0 !important;
		padding-bottom: 8px !important;
		overflow: hidden !important;
	}

	.dx-reference-hero__devices {
		left: 50% !important;
		width: 760px !important;
		max-width: none !important;
		margin-inline: 0 !important;
		transform: translate3d(calc(-50% + 0px), var(--dx-hero-stage-y, 0px), 0) scale(0.86) !important;
		transform-origin: center top !important;
		margin-bottom: -34px !important;
	}

	.dx-reference-hero__device--left,
	.dx-reference-hero__device--right { opacity: 0.9; }
}

@media (max-width: 390px) {
	.dx-reference-hero__headline { font-size: clamp(34px, 10vw, 42px) !important; }
	.dx-reference-hero__devices {
		transform: translate3d(calc(-50% + 0px), var(--dx-hero-stage-y, 0px), 0) scale(0.78) !important;
		margin-bottom: -56px !important;
	}
	.dx-ref-local__link {
		padding-inline: 13px !important;
		font-size: 13px !important;
	}
}

@media (max-width: 734px) {
	#dx-global-footer {
		border-top: 0 !important;
		background: var(--dx-global-footer-bg, #f5f5f7) !important;
	}

	.dx-footer-content {
		width: min(calc(100% - 32px), 980px) !important;
		padding: 24px 0 max(28px, env(safe-area-inset-bottom)) !important;
	}

	.dx-footer-sosumi {
		padding: 0 0 16px !important;
		margin: 0 0 10px !important;
		font-size: 11px !important;
		line-height: 1.45 !important;
	}

	.dx-footer-sosumi ol { padding-left: 16px !important; }
	.dx-footer-breadcrumbs { display: none !important; }

	.dx-footer-directory {
		display: block !important;
		padding: 4px 0 18px !important;
	}

	.dx-footer-directory-column {
		margin: 0 !important;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
	}

	.dx-footer-directory-column-section { padding: 12px 0 !important; }
	.dx-footer-directory-column-section-title {
		margin: 0 0 8px !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		color: var(--dx-global-text, #1d1d1f) !important;
	}

	.dx-footer-directory-column-section-list {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 6px 14px;
		margin: 0 !important;
		padding: 0 !important;
	}

	.dx-footer-directory-column-section-item { margin: 0 !important; }
	.dx-footer-footer { padding-top: 14px !important; }

	.dx-footer-footer-shop,
	.dx-footer-footer-legal-copyright,
	.dx-footer-footer-legal-link {
		font-size: 11px !important;
		line-height: 1.45 !important;
	}

	.dx-footer-footer-legal,
	.dx-footer-footer-legal-links {
		display: flex !important;
		align-items: flex-start !important;
		gap: 7px 12px !important;
	}

	.dx-footer-footer-legal { flex-direction: column !important; }
	.dx-footer-footer-legal-links { flex-wrap: wrap !important; }
	.dx-footer-footer-legal-links-item { margin: 0 !important; }
}

/* DX v043 - Desktop slide controls fixed bottom restore */
.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
.dx-glass-design.dx-controls-active .dx-glass-design__controls,
.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	transform: translateX(-50%) translateY(0) scale(1) !important;
	z-index: 12000 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transition: opacity 180ms ease, transform 220ms ease !important;
}

@media (max-width: 734px) {
	.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
	.dx-glass-design.dx-controls-active .dx-glass-design__controls,
	.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
	}
}


/* DX v044 - Controlli slider sempre fissi dentro al modulo + entrata/uscita morbida */
.dx-reference-highlights .dx-reference-highlights__controls,
.dx-glass-design .dx-glass-design__controls,
.dx-story-gallery .dx-story-gallery__controls {
	will-change: opacity, transform;
}

.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls,
.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls,
.dx-controls-hidden .dx-reference-highlights__controls,
.dx-controls-hidden .dx-glass-design__controls,
.dx-controls-hidden .dx-story-gallery__controls {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(18px) scale(0.96) !important;
	transition: opacity 260ms ease, transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 280ms !important;
}

.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
.dx-glass-design.dx-controls-active .dx-glass-design__controls,
.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	z-index: 12000 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateX(-50%) translateY(0) scale(1) !important;
	transition: opacity 280ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s !important;
}

@media (max-width: 734px) {
	.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
	.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls,
	.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls,
	.dx-controls-hidden .dx-reference-highlights__controls,
	.dx-controls-hidden .dx-glass-design__controls,
	.dx-controls-hidden .dx-story-gallery__controls,
	.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
	.dx-glass-design.dx-controls-active .dx-glass-design__controls,
	.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
	}
}

.dx-prefers-reduced-motion .dx-reference-highlights__controls,
.dx-prefers-reduced-motion .dx-glass-design__controls,
.dx-prefers-reduced-motion .dx-story-gallery__controls {
	transition: none !important;
}

/* DX v045 - Controlli slider legati all'intero modulo + allineamento DX Intelligence */
.dx-reference-highlights .dx-reference-highlights__controls,
.dx-glass-design .dx-glass-design__controls,
.dx-story-gallery .dx-story-gallery__controls {
	will-change: opacity, transform;
}

.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
.dx-glass-design.dx-controls-active .dx-glass-design__controls,
.dx-story-gallery.dx-controls-active .dx-story-gallery__controls {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	max-width: calc(100vw - 32px) !important;
	z-index: 12000 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateX(-50%) translateY(0) scale(1) !important;
	transition: opacity 280ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s !important;
}

.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls,
.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls,
.dx-controls-hidden .dx-reference-highlights__controls,
.dx-controls-hidden .dx-glass-design__controls,
.dx-controls-hidden .dx-story-gallery__controls {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	max-width: calc(100vw - 32px) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(18px) scale(0.96) !important;
	transition: opacity 260ms ease, transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 280ms !important;
}

/* Il testo del blocco DX Intelligence/Productivity parte dalla stessa linea della prima card. */
.dx-story-gallery__viewport,
.dx-story-gallery__header {
	width: min(calc(100% - (var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)) * 2)), var(--dx-responsive-content-max, 1260px)) !important;
	max-width: var(--dx-responsive-content-max, 1260px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dx-story-gallery__track {
	padding-left: max(var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)), calc((100vw - var(--dx-responsive-content-max, 1260px)) / 2)) !important;
	padding-right: max(var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)), calc((100vw - var(--dx-responsive-content-max, 1260px)) / 2)) !important;
	scroll-padding-left: max(var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)), calc((100vw - var(--dx-responsive-content-max, 1260px)) / 2)) !important;
	scroll-padding-right: max(var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)), calc((100vw - var(--dx-responsive-content-max, 1260px)) / 2)) !important;
}

@media (max-width: 734px) {
	.dx-reference-highlights.dx-controls-active .dx-reference-highlights__controls,
	.dx-glass-design.dx-controls-active .dx-glass-design__controls,
	.dx-story-gallery.dx-controls-active .dx-story-gallery__controls,
	.dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls,
	.dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls,
	.dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls,
	.dx-controls-hidden .dx-reference-highlights__controls,
	.dx-controls-hidden .dx-glass-design__controls,
	.dx-controls-hidden .dx-story-gallery__controls {
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
		max-width: calc(100vw - 20px) !important;
	}

	.dx-story-gallery__viewport,
	.dx-story-gallery__header {
		width: min(calc(100% - 32px), var(--dx-responsive-content-max, 1260px)) !important;
	}

	.dx-story-gallery__track {
		padding-left: 16px !important;
		padding-right: 16px !important;
		scroll-padding-left: 16px !important;
		scroll-padding-right: 16px !important;
	}
}

.dx-prefers-reduced-motion .dx-reference-highlights__controls,
.dx-prefers-reduced-motion .dx-glass-design__controls,
.dx-prefers-reduced-motion .dx-story-gallery__controls {
	transition: none !important;
}


/* DX v046 - Controlli slider realmente fixed dall'ingresso all'uscita del modulo.
   La classe viene applicata direttamente al blocco controlli, cosi non dipende piu
   dalla posizione naturale dei controlli alla fine del markup. */
.dx-slider-controls-ready .dx-reference-highlights__controls.dx-slider-controls-coordinated,
.dx-slider-controls-ready .dx-glass-design__controls.dx-slider-controls-coordinated,
.dx-slider-controls-ready .dx-story-gallery__controls.dx-slider-controls-coordinated {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	z-index: 12000 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: calc(100vw - 32px) !important;
	margin: 0 !important;
	will-change: opacity, transform !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(18px) scale(0.96) !important;
	transition: opacity 260ms ease, transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 280ms !important;
}

.dx-slider-controls-ready .dx-reference-highlights__controls.dx-slider-controls-fixed,
.dx-slider-controls-ready .dx-glass-design__controls.dx-slider-controls-fixed,
.dx-slider-controls-ready .dx-story-gallery__controls.dx-slider-controls-fixed {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	z-index: 12000 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateX(-50%) translateY(0) scale(1) !important;
	transition: opacity 280ms ease, transform 440ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s !important;
}

.dx-slider-controls-ready .dx-reference-highlights__controls.dx-slider-controls-hidden,
.dx-slider-controls-ready .dx-glass-design__controls.dx-slider-controls-hidden,
.dx-slider-controls-ready .dx-story-gallery__controls.dx-slider-controls-hidden,
.dx-slider-controls-ready .dx-reference-highlights:not(.dx-controls-active) .dx-reference-highlights__controls.dx-slider-controls-coordinated,
.dx-slider-controls-ready .dx-glass-design:not(.dx-controls-active) .dx-glass-design__controls.dx-slider-controls-coordinated,
.dx-slider-controls-ready .dx-story-gallery:not(.dx-controls-active) .dx-story-gallery__controls.dx-slider-controls-coordinated {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	margin: 0 !important;
	max-width: calc(100vw - 32px) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(18px) scale(0.96) !important;
}

@media (max-width: 734px) {
	.dx-slider-controls-ready .dx-reference-highlights__controls.dx-slider-controls-coordinated,
	.dx-slider-controls-ready .dx-glass-design__controls.dx-slider-controls-coordinated,
	.dx-slider-controls-ready .dx-story-gallery__controls.dx-slider-controls-coordinated,
	.dx-slider-controls-ready .dx-reference-highlights__controls.dx-slider-controls-fixed,
	.dx-slider-controls-ready .dx-glass-design__controls.dx-slider-controls-fixed,
	.dx-slider-controls-ready .dx-story-gallery__controls.dx-slider-controls-fixed,
	.dx-slider-controls-ready .dx-reference-highlights__controls.dx-slider-controls-hidden,
	.dx-slider-controls-ready .dx-glass-design__controls.dx-slider-controls-hidden,
	.dx-slider-controls-ready .dx-story-gallery__controls.dx-slider-controls-hidden {
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
		max-width: calc(100vw - 20px) !important;
	}

	.dx-slider-controls-ready .dx-reference-highlights__controls.dx-slider-controls-fixed,
	.dx-slider-controls-ready .dx-glass-design__controls.dx-slider-controls-fixed,
	.dx-slider-controls-ready .dx-story-gallery__controls.dx-slider-controls-fixed {
		transform: translateX(-50%) translateY(0) scale(0.96) !important;
	}
}

.dx-prefers-reduced-motion .dx-reference-highlights__controls.dx-slider-controls-coordinated,
.dx-prefers-reduced-motion .dx-glass-design__controls.dx-slider-controls-coordinated,
.dx-prefers-reduced-motion .dx-story-gallery__controls.dx-slider-controls-coordinated {
	transition: none !important;
}

/* DX v047 - Slider controls portal: fixed reale rispetto alla viewport.
   I controlli attivi vengono spostati fuori dal modulo per non essere limitati
   da transform/contain/overflow degli ancestor. */
#dx-slider-controls-portal {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	z-index: 2147483000 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: calc(100vw - 32px) !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(18px) scale(0.96) !important;
	transform-origin: center bottom !important;
	transition: opacity 260ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 280ms !important;
}

#dx-slider-controls-portal.is-active {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateX(-50%) translateY(0) scale(1) !important;
	transition: opacity 280ms ease, transform 440ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls,
#dx-slider-controls-portal > .dx-glass-design__controls,
#dx-slider-controls-portal > .dx-story-gallery__controls {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	z-index: auto !important;
	display: flex !important;
	width: max-content !important;
	max-width: calc(100vw - 32px) !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: none !important;
	transition: none !important;
}

.dx-slider-controls-hidden {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.dx-slider-controls-fixed {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	z-index: 2147483000 !important;
	max-width: calc(100vw - 32px) !important;
	margin: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateX(-50%) translateY(0) scale(1) !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__dots,
#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__dots,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__dots {
	max-width: calc(100vw - 150px) !important;
}

@media (max-width: 734px) {
	#dx-slider-controls-portal {
		bottom: max(12px, env(safe-area-inset-bottom)) !important;
		max-width: calc(100vw - 18px) !important;
		transform: translateX(-50%) translateY(14px) scale(0.94) !important;
	}

	#dx-slider-controls-portal.is-active {
		transform: translateX(-50%) translateY(0) scale(0.96) !important;
	}

	#dx-slider-controls-portal > .dx-reference-highlights__controls,
	#dx-slider-controls-portal > .dx-glass-design__controls,
	#dx-slider-controls-portal > .dx-story-gallery__controls {
		max-width: calc(100vw - 18px) !important;
	}
}

.dx-prefers-reduced-motion #dx-slider-controls-portal,
.dx-prefers-reduced-motion #dx-slider-controls-portal.is-active {
	transition: none !important;
}


/* DX v048 - Finestra corretta + icone controlli slider.
   Il portal mostra i comandi solo nella parte utile del modulo;
   le icone restano centrate anche quando i controlli vengono spostati fuori dalla section. */
#dx-slider-controls-portal > .dx-reference-highlights__controls {
	gap: 10px !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__control,
#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
	display: inline-grid !important;
	place-items: center !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	text-align: center !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__control {
	width: 56px !important;
	height: 56px !important;
	min-width: 56px !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon {
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	line-height: 1 !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls.is-paused .dx-reference-highlights__icon--play,
#dx-slider-controls-portal > .dx-reference-highlights__controls:not(.is-paused) .dx-reference-highlights__icon--pause {
	display: inline-flex !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon--play {
	font-size: 15px !important;
	transform: translateX(1px) !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon--pause {
	font-size: 14px !important;
	letter-spacing: -0.08em !important;
	transform: translateX(-0.5px) !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
	position: relative !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow::before {
	content: "" !important;
	display: block !important;
	width: 13px !important;
	height: 13px !important;
	border-top: 2.2px solid currentColor !important;
	border-right: 2.2px solid currentColor !important;
	box-sizing: border-box !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--prev::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--prev::before {
	transform: translateX(2px) rotate(-135deg) !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--next::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--next::before {
	transform: translateX(-2px) rotate(45deg) !important;
}

@media (max-width: 734px) {
	#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__control,
	#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
	#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
	}

	#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__dots,
	#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__dots,
	#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__dots {
		height: 48px !important;
		min-width: 112px !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}

/* DX v049 - Fix definitivo centratura frecce + transizione portal + finestra controlli più corta */
#dx-slider-controls-portal {
	transition: opacity 320ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 340ms !important;
}

#dx-slider-controls-portal.is-active {
	transition: opacity 360ms ease, transform 560ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 56px !important;
	height: 56px !important;
	min-width: 56px !important;
	min-height: 56px !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow::before {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	margin: 0 !important;
	border: solid currentColor !important;
	border-width: 0 2.6px 2.6px 0 !important;
	box-sizing: border-box !important;
	transform-origin: 50% 50% !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--prev::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--prev::before {
	transform: translate(-46%, -50%) rotate(135deg) !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--next::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--next::before {
	transform: translate(-54%, -50%) rotate(-45deg) !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__control,
#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon {
	position: relative !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon {
	text-indent: 0 !important;
}

@media (max-width: 734px) {
	#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
	#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
		min-height: 48px !important;
	}

	#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow::before,
	#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow::before {
		width: 12px !important;
		height: 12px !important;
		border-width: 0 2.3px 2.3px 0 !important;
	}
}


/* DX v050 - Slider controls: finestra reale, ingresso morbido, frecce centrate */
#dx-slider-controls-portal {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: max(24px, env(safe-area-inset-bottom)) !important;
	z-index: 2147483000 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: calc(100vw - 32px) !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	filter: blur(5px) !important;
	transform: translate3d(-50%, 26px, 0) scale(0.92) !important;
	transform-origin: center bottom !important;
	transition:
		opacity 420ms ease,
		transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 480ms ease,
		visibility 0s linear 440ms !important;
}

#dx-slider-controls-portal.is-preparing {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	filter: blur(5px) !important;
	transform: translate3d(-50%, 26px, 0) scale(0.92) !important;
}

#dx-slider-controls-portal.is-active {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	filter: blur(0) !important;
	transform: translate3d(-50%, 0, 0) scale(1) !important;
	transition:
		opacity 440ms ease,
		transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 520ms ease,
		visibility 0s linear 0s !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls,
#dx-slider-controls-portal > .dx-glass-design__controls,
#dx-slider-controls-portal > .dx-story-gallery__controls {
	position: static !important;
	inset: auto !important;
	z-index: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: calc(100vw - 32px) !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: none !important;
	transition: none !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls,
#dx-slider-controls-portal > .dx-story-gallery__controls {
	gap: 22px !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__control--toggle,
#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
	position: relative !important;
	display: inline-grid !important;
	place-items: center !important;
	align-items: center !important;
	justify-content: center !important;
	width: 56px !important;
	height: 56px !important;
	min-width: 56px !important;
	min-height: 56px !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
	overflow: hidden !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__control--toggle {
	color: #fff !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	color: currentColor !important;
	transform: translate(-50%, -50%) !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls.is-paused .dx-reference-highlights__icon--play,
#dx-slider-controls-portal > .dx-reference-highlights__controls:not(.is-paused) .dx-reference-highlights__icon--pause {
	display: block !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon--play {
	transform: translate(calc(-50% + 1px), -50%) !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__icon--pause {
	font-size: 13px !important;
	letter-spacing: -0.12em !important;
	transform: translate(calc(-50% - 1px), -50%) !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
	font-size: 0 !important;
	color: #fff !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow > .dx-slider-arrow-glyph,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow > .dx-slider-arrow-glyph,
#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow::before {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	border: solid currentColor !important;
	border-width: 0 3px 3px 0 !important;
	box-sizing: border-box !important;
	transform-origin: 50% 50% !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow > .dx-slider-arrow-glyph,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow > .dx-slider-arrow-glyph {
	z-index: 1 !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow::before {
	display: none !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--prev > .dx-slider-arrow-glyph,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--prev > .dx-slider-arrow-glyph,
#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--prev::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--prev::before {
	transform: translate(-50%, -50%) rotate(135deg) !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--next > .dx-slider-arrow-glyph,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--next > .dx-slider-arrow-glyph,
#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow--next::before,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow--next::before {
	transform: translate(-50%, -50%) rotate(-45deg) !important;
}

#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__dots,
#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__dots {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 56px !important;
	margin: 0 !important;
}

#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__dots {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

@media (max-width: 734px) {
	#dx-slider-controls-portal {
		bottom: max(12px, env(safe-area-inset-bottom)) !important;
		max-width: calc(100vw - 18px) !important;
		transform: translate3d(-50%, 18px, 0) scale(0.92) !important;
	}

	#dx-slider-controls-portal.is-preparing {
		transform: translate3d(-50%, 18px, 0) scale(0.92) !important;
	}

	#dx-slider-controls-portal.is-active {
		transform: translate3d(-50%, 0, 0) scale(0.96) !important;
	}

	#dx-slider-controls-portal > .dx-reference-highlights__controls,
	#dx-slider-controls-portal > .dx-glass-design__controls,
	#dx-slider-controls-portal > .dx-story-gallery__controls {
		max-width: calc(100vw - 18px) !important;
	}

	#dx-slider-controls-portal > .dx-reference-highlights__controls .dx-reference-highlights__control--toggle,
	#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow,
	#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow {
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
		min-height: 48px !important;
	}

	#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow > .dx-slider-arrow-glyph,
	#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow > .dx-slider-arrow-glyph,
	#dx-slider-controls-portal > .dx-glass-design__controls .dx-glass-design__arrow::before,
	#dx-slider-controls-portal > .dx-story-gallery__controls .dx-story-gallery__arrow::before {
		width: 13px !important;
		height: 13px !important;
		border-width: 0 2.5px 2.5px 0 !important;
	}

	#dx-slider-controls-portal > .dx-glass-design__controls,
	#dx-slider-controls-portal > .dx-story-gallery__controls {
		gap: 10px !important;
	}
}

.dx-prefers-reduced-motion #dx-slider-controls-portal,
.dx-prefers-reduced-motion #dx-slider-controls-portal.is-preparing,
.dx-prefers-reduced-motion #dx-slider-controls-portal.is-active {
	filter: none !important;
	transition: none !important;
}


/* DX v051 - Allineamento header story gallery alla griglia delle card */
:root {
	--dx-story-inline-align: max(var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)), calc((100vw - var(--dx-responsive-content-max, 1260px)) / 2));
}

.dx-story-gallery__viewport {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: var(--dx-story-inline-align) !important;
	padding-right: var(--dx-story-inline-align) !important;
	box-sizing: border-box !important;
}

.dx-story-gallery__header {
	width: min(100%, 920px) !important;
	max-width: 920px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
	align-items: flex-start !important;
}

.dx-story-gallery__eyebrow,
.dx-story-gallery__headline,
.dx-story-gallery__copy {
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

.dx-story-gallery__headline {
	max-width: 920px !important;
}

.dx-story-gallery__copy {
	max-width: 880px !important;
}

@media (max-width: 734px) {
	.dx-story-gallery__viewport {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.dx-story-gallery__header,
	.dx-story-gallery__headline,
	.dx-story-gallery__copy {
		max-width: none !important;
	}
}


/* DX v052 - Forza allineamento a sinistra per Intelligence e Produttività */
.dx-story-gallery--intelligence .dx-story-gallery__viewport,
.dx-story-gallery--productivity .dx-story-gallery__viewport {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: max(var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)), calc((100vw - var(--dx-responsive-content-max, 1260px)) / 2)) !important;
	padding-right: max(var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px)), calc((100vw - var(--dx-responsive-content-max, 1260px)) / 2)) !important;
	box-sizing: border-box !important;
}

.dx-story-gallery--intelligence .dx-story-gallery__header,
.dx-story-gallery--productivity .dx-story-gallery__header {
	display: block !important;
	width: min(100%, 920px) !important;
	max-width: 920px !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
}

.dx-story-gallery--intelligence .dx-story-gallery__eyebrow,
.dx-story-gallery--intelligence .dx-story-gallery__headline,
.dx-story-gallery--intelligence .dx-story-gallery__copy,
.dx-story-gallery--productivity .dx-story-gallery__eyebrow,
.dx-story-gallery--productivity .dx-story-gallery__headline,
.dx-story-gallery--productivity .dx-story-gallery__copy {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
}

.dx-story-gallery--intelligence .dx-story-gallery__headline,
.dx-story-gallery--productivity .dx-story-gallery__headline {
	max-width: 920px !important;
}

.dx-story-gallery--intelligence .dx-story-gallery__copy,
.dx-story-gallery--productivity .dx-story-gallery__copy {
	max-width: 880px !important;
}

@media (max-width: 734px) {
	.dx-story-gallery--intelligence .dx-story-gallery__viewport,
	.dx-story-gallery--productivity .dx-story-gallery__viewport {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.dx-story-gallery--intelligence .dx-story-gallery__header,
	.dx-story-gallery--productivity .dx-story-gallery__header,
	.dx-story-gallery--intelligence .dx-story-gallery__headline,
	.dx-story-gallery--productivity .dx-story-gallery__headline,
	.dx-story-gallery--intelligence .dx-story-gallery__copy,
	.dx-story-gallery--productivity .dx-story-gallery__copy {
		max-width: none !important;
	}
}


/* DX v053 - Griglia globale unica per tutti i moduli principali */
:root {
	--dx-grid-max: var(--dx-responsive-content-max, 1260px);
	--dx-grid-gutter: var(--dx-responsive-page-gutter, clamp(18px, 4vw, 48px));
	--dx-grid-edge: max(var(--dx-grid-gutter), calc((100vw - var(--dx-grid-max)) / 2));
	--dx-grid-width: min(calc(100% - (var(--dx-grid-gutter) * 2)), var(--dx-grid-max));
}

.dx-reference-hero__viewport,
.dx-reference-highlights__viewport,
.dx-reference-highlights__inner,
.dx-glass-design__inner,
.dx-glass-design__headline-wrap,
.dx-glass-design__copy-wrap,
.dx-glass-design__hero-media,
.dx-more-features__viewport,
.dx-more-features__inner,
.dx-more-features__header,
.dx-compatibility-section .viewport-content,
.dx-sdk-router {
	width: var(--dx-grid-width) !important;
	max-width: var(--dx-grid-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

.dx-reference-hero__header,
.dx-reference-highlights__header,
.dx-glass-design__header,
.dx-more-features__header {
	margin-left: 0 !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
	align-items: flex-start !important;
}

.dx-reference-hero__eyebrow,
.dx-reference-hero__headline,
.dx-reference-hero__detail,
.dx-reference-highlights__title,
.dx-glass-design__eyebrow,
.dx-glass-design__headline,
.dx-glass-design__copy,
.dx-more-features__title,
.dx-compatibility-panel__title,
.dx-sdk-router__title {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

.dx-reference-highlights__track,
.dx-glass-design__track,
.dx-story-gallery__track {
	padding-left: var(--dx-grid-edge) !important;
	padding-right: var(--dx-grid-edge) !important;
	scroll-padding-left: var(--dx-grid-edge) !important;
	scroll-padding-right: var(--dx-grid-edge) !important;
}

.dx-story-gallery__viewport,
.dx-story-gallery--intelligence .dx-story-gallery__viewport,
.dx-story-gallery--productivity .dx-story-gallery__viewport {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: var(--dx-grid-edge) !important;
	padding-right: var(--dx-grid-edge) !important;
	box-sizing: border-box !important;
}

.dx-story-gallery__header,
.dx-story-gallery--intelligence .dx-story-gallery__header,
.dx-story-gallery--productivity .dx-story-gallery__header {
	display: block !important;
	width: min(100%, 920px) !important;
	max-width: 920px !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
	align-items: flex-start !important;
}

.dx-story-gallery__eyebrow,
.dx-story-gallery__headline,
.dx-story-gallery__copy,
.dx-story-gallery--intelligence .dx-story-gallery__eyebrow,
.dx-story-gallery--intelligence .dx-story-gallery__headline,
.dx-story-gallery--intelligence .dx-story-gallery__copy,
.dx-story-gallery--productivity .dx-story-gallery__eyebrow,
.dx-story-gallery--productivity .dx-story-gallery__headline,
.dx-story-gallery--productivity .dx-story-gallery__copy {
	margin-left: 0 !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
}

@media (max-width: 734px) {
	:root {
		--dx-grid-gutter: 16px;
		--dx-grid-edge: 16px;
		--dx-grid-width: calc(100% - 32px);
	}

	.dx-reference-hero__viewport,
	.dx-reference-highlights__viewport,
	.dx-reference-highlights__inner,
	.dx-glass-design__inner,
	.dx-glass-design__headline-wrap,
	.dx-glass-design__copy-wrap,
	.dx-glass-design__hero-media,
	.dx-more-features__viewport,
	.dx-more-features__inner,
	.dx-more-features__header,
	.dx-compatibility-section .viewport-content,
	.dx-sdk-router {
		width: var(--dx-grid-width) !important;
		max-width: none !important;
	}

	.dx-story-gallery__viewport,
	.dx-story-gallery--intelligence .dx-story-gallery__viewport,
	.dx-story-gallery--productivity .dx-story-gallery__viewport {
		padding-left: var(--dx-grid-edge) !important;
		padding-right: var(--dx-grid-edge) !important;
	}

	.dx-reference-highlights__track,
	.dx-glass-design__track,
	.dx-story-gallery__track {
		padding-left: var(--dx-grid-edge) !important;
		padding-right: var(--dx-grid-edge) !important;
		scroll-padding-left: var(--dx-grid-edge) !important;
		scroll-padding-right: var(--dx-grid-edge) !important;
	}
}


/* DX v055 - Allineamento sinistro hero e sezioni finali */
.dx-reference-hero__viewport {
	width: var(--dx-grid-width) !important;
	max-width: var(--dx-grid-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

.dx-reference-hero__header {
	width: min(100%, 980px) !important;
	max-width: 980px !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
	align-items: flex-start !important;
}

.dx-reference-hero__eyebrow,
.dx-reference-hero__headline,
.dx-reference-hero__detail {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

.dx-reference-hero__detail {
	width: 100% !important;
}

.dx-compatibility-panel {
	text-align: left !important;
}

.dx-compatibility-panel__shell {
	max-width: 980px !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.dx-compatibility-panel__title {
	max-width: 780px !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

.dx-compatibility-panel__button {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.dx-sdk-router {
	text-align: left !important;
}

.dx-sdk-router__shell {
	align-items: flex-start !important;
	justify-content: center !important;
	text-align: left !important;
}

.dx-sdk-router__icon {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.dx-sdk-router__title {
	max-width: 780px !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

.dx-sdk-router__link {
	margin-left: 0 !important;
	margin-right: auto !important;
	justify-content: flex-start !important;
	text-align: left !important;
}

@media (max-width: 734px) {
	.dx-reference-hero__viewport {
		width: min(calc(100% - 32px), var(--dx-grid-max)) !important;
	}

	.dx-reference-hero__header,
	.dx-compatibility-panel__shell,
	.dx-sdk-router__shell {
		max-width: none !important;
	}
}


/* DX v056 - Ripristino centratura hero e sezioni finali */
.dx-reference-hero__header {
	width: min(100%, 980px) !important;
	max-width: 980px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	align-items: center !important;
}

.dx-reference-hero__eyebrow,
.dx-reference-hero__headline,
.dx-reference-hero__detail {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

.dx-reference-hero__detail {
	width: 100% !important;
}

.dx-compatibility-panel {
	text-align: center !important;
}

.dx-compatibility-panel__shell {
	max-width: 980px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

.dx-compatibility-panel__title {
	max-width: 780px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

.dx-compatibility-panel__button {
	margin-left: auto !important;
	margin-right: auto !important;
}

.dx-sdk-router {
	text-align: center !important;
}

.dx-sdk-router__shell {
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

.dx-sdk-router__icon {
	margin-left: auto !important;
	margin-right: auto !important;
}

.dx-sdk-router__title {
	max-width: 780px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

.dx-sdk-router__link {
	margin-left: auto !important;
	margin-right: auto !important;
	justify-content: center !important;
	text-align: center !important;
}

/* Reference hero video fit for the 1.1 Home Hero asset. */
.dx-reference-hero__device {
	overflow: visible;
}

.dx-reference-hero__picture {
	position: relative;
	z-index: 1;
}

.dx-reference-hero__side-screen {
	position: absolute;
	z-index: 2;
	overflow: hidden;
	background: #050505;
	pointer-events: none;
}

.dx-reference-hero__side-screen--left {
	inset: 2.85% 2.55% 10.1% 2.25%;
	border-radius: clamp(5px, 0.58vw, 10px);
}

.dx-reference-hero__side-screen--right {
	inset: 3.2% 2.6% 10.3% 2.35%;
	border-radius: clamp(5px, 0.58vw, 9px);
}

.dx-reference-hero__side-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 360ms ease;
}

.dx-reference-hero__side-screen.is-loaded .dx-reference-hero__side-video,
.dx-reference-hero__side-screen.is-playing .dx-reference-hero__side-video {
	opacity: 1;
}

@media (min-width: 735px) {
	.dx-reference-hero__device--center {
		width: 54.5%;
	}

	.dx-reference-hero__device--left {
		left: -1.2%;
	}

	.dx-reference-hero__device--right {
		right: -0.9%;
	}
}

/* Shop storefront redesign: WooCommerce mechanics, ConfigCraft shop visual system. */
.dx-shop-page--storefront {
	--dx-shop-accent: var(--dx-global-primary, #0071e3);
	--dx-shop-heading: #1d1d1f;
	--dx-shop-muted: #86868b;
	--dx-shop-pill-bg: #f5f5f7;
	--dx-shop-pill-text: #1d1d1f;
	--dx-shop-pill-active-bg: #1d1d1f;
	--dx-shop-pill-active-text: #fff;
	background: #fff;
	color: var(--dx-shop-heading);
	overflow-x: clip;
}

.dx-shop-page--storefront .viewport-content {
	width: min(calc(100% - 48px), 1024px);
	max-width: 1024px;
	box-sizing: border-box;
	margin-inline: auto;
}

.dx-shop-page--storefront .dx-shop-hero {
	padding: clamp(58px, 7vw, 88px) 0 clamp(28px, 4vw, 44px);
	background: #fff;
}

.dx-shop-page--storefront .dx-shop-heading {
	display: block;
}

.dx-shop-page--storefront .dx-shop-heading__eyebrow {
	margin: 0 0 12px;
	color: var(--dx-shop-accent);
	font-size: clamp(18px, 1.7vw, 21px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

.dx-shop-page--storefront .dx-shop-heading__title {
	display: grid;
	gap: 0;
	max-width: none;
	margin: 0;
	color: var(--dx-shop-heading);
	font-size: clamp(40px, 5.2vw, 56px);
	font-weight: 650;
	line-height: 1.05;
	letter-spacing: 0;
}

.dx-shop-page--storefront .dx-shop-heading__muted {
	color: var(--dx-shop-muted);
}

.dx-shop-page--storefront .dx-shop-heading__compare {
	margin-top: 22px;
	color: var(--dx-shop-accent) !important;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
}

.dx-shop-page--storefront .dx-shop-heading__description,
.dx-shop-page--storefront .term-description {
	max-width: 660px;
	margin-top: 20px;
	color: var(--dx-shop-muted);
	font-size: clamp(17px, 1.8vw, 20px);
	line-height: 1.45;
	letter-spacing: 0;
}

.dx-shop-filterbar {
	position: sticky;
	top: 0;
	z-index: 20;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #f0f0f2;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.dx-shop-filterbar__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.dx-shop-pills {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.dx-shop-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--dx-shop-pill-bg);
	color: var(--dx-shop-pill-text) !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dx-shop-pill:hover {
	transform: translateY(-1px);
	filter: brightness(0.98);
}

.dx-shop-pill.is-active {
	background: var(--dx-shop-pill-active-bg);
	color: var(--dx-shop-pill-active-text) !important;
}

.dx-shop-filterbar__count {
	flex: 0 0 auto;
	margin-left: auto;
	color: var(--dx-shop-muted);
	font-size: 15px;
	white-space: nowrap;
}

.dx-shop-page--storefront .dx-shop-loop {
	padding: 36px 0 100px;
	background: #fff;
}

.dx-shop-page--storefront .dx-shop-toolbar {
	justify-content: flex-end;
	gap: 16px;
	margin-bottom: 22px;
	color: var(--dx-shop-muted);
	overflow: visible;
}

.dx-shop-page--storefront .dx-shop-toolbar__count {
	display: none;
}

.dx-shop-page--storefront .woocommerce .woocommerce-result-count {
	color: var(--dx-shop-muted);
}

.dx-shop-page--storefront .woocommerce .woocommerce-ordering select {
	max-width: 100%;
	min-height: 38px;
	border-color: #f0f0f2;
	background-color: #f5f5f7;
	font-weight: 500;
}

.dx-shop-page--storefront ul.products {
	display: grid !important;
	width: 100% !important;
	max-width: 1024px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	grid-template-columns: repeat(var(--dx-shop-columns, 4), minmax(0, 1fr)) !important;
	gap: 20px !important;
	align-items: stretch;
	padding: 0 !important;
	float: none !important;
	clear: both !important;
}

.dx-shop-page--storefront ul.products li.product {
	grid-column: auto !important;
	justify-self: stretch !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	transition: transform 180ms ease;
}

.dx-shop-page--storefront ul.products li.product:hover {
	transform: translateY(-3px);
}

.dx-shop-page--storefront .dx-shop-card__inner {
	display: flex;
	min-height: 520px;
	height: 100%;
	flex-direction: column;
	gap: 0;
	padding: 28px 28px 32px;
	border-radius: 28px;
	background: #f5f5f7;
	text-align: center;
	box-shadow: none;
}

.dx-shop-page--storefront .dx-shop-card__badge {
	position: static;
	align-self: center;
	min-height: auto;
	margin-bottom: 14px;
	padding: 0;
	background: transparent;
	color: var(--dx-shop-accent);
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.dx-shop-page--storefront .dx-shop-card__media {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 24px;
	padding: 18px;
	border-radius: 20px;
	background: #fff;
}

.dx-shop-page--storefront .dx-shop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 12px !important;
}

.dx-shop-page--storefront .dx-shop-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	gap: 0;
	padding: 0;
}

.dx-shop-page--storefront .dx-shop-card .woocommerce-loop-product__title {
	margin: 0 0 8px;
	color: var(--dx-shop-heading);
	font-size: clamp(20px, 2vw, 22px);
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: 0;
}

.dx-shop-page--storefront .dx-shop-card__description {
	max-width: 26ch;
	margin: 0 auto 20px;
	color: #6e6e73;
	font-size: 15px;
	line-height: 1.45;
	letter-spacing: 0;
}

.dx-shop-page--storefront .dx-shop-card__price,
.dx-shop-page--storefront .dx-shop-card__price .price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	margin: 0 0 22px;
	color: var(--dx-shop-heading);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
}

.dx-shop-page--storefront .dx-shop-card__price-prefix,
.dx-shop-page--storefront .dx-shop-card__price del {
	color: var(--dx-shop-muted);
	font-weight: 400;
}

.dx-shop-page--storefront .dx-shop-card__actions {
	margin-top: auto;
	padding-top: 0;
	gap: 14px;
}

.dx-shop-page--storefront .dx-shop-card__learn-more {
	color: var(--dx-shop-accent) !important;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}

.dx-shop-page--storefront .dx-shop-card__learn-more:hover {
	text-decoration: underline;
}

.dx-shop-page--storefront .dx-shop-card__buy-button.button,
.dx-shop-page--storefront .dx-shop-card__buy-button.added_to_cart,
.dx-shop-page--storefront .dx-shop-card__actions .button,
.dx-shop-page--storefront .dx-shop-card__actions .added_to_cart {
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--dx-shop-accent);
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	white-space: nowrap;
}

.dx-shop-help {
	padding: 64px 0;
	background: #f5f5f7;
	text-align: center;
}

.dx-shop-help__title {
	margin: 0 0 8px;
	color: var(--dx-shop-heading);
	font-size: clamp(24px, 2.6vw, 28px);
	font-weight: 650;
	line-height: 1.15;
	letter-spacing: 0;
}

.dx-shop-help__copy {
	max-width: 620px;
	margin: 0 auto 20px;
	color: #6e6e73;
	font-size: 18px;
	line-height: 1.45;
}

.dx-shop-help__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 26px;
	border-radius: 999px;
	background: var(--dx-shop-accent);
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.dx-shop-help__button::after {
	content: ">";
	margin-left: 0.35em;
}

@media (max-width: 900px) {
	.dx-shop-page--storefront ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 734px) {
	.dx-shop-page--storefront .viewport-content {
		width: min(calc(100% - 32px), 430px);
	}

	.dx-shop-page--storefront .dx-shop-hero {
		padding-top: 48px;
	}

	.dx-shop-page--storefront .dx-shop-heading__title {
		font-size: clamp(36px, 10vw, 46px);
	}

	.dx-shop-filterbar__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.dx-shop-pills {
		width: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.dx-shop-pills::-webkit-scrollbar {
		display: none;
	}

	.dx-shop-filterbar__count {
		margin-left: 0;
	}

	.dx-shop-page--storefront .dx-shop-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.dx-shop-page--storefront ul.products {
		grid-template-columns: 1fr !important;
	}

	.dx-shop-page--storefront .dx-shop-card__inner {
		min-height: auto;
	}
}

.dx-shop-page--storefront.dx-shop-page--v20204 .dx-shop-loop > .viewport-content {
	width: min(calc(100% - 48px), 1024px) !important;
	max-width: 1024px !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
}

.dx-shop-page--storefront.dx-shop-page--v20204 .woocommerce-result-count,
.dx-shop-page--storefront.dx-shop-page--v20204 .woocommerce-ordering,
.dx-shop-page--storefront.dx-shop-page--v20204 .dx-shop-toolbar {
	display: none !important;
}

.dx-shop-page--storefront.dx-shop-page--v20204 ul.products,
.dx-shop-page--storefront.dx-shop-page--v20204 .woocommerce ul.products,
.woocommerce .dx-shop-page--storefront.dx-shop-page--v20204 ul.products {
	display: grid !important;
	width: 100% !important;
	max-width: 1024px !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 328px)) !important;
	justify-content: center !important;
	gap: 20px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.dx-shop-page--storefront.dx-shop-page--v20204 ul.products::before,
.dx-shop-page--storefront.dx-shop-page--v20204 ul.products::after {
	display: none !important;
	content: none !important;
}

.dx-shop-page--storefront.dx-shop-page--v20204 ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

@media (max-width: 900px) {
	.dx-shop-page--storefront.dx-shop-page--v20204 .dx-shop-card__inner {
		min-height: 480px;
	}
}

@media (max-width: 734px) {
	.dx-shop-page--storefront.dx-shop-page--v20204 .dx-shop-loop > .viewport-content {
		width: min(calc(100% - 32px), 430px) !important;
	}

	.dx-shop-page--storefront.dx-shop-page--v20204 ul.products,
	.dx-shop-page--storefront.dx-shop-page--v20204 .woocommerce ul.products,
	.woocommerce .dx-shop-page--storefront.dx-shop-page--v20204 ul.products {
		grid-template-columns: minmax(0, 328px) !important;
	}

	.dx-shop-page--storefront.dx-shop-page--v20204 .dx-shop-card__inner {
		min-height: auto;
	}
}

/* DX Reference Hero 2.0: CSS-built devices with lazy inline video screens. */
.dx-reference-hero--v2 {
	--dx-hero-bg-top: var(--dx-module-bg, #fff);
	--dx-hero-bg-bottom: #f5f5f7;
	--dx-hero-text: var(--dx-module-title-color, #1d1d1f);
	--dx-hero-muted: var(--dx-module-muted-color, #6e6e73);
	--dx-hero-accent: var(--dx-module-button-bg, #0071e3);
	min-height: auto !important;
	padding: var(--dx-module-padding-top, clamp(68px, 8vw, 112px)) var(--dx-module-padding-right, 24px) var(--dx-module-padding-bottom, clamp(72px, 8vw, 118px)) var(--dx-module-padding-left, 24px) !important;
	background: linear-gradient(180deg, var(--dx-hero-bg-top) 0%, #fff 48%, var(--dx-hero-bg-bottom) 100%) !important;
	color: var(--dx-hero-text);
	overflow: clip !important;
}

.dx-reference-hero--v2::after {
	display: none;
}

.dx-reference-hero--v2 .dx-reference-hero__viewport {
	width: min(100%, 1024px) !important;
	margin-inline: auto !important;
}

.dx-reference-hero--v2 .dx-reference-hero__header {
	max-width: 1024px !important;
	margin: 0 auto clamp(44px, 6vw, 70px) !important;
	text-align: center !important;
	transform: none !important;
}

.dx-reference-hero--v2 .dx-reference-hero__eyebrow {
	margin: 0 0 14px !important;
	color: var(--dx-module-eyebrow-color, var(--dx-hero-accent)) !important;
	font-size: clamp(17px, 1.55vw, 21px) !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
	letter-spacing: 0 !important;
}

.dx-reference-hero--v2 .dx-reference-hero__headline {
	max-width: 15ch;
	margin: 0 auto !important;
	color: var(--dx-hero-text) !important;
	font-size: clamp(42px, 7vw, 80px) !important;
	font-weight: 650 !important;
	line-height: 1.04 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

.dx-reference-hero--v2 .dx-reference-hero__paragraph {
	max-width: 660px !important;
	margin: clamp(20px, 2.7vw, 28px) auto 0 !important;
	color: var(--dx-hero-muted) !important;
	font-size: clamp(18px, 2vw, 23px) !important;
	font-weight: 400 !important;
	line-height: 1.43 !important;
	letter-spacing: 0 !important;
}

.dx-reference-hero--v2 .dx-reference-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 30px;
	margin-top: clamp(26px, 3vw, 34px);
}

.dx-reference-hero--v2 .dx-reference-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border-radius: var(--dx-module-button-radius, 999px);
	font-size: clamp(17px, 1.45vw, 19px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
}

.dx-reference-hero--v2 .dx-reference-hero__button--primary {
	padding: 0 26px;
	background: var(--dx-hero-accent);
	color: var(--dx-module-button-text, #fff);
}

.dx-reference-hero--v2 .dx-reference-hero__button--secondary {
	min-height: 44px;
	color: var(--dx-hero-accent);
}

.dx-reference-hero--v2 .dx-reference-hero__button--secondary::after {
	content: ">";
	margin-left: 0.35em;
}

.dx-reference-hero--v2 .dx-reference-hero__button:hover {
	filter: brightness(1.06);
}

.dx-reference-hero--v2 .dx-reference-hero__stage {
	position: relative !important;
	z-index: 2 !important;
	width: 100% !important;
	min-height: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	pointer-events: none;
	contain: layout paint;
}

.dx-reference-hero--v2 .dx-reference-hero__devices {
	position: relative !important;
	left: auto !important;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: center !important;
	gap: 0 !important;
	width: min(100%, 1180px) !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	margin: 0 auto !important;
	overflow: visible !important;
	transform: none !important;
	will-change: auto !important;
}

.dx-reference-hero--v2 .dx-reference-hero__device {
	position: relative !important;
	bottom: auto !important;
	flex: 0 0 auto !important;
	max-width: none !important;
	opacity: 1 !important;
	filter: none !important;
	will-change: transform, opacity;
}

.dx-reference-hero--v2 .dx-reference-hero__device--left,
.dx-reference-hero--v2 .dx-reference-hero__device--right {
	z-index: 1 !important;
	width: min(28vw, 330px) !important;
	margin-bottom: clamp(18px, 3vw, 34px) !important;
}

.dx-reference-hero--v2 .dx-reference-hero__device--left {
	left: auto !important;
	margin-right: clamp(-28px, -2.2vw, -18px) !important;
	margin-left: 0 !important;
	transform: translate3d(var(--dx-hero-left-x, 0), var(--dx-hero-side-y, 0), 0) !important;
}

.dx-reference-hero--v2 .dx-reference-hero__device--right {
	right: auto !important;
	margin-left: clamp(-28px, -2.2vw, -18px) !important;
	transform: translate3d(var(--dx-hero-right-x, 0), var(--dx-hero-side-y, 0), 0) !important;
}

.dx-reference-hero--v2 .dx-reference-hero__device--center {
	z-index: 3 !important;
	width: min(56vw, 660px) !important;
	transform: translate3d(0, var(--dx-hero-center-y, 0), 0) !important;
}

.dx-reference-hero--v2 .dx-reference-hero__laptop-lid,
.dx-reference-hero--v2 .dx-reference-hero__monitor-frame {
	position: relative;
	overflow: hidden;
	background: #e8e8ed;
	box-shadow: 0 22px 50px -20px rgba(0, 0, 0, 0.28);
}

.dx-reference-hero--v2 .dx-reference-hero__laptop-lid {
	border-radius: 16px 16px 6px 6px;
	padding: 9px 9px 0;
}

.dx-reference-hero--v2 .dx-reference-hero__monitor-frame {
	border-radius: 20px;
	padding: 14px;
	background: #1d1d1f;
	box-shadow: 0 40px 80px -28px rgba(0, 0, 0, 0.4);
}

.dx-reference-hero--v2 .dx-reference-hero__laptop-base {
	height: 11px;
	margin: 0 14px;
	border-radius: 0 0 12px 12px;
	background: #d7d7dd;
	box-shadow: 0 14px 18px -10px rgba(0, 0, 0, 0.25);
}

.dx-reference-hero--v2 .dx-reference-hero__monitor-neck {
	width: 22px;
	height: 48px;
	margin: 0 auto;
	background: linear-gradient(#cfcfd6, #bfbfc7);
}

.dx-reference-hero--v2 .dx-reference-hero__monitor-foot {
	width: min(36%, 236px);
	height: 13px;
	margin: 0 auto;
	border-radius: 0 0 14px 14px;
	background: #c6c6cd;
}

.dx-reference-hero--v2 .dx-reference-hero__screen-media {
	position: relative !important;
	inset: auto !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: var(--dx-module-image-radius, 8px);
	background: #050505;
}

.dx-reference-hero--v2 .dx-reference-hero__screen-frame,
.dx-reference-hero--v2 .dx-reference-hero__screen-frame img,
.dx-reference-hero--v2 .dx-reference-hero__screen-video {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

.dx-reference-hero--v2 .dx-reference-hero__screen-frame img,
.dx-reference-hero--v2 .dx-reference-hero__screen-video {
	object-fit: cover !important;
}

.dx-reference-hero--v2 .dx-reference-hero__screen-frame {
	z-index: 1;
	opacity: 1;
}

.dx-reference-hero--v2 .dx-reference-hero__screen-video {
	z-index: 2;
	opacity: 0;
	transition: opacity 260ms ease;
}

.dx-reference-hero--v2 .dx-inline-video-wrap.is-loaded .dx-reference-hero__screen-video,
.dx-reference-hero--v2 .dx-inline-video-wrap.is-playing .dx-reference-hero__screen-video {
	opacity: 1;
}

.dx-enhanced .dx-reference-hero--v2 .dx-reference-hero__header,
.dx-enhanced .dx-reference-hero--v2 .dx-reference-hero__device {
	opacity: 0;
}

.dx-enhanced .dx-reference-hero--v2.is-visible .dx-reference-hero__header,
.dx-enhanced .dx-reference-hero--v2.is-visible .dx-reference-hero__device {
	opacity: 1;
	transition:
		opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 1068px) {
	.dx-reference-hero--v2 .dx-reference-hero__device--left,
	.dx-reference-hero--v2 .dx-reference-hero__device--right {
		width: min(30vw, 286px) !important;
	}

	.dx-reference-hero--v2 .dx-reference-hero__device--center {
		width: min(60vw, 570px) !important;
	}
}

@media (max-width: 734px) {
	.dx-reference-hero--v2 {
		padding: clamp(48px, 13vw, 72px) 16px clamp(54px, 13vw, 76px) !important;
	}

	.dx-reference-hero--v2 .dx-reference-hero__header {
		margin-bottom: 38px !important;
	}

	.dx-reference-hero--v2 .dx-reference-hero__headline {
		font-size: clamp(38px, 10.5vw, 52px) !important;
		max-width: 12.5ch;
	}

	.dx-reference-hero--v2 .dx-reference-hero__paragraph {
		font-size: clamp(17px, 4.9vw, 20px) !important;
	}

	.dx-reference-hero--v2 .dx-reference-hero__actions {
		gap: 12px 18px;
	}

	.dx-reference-hero--v2 .dx-reference-hero__button {
		min-height: 46px;
		font-size: 17px;
	}

	.dx-reference-hero--v2 .dx-reference-hero__devices {
		width: min(100%, 430px) !important;
	}

	.dx-reference-hero--v2 .dx-reference-hero__device--left,
	.dx-reference-hero--v2 .dx-reference-hero__device--right {
		display: none !important;
	}

	.dx-reference-hero--v2 .dx-reference-hero__device--center {
		width: 100% !important;
	}

	.dx-reference-hero--v2 .dx-reference-hero__monitor-frame {
		padding: 10px;
		border-radius: 16px;
	}

	.dx-reference-hero--v2 .dx-reference-hero__monitor-neck {
		height: 34px;
	}
}

/* DX v044 - Clear navigation and footer map */
.dx-ref-global {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.dx-ref-global__content {
	max-width: 1180px;
}

.dx-ref-global__list {
	gap: 6px;
}

.dx-ref-global__link,
.dx-ref-global__trigger {
	border-radius: 999px;
	font-weight: 550;
	transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.dx-ref-global__link:hover,
.dx-ref-global__link:focus-visible,
.dx-ref-global__trigger:hover,
.dx-ref-global__trigger:focus-visible {
	background: rgba(0, 0, 0, 0.06);
}

.dx-ref-global__link--brand:hover,
.dx-ref-global__link--brand:focus-visible {
	background: transparent;
}

.dx-ref-global__submenu {
	min-width: 286px;
	padding-top: 12px;
}

.dx-ref-global__submenu-panel {
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
}

.dx-ref-global__submenu-head {
	display: grid;
	gap: 3px;
	padding: 4px 6px 11px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #1d1d1f;
}

.dx-ref-global__submenu-kicker {
	color: #6e6e73;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.dx-ref-global__submenu-head strong {
	font-size: 15px;
	line-height: 1.2;
}

.dx-ref-global__submenu-list {
	gap: 6px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.dx-ref-global__submenu-link {
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.025);
}

.dx-ref-global__submenu-arrow {
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	opacity: 0.55;
	transform: rotate(45deg);
}

.dx-ref-global__submenu-link:hover,
.dx-ref-global__submenu-link:focus-visible {
	border-color: rgba(0, 113, 227, 0.18);
	background: rgba(0, 113, 227, 0.1);
	transform: none;
}

.dx-ref-local {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dx-ref-local__items {
	gap: 8px;
}

.dx-ref-local__link {
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-weight: 650;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.dx-footer-content {
	width: min(100% - 44px, 1120px);
	padding-top: 34px;
}

.dx-footer-map-head {
	display: grid;
	grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1fr);
	gap: 24px;
	align-items: end;
	padding: 0 0 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dx-footer-map-head__eyebrow,
.dx-footer-map-head__copy {
	margin: 0;
}

.dx-footer-map-head__eyebrow {
	color: var(--dx-global-primary, #0071e3);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.dx-footer-map-head__title {
	display: block;
	margin-top: 5px;
	color: var(--dx-global-text, #1d1d1f);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.05;
}

.dx-footer-map-head__copy {
	max-width: 640px;
	color: var(--dx-global-footer-text, #6e6e73);
	font-size: 13px;
	line-height: 1.5;
}

.dx-footer-sosumi {
	padding: 14px 16px;
	margin-bottom: 18px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.5);
}

.dx-footer-directory {
	grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
	gap: 14px;
	padding: 8px 0 28px;
}

.dx-footer-directory-column {
	min-width: 0;
}

.dx-footer-directory-column-section {
	height: 100%;
	padding: 14px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.58);
}

.dx-footer-directory-column-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 11px;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: var(--dx-global-text, #1d1d1f);
	font-size: 13px;
	font-weight: 800;
}

.dx-footer-directory-column-section-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.07);
	color: var(--dx-global-text, #1d1d1f);
	font-size: 11px;
	font-weight: 800;
}

.dx-footer-directory-column-section-list {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0;
}

.dx-footer-directory-column-section-item {
	margin: 0;
}

.dx-footer-directory-column-section-link {
	display: flex;
	align-items: center;
	min-height: 30px;
	padding: 0 8px;
	margin-inline: -8px;
	border-radius: 7px;
	line-height: 1.25;
	transition: background-color 160ms ease, color 160ms ease;
}

.dx-footer-directory-column-section-link:hover,
.dx-footer-directory-column-section-link:focus-visible {
	background: rgba(0, 113, 227, 0.1);
	color: #0066cc !important;
}

.dx-footer-footer {
	padding-top: 18px;
}

.dx-footer-footer-legal {
	margin-top: 0;
}

.dx-footer-footer-legal-links {
	gap: 8px;
}

.dx-footer-footer-legal-link {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.52);
}

@media (max-width: 833px) {
	.dx-ref-header.is-menu-open .dx-ref-global__content {
		background: #f5f5f7;
	}

	.dx-ref-global__mobile-panel {
		padding: 18px 24px 80px;
	}

	.dx-ref-global__mobile-head {
		display: grid;
		gap: 4px;
		padding: 2px 0 16px;
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		color: #1d1d1f;
	}

	.dx-ref-global__mobile-head span {
		color: #6e6e73;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.dx-ref-global__mobile-head strong {
		font-size: 28px;
		line-height: 1.05;
	}

	.dx-ref-global__mobile-list {
		display: grid;
		gap: 8px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.dx-ref-global__mobile-list--utility {
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.dx-ref-global__mobile-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 48px;
		padding: 0 14px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.68);
		font-size: 22px;
		line-height: 1.15;
	}

	.dx-ref-global__mobile-link:hover,
	.dx-ref-global__mobile-link:focus-visible {
		background: #ffffff;
		color: #0066cc;
		outline: none;
	}

	.dx-ref-global__mobile-item--has-children {
		padding: 12px;
		margin: 0;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.5);
	}

	.dx-ref-global__mobile-item--has-children > .dx-ref-global__mobile-link {
		min-height: auto;
		padding: 0 2px 10px;
		background: transparent;
		font-size: 17px;
		text-transform: none;
	}

	.dx-ref-global__mobile-sublist {
		gap: 6px;
		padding: 0;
		border-left: 0;
	}

	.dx-ref-global__mobile-link--child {
		min-height: 42px;
		padding: 0 12px;
		background: rgba(255, 255, 255, 0.76);
		font-size: 17px;
	}
}

@media (max-width: 734px) {
	.dx-footer-map-head {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-bottom: 16px;
		margin-bottom: 14px;
	}

	.dx-footer-map-head__title {
		font-size: 24px;
	}

	.dx-footer-sosumi {
		padding: 13px !important;
		border-radius: 8px;
	}

	.dx-footer-directory {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.dx-footer-directory-column {
		border-top: 0 !important;
	}

	.dx-footer-directory-column-section {
		padding: 13px !important;
	}

	.dx-footer-directory-column-section-list {
		grid-template-columns: 1fr !important;
	}

	.dx-footer-directory-column-section-link {
		min-height: 34px;
	}
}

/* DX v045 - Pricing, WooCommerce text, and cleaner footer links */
.dx-pricing-comparison__feature-col {
	width: 11%;
}

.dx-pricing-comparison__table tbody th {
	width: 11%;
	padding-right: 12px;
}

.dx-pricing-comparison__table tbody td,
.dx-pricing-comparison__table thead th {
	overflow-wrap: anywhere;
}

.dx-pricing-comparison__cta-row td {
	padding-right: 12px;
	padding-left: 12px;
}

.dx-pricing-comparison__button {
	width: 100%;
	max-width: 188px;
	min-height: 42px;
	padding: 0 14px;
	box-sizing: border-box;
	white-space: normal;
	text-align: center;
	line-height: 1.12;
}

.dx-woocommerce-section__intro {
	overflow: hidden;
}

.dx-woocommerce-section__eyebrow,
.dx-woocommerce-section__headline,
.dx-woocommerce-section__copy {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.dx-footer-directory-column-section-count {
	display: none !important;
}

.dx-footer-directory-column-section-list {
	list-style: none !important;
}

.dx-footer-directory-column-section-item {
	list-style: none !important;
}

.dx-footer-directory-column-section-item::marker {
	content: "";
}

.dx-footer-directory-column-section-link {
	position: relative;
}

@media (max-width: 1068px) {
	.dx-woocommerce-section__headline {
		font-size: clamp(44px, 8vw, 72px);
		line-height: 1.03;
	}
}

@media (max-width: 734px) {
	.dx-pricing-comparison__feature-col {
		width: 10%;
	}

	.dx-pricing-comparison__table {
		min-width: 900px;
	}

	.dx-pricing-comparison__button {
		max-width: 158px;
		font-size: 13px;
	}

	.dx-woocommerce-section__intro {
		padding: clamp(24px, 7vw, 34px);
	}

	.dx-woocommerce-section__eyebrow {
		font-size: clamp(24px, 7vw, 32px);
	}

	.dx-woocommerce-section__headline {
		font-size: clamp(42px, 12vw, 58px);
		line-height: 1.03;
		letter-spacing: -0.04em;
	}

	.dx-woocommerce-section__copy {
		font-size: clamp(20px, 6vw, 28px);
		line-height: 1.22;
	}
}

/* DX Glass Design card sizing can be controlled per card from the block editor. */
.dx-glass-design__card {
	--dx-glass-card-default-width: min(80vw, 390px);
	--dx-glass-card-width: var(--dx-glass-card-default-width);
	--dx-glass-card-media-height: clamp(360px, 38vw, 504px);
	--dx-glass-card-fit: contain;
	flex-basis: min(var(--dx-glass-card-width), calc(100vw - 32px));
}

.dx-glass-design__card--wide {
	--dx-glass-card-default-width: min(88vw, 696px);
	--dx-glass-card-width: var(--dx-glass-card-default-width);
}

.dx-glass-design__card-media {
	min-height: var(--dx-glass-card-media-height);
	align-items: stretch;
}

.dx-glass-design__card-picture {
	width: 100%;
	height: 100%;
}

.dx-glass-design__card-picture img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: var(--dx-glass-card-fit);
	object-position: left top;
}

.dx-glass-design__video-media {
	object-fit: var(--dx-glass-card-fit);
}

@media (max-width: 734px) {
	.dx-glass-design__card,
	.dx-glass-design__card--wide {
		flex-basis: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	.dx-glass-design__card-media {
		min-height: min(var(--dx-glass-card-media-height), 390px);
	}
}

/* Mobile navigation hardening: clean overlay, sane type scale, no local nav behind it. */
@media (max-width: 833px) {
	html.dx-ref-menu-open,
	html.dx-ref-menu-open body {
		overflow: hidden !important;
	}

	.dx-ref-header.is-menu-open {
		position: relative !important;
		z-index: 2147483000 !important;
	}

	.dx-ref-header.is-menu-open .dx-ref-local,
	.dx-ref-header.is-menu-open .dx-ref-local-placeholder {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.dx-ref-header.is-menu-open .dx-ref-global {
		position: fixed !important;
		top: var(--dx-ref-admin-offset, 0px) !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 2147483000 !important;
		height: calc(100dvh - var(--dx-ref-admin-offset, 0px)) !important;
		min-height: 0 !important;
		background: rgba(245, 245, 247, 0.98) !important;
		overflow: hidden !important;
	}

	.dx-ref-header.is-menu-open .dx-ref-global__content {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: auto !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		background: transparent !important;
		overflow: hidden !important;
	}

	.dx-ref-header.is-menu-open .dx-ref-global__list {
		position: sticky !important;
		top: 0 !important;
		z-index: 3 !important;
		display: flex !important;
		align-items: center !important;
		height: var(--dx-ref-global-mobile-height, 48px) !important;
		min-height: var(--dx-ref-global-mobile-height, 48px) !important;
		background: rgba(245, 245, 247, 0.96) !important;
		-webkit-backdrop-filter: saturate(180%) blur(18px);
		backdrop-filter: saturate(180%) blur(18px);
	}

	.dx-ref-header.is-menu-open .dx-ref-global__mobile-panel {
		position: absolute !important;
		inset: var(--dx-ref-global-mobile-height, 48px) 0 0 0 !important;
		display: block !important;
		width: 100% !important;
		padding: 18px max(22px, env(safe-area-inset-left)) calc(32px + env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-right)) !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: auto !important;
	}

	.dx-ref-global__mobile-head {
		display: grid !important;
		gap: 2px !important;
		margin: 0 0 14px !important;
		padding: 0 0 14px !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
	}

	.dx-ref-global__mobile-head span {
		font-size: 12px !important;
		line-height: 1.2 !important;
	}

	.dx-ref-global__mobile-head strong {
		font-size: clamp(24px, 7vw, 32px) !important;
		line-height: 1.05 !important;
	}

	.dx-ref-global__mobile-list {
		display: grid !important;
		gap: 8px !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.dx-ref-global__mobile-list--utility {
		margin-top: 14px !important;
		padding-top: 14px !important;
		border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
	}

	.dx-ref-global__mobile-link {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		min-height: 46px !important;
		padding: 9px 12px !important;
		border-radius: 14px !important;
		background: rgba(255, 255, 255, 0.72) !important;
		color: #1d1d1f !important;
		font-family: var(--dx-ref-font-display, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
		font-size: clamp(20px, 5.4vw, 26px) !important;
		font-weight: 650 !important;
		line-height: 1.1 !important;
		letter-spacing: -0.02em !important;
		text-decoration: none !important;
		overflow-wrap: anywhere !important;
	}

	.dx-ref-global__mobile-item--has-children {
		display: grid !important;
		gap: 8px !important;
		margin: 0 !important;
		padding: 12px !important;
		border: 1px solid rgba(0, 0, 0, 0.1) !important;
		border-radius: 18px !important;
		background: rgba(255, 255, 255, 0.58) !important;
	}

	.dx-ref-global__mobile-item--has-children > .dx-ref-global__mobile-link {
		min-height: 0 !important;
		padding: 0 2px 4px !important;
		background: transparent !important;
		font-size: clamp(22px, 5.8vw, 28px) !important;
	}

	.dx-ref-global__mobile-sublist {
		display: grid !important;
		gap: 6px !important;
		margin: 0 !important;
		padding: 0 !important;
		border-left: 0 !important;
		list-style: none !important;
	}

	.dx-ref-global__mobile-link--child {
		min-height: 42px !important;
		padding: 8px 10px !important;
		border-radius: 12px !important;
		background: rgba(255, 255, 255, 0.82) !important;
		font-size: clamp(18px, 4.8vw, 22px) !important;
		font-weight: 600 !important;
		color: #424245 !important;
	}
}

/* Story gallery cards: per-card responsive sizing from the block editor. */
.dx-story-gallery__card {
	--dx-story-card-default-width: 372px;
	--dx-story-card-width: var(--dx-story-card-default-width);
	--dx-story-card-media-height: 450px;
	--dx-story-card-fit: cover;
	flex: 0 0 min(var(--dx-story-card-width), calc(100vw - 32px)) !important;
	width: min(var(--dx-story-card-width), calc(100vw - 32px)) !important;
	max-width: min(var(--dx-story-card-width), calc(100vw - 32px)) !important;
}

.dx-story-gallery__card--wide {
	--dx-story-card-default-width: 696px;
	--dx-story-card-width: var(--dx-story-card-default-width);
}

.dx-story-gallery__media {
	min-height: var(--dx-story-card-media-height) !important;
	align-items: stretch;
}

.dx-story-gallery__picture,
.dx-story-gallery__picture img,
.dx-story-gallery__video,
.dx-story-gallery__video video {
	width: 100%;
	height: 100%;
}

.dx-story-gallery__picture img,
.dx-story-gallery__video video {
	max-height: none !important;
	object-fit: var(--dx-story-card-fit) !important;
	object-position: center;
}

.dx-story-gallery--intelligence .dx-story-gallery__picture img,
.dx-story-gallery--intelligence .dx-story-gallery__video video {
	object-fit: var(--dx-story-card-fit, contain) !important;
}

@media (max-width: 734px) {
	.dx-story-gallery__card,
	.dx-story-gallery__card--wide {
		flex-basis: calc(100vw - 32px) !important;
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
	}

	.dx-story-gallery__media {
		min-height: min(var(--dx-story-card-media-height), 390px) !important;
	}
}

/* ConfigCraft launch refinements. */
.dx-ref-global__logo--mark {
	width: 28px !important;
	height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	object-fit: contain;
}

@media (min-width: 981px) {
	body.dx-has-reference-header .dxpc-col--right .dxpc-quote {
		top: calc(var(--dx-ref-admin-offset, 0px) + var(--dx-ref-local-height, 58px) + 16px) !important;
		max-height: calc(100vh - var(--dx-ref-admin-offset, 0px) - var(--dx-ref-local-height, 58px) - 32px) !important;
	}
}

.dx-demo-request {
	width: min(100%, 860px);
	margin: clamp(34px, 5vw, 64px) auto 0;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 64px rgba(15, 23, 42, 0.08);
}

.dx-demo-request__intro {
	max-width: 680px;
	margin-bottom: 28px;
}

.dx-demo-request__eyebrow {
	margin: 0 0 8px;
	color: #3c42e3;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dx-demo-request h2 {
	margin: 0 0 12px;
	font-size: clamp(32px, 5vw, 50px);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.dx-demo-request__intro > p:last-child {
	margin: 0;
	color: #5f6470;
	font-size: 18px;
	line-height: 1.55;
}

.dx-demo-request__form,
.dx-demo-request__form label {
	display: grid;
	gap: 8px;
}

.dx-demo-request__form {
	gap: 18px;
}

.dx-demo-request__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.dx-demo-request__form label > span {
	font-size: 14px;
	font-weight: 700;
}

.dx-demo-request__form input,
.dx-demo-request__form select,
.dx-demo-request__form textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid #d7dbe3;
	border-radius: 12px;
	background: #fff;
	color: #1d1d1f;
	font: inherit;
}

.dx-demo-request__form textarea {
	min-height: 142px;
	resize: vertical;
}

.dx-demo-request__form input:focus,
.dx-demo-request__form select:focus,
.dx-demo-request__form textarea:focus {
	border-color: #3c42e3;
	outline: 3px solid rgba(60, 66, 227, 0.15);
}

.dx-demo-request__consent {
	display: flex !important;
	align-items: flex-start;
	gap: 10px !important;
}

.dx-demo-request__consent input {
	width: 18px;
	min-height: 18px;
	margin-top: 2px;
}

.dx-demo-request__form button {
	justify-self: start;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #1d1d1f;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.dx-demo-request__form button:hover {
	background: #3c42e3;
}

.dx-demo-request__notice {
	margin: 0 0 20px;
	padding: 13px 15px;
	border-radius: 12px;
	background: #eef2ff;
	color: #2f369f;
	font-weight: 650;
}

.dx-demo-request__notice.is-success {
	background: #ecfdf3;
	color: #17663a;
}

.dx-demo-request__notice.is-error {
	background: #fff1f2;
	color: #a21d34;
}

.dx-demo-request__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

body.dx-commerce-paused .add_to_cart_button,
body.dx-commerce-paused .single_add_to_cart_button,
body.dx-commerce-paused .wc-block-cart,
body.dx-commerce-paused .wc-block-checkout {
	display: none !important;
}

@media (max-width: 680px) {
	.dx-demo-request__grid {
		grid-template-columns: 1fr;
	}

	.dx-demo-request {
		border-radius: 22px;
	}

	.dx-ref-global__logo--mark {
		width: 28px !important;
		height: 28px !important;
	}
}
