.revelatl-revelado {
	padding-bottom: 6rem;
}

.revelatl-revelado-wrap {
	width: min(1160px, calc(100% - 3rem));
	margin: 0 auto;
}

.revelatl-revelado-landing {
	color: #111;
}

.revelatl-revelado-landing img {
	display: block;
	width: 100%;
	height: auto;
}

.revelatl-revelado-landing--hero {
	padding: 2.2rem 0 3.8rem;
}

.revelatl-revelado-landing__top {
	display: grid;
	grid-template-columns: minmax(420px, 0.92fr) minmax(260px, 0.72fr) minmax(280px, 0.78fr);
	gap: 2.2rem;
	align-items: center;
}

.revelatl-revelado-landing__camera {
	position: relative;
	margin: 0;
}

.revelatl-revelado-landing__camera-frame {
	position: absolute;
	top: -3.8rem;
	right: 3.5rem;
	bottom: -2rem;
	left: 5.3rem;
	background: rgba(255, 255, 255, 0.92);
}

.revelatl-revelado-landing__camera img,
.revelatl-revelado-editorial__enlarger img {
	position: relative;
	z-index: 1;
	filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.14));
	transform: translate3d(
		calc(var(--revelatl-pointer-x, 0) * -10px),
		calc(var(--revelatl-parallax-y, 0px) + (var(--revelatl-pointer-y, 0) * -10px)),
		0
	);
	transition: transform 220ms ease-out, filter 220ms ease;
}

.revelatl-revelado-landing__headline {
	display: grid;
	gap: 1rem;
}

.revelatl-revelado-landing__quote {
	max-width: 15ch;
	margin: 0;
	font-family: var(--revelatl-serif);
	font-size: clamp(1.4rem, 2vw, 2rem);
	line-height: 1.28;
	color: rgba(17, 17, 17, 0.76);
}

.revelatl-revelado-landing__headline h1 {
	margin: 0;
	font-size: clamp(2.55rem, 4vw, 4.2rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.revelatl-revelado-landing__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	padding-top: 0.2rem;
}

.revelatl-revelado-landing__aside {
	display: grid;
	gap: 1.2rem;
	align-self: start;
	padding-top: 5rem;
}

.revelatl-revelado-landing__aside p,
.revelatl-revelado-editorial__copy p,
.revelatl-revelado-product__price {
	margin: 0;
	font-size: 1rem;
	line-height: 1.38;
	color: rgba(17, 17, 17, 0.78);
}

.revelatl-revelado-landing__rolls {
	width: min(100%, 300px);
	margin: 0;
	padding-top: 0.55rem;
}

.revelatl-revelado-landing__rolls img,
.revelatl-revelado-editorial__diagram img {
	transform: translate3d(
		calc(var(--revelatl-pointer-x, 0) * 10px),
		calc(var(--revelatl-parallax-y, 0px) + (var(--revelatl-pointer-y, 0) * 10px)),
		0
	);
	transition: transform 220ms ease-out;
}

.revelatl-revelado-landing--gallery {
	padding: 1rem 0 5.4rem;
}

.revelatl-revelado-gallery {
	display: grid;
	grid-template-columns: 1.08fr 1.2fr 0.9fr;
	gap: 1.2rem;
	align-items: stretch;
}

.revelatl-revelado-gallery__item {
	margin: 0;
	background: #dbdbdb;
	overflow: hidden;
}

.revelatl-revelado-gallery__item img {
	height: 100%;
	object-fit: cover;
}

.revelatl-revelado-landing--editorial {
	padding: 0 0 5.4rem;
}

.revelatl-revelado-editorial {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.66fr);
	gap: 2.8rem;
	align-items: end;
}

.revelatl-revelado-editorial__visuals {
	position: relative;
	min-height: 700px;
}

.revelatl-revelado-editorial__enlarger {
	position: relative;
	width: min(100%, 720px);
	margin: 0;
}

.revelatl-revelado-editorial__panel {
	position: absolute;
	top: 2rem;
	left: 2rem;
	right: 2rem;
	bottom: 2rem;
	background: rgba(255, 255, 255, 0.94);
}

.revelatl-revelado-editorial__diagram {
	position: absolute;
	top: 1.2rem;
	right: 0;
	width: min(46%, 320px);
	margin: 0;
}

.revelatl-revelado-editorial__copy {
	display: grid;
	gap: 1.1rem;
	padding-bottom: 3rem;
}

.revelatl-revelado-editorial__copy h2,
.revelatl-revelado-featured__header h2 {
	margin: 0;
	font-size: clamp(2.15rem, 3.6vw, 3.5rem);
	font-weight: 400;
	line-height: 0.99;
	letter-spacing: -0.045em;
}

.revelatl-revelado-editorial__copy strong {
	font-weight: 700;
}

.revelatl-revelado-landing--featured {
	padding: 0 0 1rem;
}

.revelatl-revelado-featured__header {
	padding-bottom: 1.6rem;
	text-align: center;
}

.revelatl-revelado-featured__viewport {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) 88px;
	gap: 1rem;
	align-items: center;
}

.revelatl-revelado-featured__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	align-items: end;
}

.revelatl-revelado-product {
	display: grid;
	gap: 0.7rem;
	text-align: center;
	color: inherit;
	text-decoration: none;
	transition: transform 220ms ease, opacity 220ms ease;
}

.revelatl-revelado-product__image {
	margin: 0;
	padding: 1.2rem;
	background: rgba(255, 255, 255, 0.84);
	transition: transform 240ms ease, box-shadow 240ms ease;
}

.revelatl-revelado-product__image img {
	max-height: 230px;
	object-fit: contain;
}

.revelatl-revelado-product__title {
	font-size: 0.94rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.revelatl-revelado-product:hover,
.revelatl-revelado-product:focus-visible {
	transform: translateY(-3px);
}

.revelatl-revelado-product:hover .revelatl-revelado-product__image,
.revelatl-revelado-product:focus-visible .revelatl-revelado-product__image {
	transform: translateY(-4px);
	box-shadow: 0 20px 34px rgba(17, 17, 17, 0.08);
}

.revelatl-revelado-featured__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.revelatl-revelado-featured__arrow span {
	display: block;
	width: 24px;
	height: 24px;
	border-top: 3px solid #111;
	border-right: 3px solid #111;
	animation: revelatlArrowPulse 2.8s ease-in-out infinite;
}

.revelatl-revelado-featured__arrow--left span {
	--revelatl-arrow-rotation: -135deg;
	transform: rotate(-135deg);
}

.revelatl-revelado-featured__arrow--right span {
	--revelatl-arrow-rotation: 45deg;
	transform: rotate(45deg);
}

.revelatl-revelado-section {
	padding: 3.25rem 0 0;
}

.revelatl-revelado__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 1rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid rgba(127, 145, 128, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.56);
	color: #657661;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.revelatl-revelado-hero {
	position: relative;
	padding: 0.8rem 0 2.2rem;
	overflow: hidden;
}

.revelatl-revelado-hero::before {
	content: "";
	position: absolute;
	left: max(2rem, calc((100vw - 1160px) / 2));
	top: 40px;
	width: 280px;
	height: 280px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(214, 221, 209, 0.5), rgba(214, 221, 209, 0));
	pointer-events: none;
}

.revelatl-revelado-hero__top {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 3rem;
	align-items: center;
	margin-bottom: 2.6rem;
}

.revelatl-revelado-hero__quote-wrap {
	max-width: 34rem;
}

.revelatl-revelado-hero__quote {
	max-width: 26ch;
	margin: 0;
	font-family: var(--revelatl-serif);
	font-size: clamp(1.6rem, 2.3vw, 2.35rem);
	line-height: 1.38;
	color: #5e6a59;
}

.revelatl-revelado-hero__content {
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

.revelatl-revelado-hero h1 {
	max-width: 28ch;
	margin: 0 auto;
	font-size: clamp(2.65rem, 4.4vw, 4.7rem);
	line-height: 1.08;
}

.revelatl-revelado-hero__lead {
	max-width: 41rem;
	margin: 1.4rem auto 0;
	font-size: 1.08rem;
	line-height: 1.9;
}

.revelatl-revelado-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9rem;
	margin-top: 2rem;
}

.revelatl-revelado-hero__visual {
	display: flex;
	justify-content: center;
}

.revelatl-revelado-hero__gallery {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 620px);
	min-height: 430px;
}

.revelatl-revelado-hero__gallery::before {
	content: "";
	position: absolute;
	left: 6%;
	right: 6%;
	top: 10%;
	bottom: 14%;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(232, 224, 212, 0.82), rgba(232, 224, 212, 0));
	filter: blur(22px);
}

.revelatl-revelado-hero__photo {
	position: relative;
	z-index: 2;
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 26px 48px rgba(92, 76, 57, 0.18);
}

.revelatl-revelado-hero__photo img {
	display: block;
	width: 100%;
	height: auto;
}

.revelatl-revelado-hero__photo--primary {
	width: min(100%, 500px);
	transform: rotate(-2.4deg);
}

.revelatl-revelado-hero__photo--secondary {
	position: absolute;
	right: -2%;
	bottom: -3%;
	width: min(58%, 300px);
	transform: rotate(4.2deg);
}

.revelatl-revelado-hero__photo--secondary::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
	pointer-events: none;
}

.revelatl-revelado-heading {
	max-width: 46rem;
	margin: 0 auto 1.8rem;
	text-align: center;
}

.revelatl-revelado-heading h2 {
	max-width: 36ch;
	margin: 0 auto;
	font-size: clamp(1.8rem, 2.6vw, 2.7rem);
	line-height: 1.18;
}

.revelatl-revelado-heading p {
	max-width: 42rem;
	margin: 1rem auto 0;
	font-size: 1rem;
	line-height: 1.9;
}

.revelatl-revelado-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.revelatl-revelado-card {
	padding: 1.85rem;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(127, 145, 128, 0.12);
	border-radius: 30px;
	box-shadow: var(--revelatl-shadow-soft);
}

.revelatl-revelado-card h3 {
	margin: 0 0 0.8rem;
	font-size: 1.45rem;
}

.revelatl-revelado-card p {
	margin: 0;
	line-height: 1.8;
}

body.revelatl-wizard-is-open {
	overflow: hidden;
}

.revelatl-wizard[hidden] {
	display: none;
}

.revelatl-wizard {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.revelatl-wizard__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(44, 49, 43, 0.34);
	backdrop-filter: blur(8px);
}

.revelatl-wizard__dialog {
	position: relative;
	z-index: 1;
	width: min(720px, calc(100% - 1.6rem));
	max-height: min(88vh, 920px);
	margin: 4vh auto 0;
	padding: 1.6rem;
	border-radius: 32px;
	background: #fbf7f0;
	box-shadow: 0 26px 80px rgba(74, 66, 53, 0.22);
	overflow: auto;
}

.revelatl-wizard__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0;
	border: 1px solid rgba(117, 129, 112, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	color: #596157;
	font-size: 1.3rem;
	line-height: 1;
	box-shadow: none;
}

.revelatl-wizard__header {
	padding-right: 2.5rem;
}

.revelatl-wizard__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6d7868;
}

.revelatl-wizard__header h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.02;
}

.revelatl-wizard__progress {
	height: 6px;
	margin-top: 1rem;
	border-radius: 999px;
	background: rgba(127, 145, 128, 0.14);
	overflow: hidden;
}

.revelatl-wizard__progress-bar {
	display: block;
	width: 16.66%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #8ea089 0%, #72846f 100%);
	transition: width 180ms ease;
}

.revelatl-wizard__step-label {
	margin: 0.75rem 0 0;
	color: #6f776d;
	font-size: 0.92rem;
}

.revelatl-wizard__step {
	display: none;
	padding-top: 1.4rem;
}

.revelatl-wizard__step.is-active {
	display: block;
}

.revelatl-wizard__step h3 {
	margin: 0;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	line-height: 1.1;
}

.revelatl-wizard__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1.1rem;
}

.revelatl-wizard__choice {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(117, 129, 112, 0.18);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	color: #4c554b;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	cursor: pointer;
	box-shadow: none;
}

.revelatl-wizard__choice strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
}

.revelatl-wizard__choice small {
	display: block;
	font-size: 0.84rem;
	line-height: 1.55;
	color: #6c736a;
}

.revelatl-wizard__choice-price {
	margin-top: 0.3rem;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.45;
	color: #5d6b58;
}

.revelatl-wizard__choice small span {
	display: block;
}

.revelatl-wizard__choice.is-selected {
	border-color: rgba(116, 134, 111, 0.42);
	background: rgba(216, 223, 211, 0.5);
	color: #42503f;
	transform: none;
}

.revelatl-wizard__choice:hover {
	border-color: rgba(116, 134, 111, 0.26);
	background: rgba(255, 255, 255, 0.9);
	color: #42503f;
	transform: none;
}

.revelatl-wizard__choice:focus,
.revelatl-wizard__choice:focus-visible {
	outline: 2px solid rgba(116, 134, 111, 0.34);
	outline-offset: 2px;
	border-color: rgba(116, 134, 111, 0.22);
	background: rgba(255, 255, 255, 0.84);
	color: #42503f;
	transform: none;
}

.revelatl-wizard__hint {
	margin: 1rem 0 0;
	color: #6b7269;
	font-size: 0.95rem;
	line-height: 1.7;
}

.revelatl-wizard__hint span {
	color: #566652;
	font-weight: 600;
}

.revelatl-wizard__fields {
	display: grid;
	gap: 0.95rem;
	margin-top: 1rem;
}

.revelatl-wizard__field span {
	display: block;
	margin-bottom: 0.45rem;
	color: #556052;
	font-size: 0.84rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.revelatl-wizard__field input,
.revelatl-wizard__field textarea {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(117, 129, 112, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	color: #485147;
}

.revelatl-wizard__field textarea {
	resize: vertical;
	min-height: 120px;
}

.revelatl-wizard__summary {
	display: grid;
	gap: 0.7rem;
	margin-top: 1rem;
}

.revelatl-wizard__summary-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(117, 129, 112, 0.14);
}

.revelatl-wizard__summary-row strong {
	color: #414b40;
}

.revelatl-wizard__summary-row span {
	text-align: right;
}

.revelatl-wizard__total {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.95rem;
	margin-top: 0.35rem;
	padding: 1.35rem 1.25rem 0.35rem;
	border: 1px solid rgba(129, 117, 96, 0.14);
	border-radius: 30px;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 32%),
		linear-gradient(135deg, rgba(250, 245, 237, 0.98), rgba(238, 230, 216, 0.78));
	box-shadow:
		0 22px 44px rgba(90, 82, 69, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.82);
	overflow: hidden;
}

.revelatl-wizard__total::after {
	content: "";
	position: absolute;
	inset: auto -18% -60% auto;
	width: 240px;
	height: 240px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(181, 198, 175, 0.18) 0%, rgba(181, 198, 175, 0) 72%);
	pointer-events: none;
}

.revelatl-wizard__total-mark {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	width: 88px;
	height: 88px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.98), rgba(241, 233, 221, 0.9) 56%, rgba(214, 201, 184, 0.84) 100%);
	border: 1px solid rgba(120, 109, 91, 0.14);
	box-shadow:
		0 18px 30px rgba(95, 87, 74, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.84);
	color: #776754;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.revelatl-wizard__total-mark span {
	display: block;
	line-height: 1.2;
	text-align: center;
}

.revelatl-wizard__total-main {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-height: 90px;
	padding: 0.8rem 0.8rem 0.8rem 1.35rem;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 242, 233, 0.9)),
		rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(120, 109, 91, 0.12);
	box-shadow:
		0 18px 32px rgba(94, 87, 75, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.revelatl-wizard__total-amount {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	font-family: var(--revelatl-serif);
	font-size: clamp(2.2rem, 3.2vw, 3.15rem);
	line-height: 0.9;
	font-weight: 600;
	letter-spacing: -0.045em;
	color: #242a23;
	text-align: center;
	text-wrap: balance;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.revelatl-wizard__total-toggle {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(111, 121, 103, 0.18);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 239, 227, 0.86));
	box-shadow:
		0 12px 20px rgba(97, 110, 93, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #42503f;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.revelatl-wizard__total-toggle:hover {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(223, 233, 217, 0.96));
	border-color: rgba(111, 121, 103, 0.28);
	transform: translateY(-1px);
	box-shadow:
		0 14px 22px rgba(97, 110, 93, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.revelatl-wizard__total-toggle:focus-visible {
	outline: 2px solid rgba(102, 114, 95, 0.24);
	outline-offset: 2px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(223, 233, 217, 0.96));
	border-color: rgba(111, 121, 103, 0.28);
}

.revelatl-wizard__total-toggle:disabled {
	opacity: 0.64;
	cursor: not-allowed;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(240, 238, 232, 0.62));
	border-color: rgba(126, 141, 125, 0.12);
	color: #8b8f87;
}

.revelatl-wizard__total-breakdown {
	position: relative;
	z-index: 1;
	flex-basis: 100%;
	max-width: 620px;
	padding: 1rem 1.1rem;
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 242, 234, 0.92));
	border: 1px solid rgba(126, 141, 125, 0.1);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 16px 28px rgba(93, 86, 73, 0.06);
}

.revelatl-wizard__total-breakdown-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.42rem 0;
	font-size: 0.95rem;
	color: #5f665b;
}

.revelatl-wizard__total-breakdown-row strong {
	font-weight: 600;
	color: #454d43;
}

.revelatl-wizard__total-breakdown-row.is-total {
	margin-top: 0.35rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(126, 141, 125, 0.14);
	font-size: 1rem;
}

.revelatl-wizard__footer {
	margin-top: 1.6rem;
}

.revelatl-wizard__error {
	margin: 0 0 1rem;
	color: #8a4d4d;
	font-size: 0.92rem;
}

.revelatl-wizard__footer-actions {
	display: flex;
	justify-content: space-between;
	gap: 0.9rem;
}

@media (max-width: 1024px) {
	.revelatl-revelado-hero__top,
	.revelatl-revelado-benefits {
		grid-template-columns: 1fr;
	}

	.revelatl-revelado-hero__quote-wrap {
		max-width: none;
	}

	.revelatl-revelado-hero__gallery {
		min-height: 360px;
	}
}

@media (max-width: 782px) {
	.revelatl-revelado-wrap {
		width: min(100% - 1.25rem, 100%);
	}

	.revelatl-revelado-hero {
		padding-top: 0.55rem;
		padding-bottom: 1.6rem;
	}

	.revelatl-revelado-hero h1 {
		max-width: 100%;
		font-size: clamp(1.9rem, 7.4vw, 2.5rem);
		line-height: 1.12;
		text-wrap: balance;
	}

	.revelatl-revelado-hero__quote {
		max-width: 100%;
		font-size: clamp(1.08rem, 4.9vw, 1.38rem);
		line-height: 1.5;
		text-wrap: pretty;
	}

	.revelatl-revelado-hero__top {
		gap: 1.5rem;
		margin-bottom: 1.7rem;
	}

	.revelatl-revelado-hero__lead {
		margin-top: 1rem;
		font-size: 0.98rem;
		line-height: 1.68;
	}

	.revelatl-revelado-hero__actions {
		margin-top: 1.35rem;
	}

	.revelatl-revelado-hero__actions .revelatl-button {
		width: 100%;
	}

	.revelatl-revelado-heading h2,
	.revelatl-revelado-heading h2 {
		max-width: 100%;
		font-size: clamp(1.65rem, 6.6vw, 2.18rem);
		line-height: 1.13;
		text-wrap: balance;
	}

	.revelatl-revelado-card {
		padding: 1.15rem;
	}

	.revelatl-revelado-hero__gallery {
		width: min(100%, 520px);
		min-height: 240px;
	}

	.revelatl-revelado-hero__photo--primary {
		width: min(100%, 360px);
	}

	.revelatl-revelado-hero__photo--secondary {
		right: 0;
		bottom: -1%;
		width: min(54%, 180px);
	}

	.revelatl-wizard__dialog {
		width: min(100% - 1rem, 100%);
		margin-top: 1rem;
		padding: 1rem;
		border-radius: 18px;
	}

	.revelatl-wizard__choices {
		grid-template-columns: 1fr;
	}

	.revelatl-wizard__summary-row,
	.revelatl-wizard__footer-actions {
		flex-direction: column;
	}

	.revelatl-wizard__summary-row span {
		text-align: left;
	}

	.revelatl-wizard__total {
		padding: 0.9rem 0.9rem 0.25rem;
	}

	.revelatl-wizard__total-mark {
		width: 58px;
		height: 58px;
	}

	.revelatl-wizard__total-main {
		min-height: 0;
		gap: 0.55rem;
		padding: 0.55rem 0.55rem 0.55rem 0.75rem;
	}

	.revelatl-wizard__total-amount {
		min-height: 0;
		font-size: clamp(1.9rem, 8vw, 2.35rem);
	}

	.revelatl-wizard__total-breakdown {
		padding: 0.95rem 0.95rem;
	}

	.revelatl-wizard__total-breakdown-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.15rem;
		font-size: 0.92rem;
	}

	.revelatl-wizard__total-breakdown-row strong,
	.revelatl-wizard__total-breakdown-row span {
		text-align: left;
	}

	.revelatl-wizard__dialog h2 {
		font-size: 1.38rem;
		line-height: 1.18;
	}

	.revelatl-wizard__choice,
	.revelatl-wizard__choice-note {
		font-size: 0.95rem;
		line-height: 1.55;
	}

	.revelatl-revelado-hero__content,
	.revelatl-revelado-heading {
		text-align: left;
	}

	.revelatl-revelado-heading p {
		margin-left: 0;
		margin-right: 0;
		line-height: 1.65;
	}

	.revelatl-revelado-card h3 {
		font-size: 1.24rem;
		line-height: 1.22;
	}
}

@media (max-width: 1180px) {
	.revelatl-revelado-wrap {
		width: min(100% - 2rem, 100%);
	}

	.revelatl-revelado-landing__top,
	.revelatl-revelado-editorial {
		grid-template-columns: 1fr;
	}

	.revelatl-revelado-landing__aside {
		padding-top: 0;
	}

	.revelatl-revelado-editorial__copy {
		padding-bottom: 0;
	}

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

@media (max-width: 820px) {
	.revelatl-revelado-gallery,
	.revelatl-revelado-featured__cards {
		grid-template-columns: 1fr;
	}

	.revelatl-revelado-featured__viewport {
		grid-template-columns: 1fr;
	}

	.revelatl-revelado-featured__arrow {
		display: none;
	}

	.revelatl-revelado-landing__camera-frame {
		top: -1rem;
		right: 1.5rem;
		bottom: -1rem;
		left: 2rem;
	}

	.revelatl-revelado-landing__headline h1 {
		font-size: clamp(2rem, 8vw, 2.7rem);
	}
}

/* XD artboard: Web 1920 - 9 / revelado. */
.revelatl-revelado {
	background: #f1f0f0;
	overflow-x: hidden;
	padding: 0;
}

.revelatl-revelado-xd {
	display: flex;
	justify-content: center;
	background: #f1f0f0;
	color: #000;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.revelatl-revelado-xd.revelatl-reveal {
	opacity: 1;
	transform: none;
	transition: none;
}

.revelatl-revelado-xd__artboard {
	background: #f1f0f0;
	flex: 0 0 1920px;
	height: 2402px;
	margin: 0;
	position: relative;
	transform: none;
	width: 1920px;
}

.revelatl-revelado-xd__title,
.revelatl-revelado-xd__pill,
.revelatl-revelado-xd__copy,
.revelatl-revelado-xd__carretes,
.revelatl-revelado-xd__years,
.revelatl-revelado-xd__signature {
	font-family: Montserrat, sans-serif;
}

.revelatl-revelado .revelatl-revelado-xd__title {
	color: #000;
	font-size: 30px !important;
	font-weight: 400 !important;
	left: 695px;
	letter-spacing: 0 !important;
	line-height: 37px !important;
	margin: 0;
	position: absolute;
	text-align: center;
	text-transform: none !important;
	top: 111px;
	width: 520px;
}

.revelatl-revelado .revelatl-revelado-xd__title span,
.revelatl-revelado .revelatl-revelado-xd__title strong {
	display: block;
}

.revelatl-revelado .revelatl-revelado-xd__title strong {
	font-weight: 600 !important;
}

.revelatl-revelado .revelatl-revelado-xd__title strong span {
	display: inline;
	font-weight: 400 !important;
}

.revelatl-revelado .revelatl-revelado-xd__pill {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 1px solid #707070;
	border-radius: 27.5px;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	display: flex;
	font-size: 30px;
	font-weight: 400;
	height: 55px;
	justify-content: center;
	left: 876px;
	letter-spacing: 0 !important;
	line-height: 37px;
	padding: 0 0 3px;
	position: absolute;
	text-transform: none;
	top: 250px;
	width: 158px;
}

.revelatl-revelado-xd__line {
	background: #707070;
	display: block;
	left: 960px;
	position: absolute;
	width: 1px;
}

.revelatl-revelado-xd__line--top {
	height: 822px;
	top: 438px;
}

.revelatl-revelado-xd__line--bottom {
	height: 652px;
	top: 1394px;
}

.revelatl-revelado-xd__lab {
	display: block;
	height: 648px;
	left: 440px;
	object-fit: fill;
	position: absolute;
	top: 511px;
	width: 459px;
}

.revelatl-revelado-xd__copy {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
	position: absolute;
	text-transform: none;
	white-space: pre-line;
	width: 417px;
}

.revelatl-revelado-xd__copy--top {
	left: 983px;
	text-align: left;
	top: 695px;
}

.revelatl-revelado .revelatl-revelado-xd__carretes {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 30px;
	font-weight: 400;
	height: 74px;
	left: 774px;
	letter-spacing: 0 !important;
	line-height: 37px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: none;
	top: 1281px;
	width: 372px;
}

.revelatl-revelado-xd__carretes span {
	display: block;
	left: 83px;
	position: absolute;
	top: -3px;
	width: 206px;
}

.revelatl-revelado-xd__carretes-arrow {
	display: block;
	height: 46px;
	object-fit: fill;
	position: absolute;
	top: 14px;
	width: 47px;
}

.revelatl-revelado-xd__carretes-arrow--left {
	left: 0;
	transform: rotate(180deg);
}

.revelatl-revelado-xd__carretes-arrow--right {
	left: 325px;
}

.revelatl-revelado-xd__years {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	left: 508px;
	line-height: 37px;
	margin: 0;
	position: absolute;
	text-align: right;
	text-transform: none;
	top: 1537px;
	width: 431px;
}

.revelatl-revelado-xd__copy--bottom {
	left: 522px;
	text-align: right;
	top: 1621px;
}

.revelatl-revelado-xd__camera {
	display: block;
	height: 606.122px;
	left: 960px;
	object-fit: fill;
	position: absolute;
	top: 1415.877px;
	transform: scaleX(-1);
	width: 440px;
}

.revelatl-revelado-xd__signature {
	left: 774px;
	position: absolute;
	top: 2141px;
}

.revelatl-revelado-xd__signature img {
	display: block;
	height: auto;
	object-fit: fill;
	width: 373px;
}

.revelatl-revelado-xd__mobile-cta {
	display: none;
}

@media (max-width: 1024px) {
	.revelatl-revelado-xd__artboard {
		flex: 1 1 auto;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
		min-height: 0;
		padding: 72px 24px 96px;
		transform: none;
		width: auto;
	}

	.revelatl-revelado .revelatl-revelado-xd__title,
	.revelatl-revelado .revelatl-revelado-xd__pill,
	.revelatl-revelado .revelatl-revelado-xd__line,
	.revelatl-revelado .revelatl-revelado-xd__lab,
	.revelatl-revelado .revelatl-revelado-xd__copy,
	.revelatl-revelado .revelatl-revelado-xd__carretes,
	.revelatl-revelado .revelatl-revelado-xd__years,
	.revelatl-revelado .revelatl-revelado-xd__camera,
	.revelatl-revelado .revelatl-revelado-xd__signature,
	.revelatl-revelado .revelatl-revelado-xd__mobile-cta {
		left: auto;
		position: relative;
		top: auto;
	}

	.revelatl-revelado .revelatl-revelado-xd__title {
		font-size: clamp(26px, 8vw, 30px);
		line-height: 1.24;
		margin: 0 auto 24px;
		text-align: center;
		width: min(456px, 100%);
	}

	.revelatl-revelado .revelatl-revelado-xd__pill {
		display: inline-flex;
		margin: 0 auto 30px;
	}

	.revelatl-revelado .revelatl-revelado-xd__mobile-cta {
		align-items: center;
		appearance: none;
		background: #111;
		border: 0;
		border-radius: 999px;
		box-shadow: 0 14px 28px rgba(17, 17, 17, 0.16);
		color: #fff;
		cursor: pointer;
		display: inline-flex;
		font-family: Montserrat, sans-serif;
		font-size: 15px;
		font-weight: 600;
		justify-content: center;
		line-height: 1.2;
		margin: 0 auto 32px;
		min-height: 54px;
		padding: 0 28px;
		text-align: center;
		width: min(100%, 320px);
	}

	.revelatl-revelado .revelatl-revelado-xd__line {
		display: none;
	}

	.revelatl-revelado .revelatl-revelado-xd__lab {
		height: auto;
		margin: 0 auto 28px;
		max-width: 459px;
		width: 100%;
	}

	.revelatl-revelado .revelatl-revelado-xd__copy {
		margin: 0 auto 32px;
		max-width: 417px;
		text-align: center;
		width: 100%;
	}

	.revelatl-revelado .revelatl-revelado-xd__copy--bottom {
		display: none;
	}

	.revelatl-revelado .revelatl-revelado-xd__carretes {
		margin: 0 auto 56px;
	}

	.revelatl-revelado .revelatl-revelado-xd__years {
		margin: 0 auto 24px;
		text-align: center;
		width: min(431px, 100%);
	}

	.revelatl-revelado .revelatl-revelado-xd__camera {
		height: auto;
		margin: 0 auto 64px;
		max-width: 440px;
		width: 100%;
	}

	.revelatl-revelado .revelatl-revelado-xd__signature {
		margin: 0 auto;
		width: min(340px, 100%);
	}

	.revelatl-revelado .revelatl-revelado-xd__signature img {
		height: auto;
		max-width: 100%;
		width: 340px;
	}
}

@media (max-width: 520px) {
	.revelatl-revelado .revelatl-revelado-xd__artboard {
		padding-inline: 18px;
	}

	.revelatl-revelado .revelatl-revelado-xd__title {
		margin-bottom: 18px;
		width: min(320px, 100%);
	}

	.revelatl-revelado .revelatl-revelado-xd__pill {
		display: none;
	}

	.revelatl-revelado .revelatl-revelado-xd__mobile-cta {
		margin-bottom: 24px;
	}

	.revelatl-revelado .revelatl-revelado-xd__copy {
		font-size: 18px;
		line-height: 1.35;
		margin-bottom: 26px;
	}

	.revelatl-revelado .revelatl-revelado-xd__carretes {
		margin-bottom: 44px;
		transform: scale(0.82);
		transform-origin: center top;
	}

	.revelatl-revelado .revelatl-revelado-xd__years {
		font-size: 26px;
		line-height: 1.2;
	}
}

/* XD artboards Web 1920 - 10 to 19: reveal order wizard. */
.revelatl-wizard {
	background: rgba(241, 240, 240, 0.96);
	display: grid;
	place-items: center;
}

.revelatl-wizard__backdrop {
	background: transparent;
	backdrop-filter: none;
}

.revelatl-wizard__dialog {
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-family: Montserrat, sans-serif;
	height: min(800px, calc(100vh - 24px));
	margin: 0;
	max-height: none;
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: min(700px, calc(100vw - 24px));
}

.revelatl-wizard__close,
.revelatl-wizard__eyebrow,
.revelatl-wizard__total-mark,
.revelatl-wizard__total-toggle,
.revelatl-wizard__total-breakdown,
.revelatl-wizard__hint:not([data-contact-hint]) {
	display: none !important;
}

.revelatl-wizard__header {
	padding: 0;
}

.revelatl-wizard__header h2 {
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 400;
	left: 65px;
	line-height: 37px;
	margin: 0;
	position: absolute;
	text-align: center;
	text-transform: lowercase;
	top: 72px;
	width: 570px;
}

.revelatl-wizard__progress {
	background: transparent;
	border-radius: 0;
	height: 5px;
	left: 65px;
	margin: 0;
	overflow: visible;
	position: absolute;
	top: 120px;
	width: 570px;
}

.revelatl-wizard__progress-bar {
	background: #828282;
	border-radius: 3px;
	display: block;
	height: 5px;
	min-width: 116px;
	transition: width 180ms ease;
}

.revelatl-wizard__step-label {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 400;
	left: 65px;
	line-height: 19px;
	margin: 0;
	position: absolute;
	text-transform: lowercase;
	top: 147px;
}

.revelatl-wizard__body {
	left: 65px;
	position: absolute;
	top: 205px;
	width: 570px;
}

.revelatl-wizard__step {
	display: none;
	padding: 0;
}

.revelatl-wizard__step.is-active {
	display: block;
}

.revelatl-wizard__step h3 {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 50px;
	text-transform: lowercase;
}

.revelatl-wizard__choices {
	display: block;
	margin: 0;
}

.revelatl-wizard__choice {
	align-items: flex-start;
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	box-shadow: none;
	color: #828282;
	cursor: pointer;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 400;
	column-gap: 1rem;
	letter-spacing: 0;
	line-height: 24px;
	min-height: 28px;
	padding: 0 0 8px;
	text-align: left;
	text-transform: lowercase;
	width: 100%;
}

.revelatl-wizard__choice + .revelatl-wizard__choice {
	margin-top: 7px;
}

.revelatl-wizard__choice-copy {
	display: block;
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.revelatl-wizard__choice strong {
	color: inherit;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.revelatl-wizard__choice small {
	color: #828282;
	display: block;
	font-size: 15px;
	font-weight: 400;
	grid-column: 1 / -1;
	line-height: 18px;
	margin: 0;
	text-transform: none;
}

.revelatl-wizard__choice-price {
	color: #828282;
	font-size: 20px;
	font-weight: 600;
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	line-height: 24px;
	margin: 0;
	white-space: nowrap;
}

.revelatl-wizard__choice-note {
	margin-top: 2px;
}

.revelatl-wizard__choice:hover,
.revelatl-wizard__choice:focus,
.revelatl-wizard__choice:focus-visible,
.revelatl-wizard__choice.is-selected {
	background: transparent;
	border-color: #707070;
	box-shadow: none;
	color: #000;
	outline: 0;
	transform: none;
}

.revelatl-wizard__choice.is-selected,
.revelatl-wizard__choice.is-selected strong {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.revelatl-wizard__fields {
	display: grid;
	gap: 11px;
	margin: 22px 0 0;
}

.revelatl-wizard__field span {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0 0 5px;
	text-transform: lowercase;
}

.revelatl-wizard__field input,
.revelatl-wizard__field textarea {
	background: #f1f0f0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	width: 100%;
}

.revelatl-wizard__field textarea {
	min-height: 72px;
	resize: vertical;
}

.revelatl-wizard__field[hidden],
.revelatl-wizard__field-help[hidden] {
	display: none !important;
}

.revelatl-wizard__hint[data-contact-hint] {
	color: #828282;
	font-size: 15px;
	line-height: 18px;
	margin: -44px 0 24px;
	text-transform: lowercase;
}

.revelatl-wizard__summary {
	display: block;
	margin: 22px 0 0;
}

.revelatl-wizard__summary-row {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 0 0 7px;
}

.revelatl-wizard__summary-row + .revelatl-wizard__summary-row {
	margin-top: 9px;
}

.revelatl-wizard__summary-row strong {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-transform: lowercase;
}

.revelatl-wizard__summary-row span {
	color: #828282;
	display: block;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
}

.revelatl-wizard__total {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 713px;
	width: 100%;
}

.revelatl-wizard__total::after {
	content: none;
}

.revelatl-wizard__total-main {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	min-height: 0;
	padding: 0;
}

.revelatl-wizard__total-amount {
	color: #000;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 37px;
	min-height: 0;
	text-align: center;
	text-shadow: none;
	text-transform: lowercase;
}

.revelatl-wizard__total-amount::after {
	color: #000;
	content: "(iva incluido)";
	display: block;
	font-size: 15px;
	line-height: 19px;
	margin-top: -4px;
}

.revelatl-wizard__footer {
	left: 65px;
	margin: 0;
	position: absolute;
	top: 621px;
	width: 570px;
}

.revelatl-wizard__error {
	bottom: 34px;
	color: #8a4d4d;
	font-size: 14px;
	left: 0;
	line-height: 18px;
	margin: 0;
	position: absolute;
}

.revelatl-wizard__footer-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.revelatl-wizard__footer-actions .revelatl-button,
.revelatl-wizard__footer-actions button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
	padding: 0;
	text-transform: lowercase;
}

.revelatl-wizard__footer-actions .revelatl-button:hover,
.revelatl-wizard__footer-actions .revelatl-button:focus,
.revelatl-wizard__footer-actions button:hover,
.revelatl-wizard__footer-actions button:focus {
	background: transparent;
	box-shadow: none;
	color: #000;
	outline: 0;
	transform: none;
}

.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__body {
	top: 177px;
}

.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__step h3 {
	margin-bottom: 22px;
}

.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__summary {
	max-height: 385px;
	overflow-y: auto;
	padding-right: 8px;
}

.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__footer {
	top: auto;
	bottom: 86px;
}

.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__total {
	top: auto;
	bottom: 34px;
}

@media (max-width: 760px) {
	.revelatl-wizard {
		align-items: stretch;
		background: #fff;
		place-items: stretch;
		overflow: hidden;
	}

	.revelatl-wizard__dialog {
		display: flex;
		flex-direction: column;
		height: 100vh;
		height: 100dvh;
		max-height: none;
		overflow: hidden;
		padding: clamp(1rem, 5vw, 1.35rem);
		width: 100vw;
	}

	.revelatl-wizard__header h2,
	.revelatl-wizard__progress,
	.revelatl-wizard__step-label,
	.revelatl-wizard__body,
	.revelatl-wizard__footer,
	.revelatl-wizard__total {
		bottom: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
		width: 100%;
	}

	.revelatl-wizard__header {
		flex: 0 0 auto;
		padding: 0;
	}

	.revelatl-wizard__header h2 {
		font-size: clamp(1.55rem, 7vw, 1.95rem);
		line-height: 1.08;
		margin: 0 0 0.85rem;
		text-align: left;
	}

	.revelatl-wizard__progress {
		height: 4px;
		margin: 0 0 0.65rem;
		overflow: hidden;
	}

	.revelatl-wizard__progress-bar {
		height: 4px;
		min-width: 40px;
	}

	.revelatl-wizard__step-label {
		font-size: 0.88rem;
		line-height: 1.25;
		margin: 0 0 1rem;
	}

	.revelatl-wizard__body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 0.25rem 0.15rem 1rem 0;
	}

	.revelatl-wizard__step h3 {
		font-size: clamp(1.08rem, 5.2vw, 1.32rem);
		line-height: 1.18;
		margin: 0 0 1.15rem;
	}

	.revelatl-wizard__choice {
		column-gap: 0.75rem;
		font-size: 1rem;
		line-height: 1.25;
		min-height: 54px;
		padding: 0.78rem 0 0.72rem;
	}

	.revelatl-wizard__choice strong {
		font-size: 1rem;
		line-height: 1.25;
	}

	.revelatl-wizard__choice small {
		font-size: 0.86rem;
		line-height: 1.35;
		margin-top: 0.25rem;
	}

	.revelatl-wizard__choice-price {
		font-size: 0.95rem;
		line-height: 1.25;
	}

	.revelatl-wizard__fields {
		gap: 0.85rem;
		margin: 1rem 0 0;
	}

	.revelatl-wizard__field span {
		font-size: 1rem;
		line-height: 1.25;
		margin-bottom: 0.45rem;
	}

	.revelatl-wizard__field input,
	.revelatl-wizard__field textarea {
		font-size: 1rem;
		height: auto;
		line-height: 1.3;
		min-height: 48px;
		padding: 0.75rem 0.8rem;
	}

	.revelatl-wizard__hint[data-contact-hint] {
		font-size: 0.9rem;
		line-height: 1.45;
		margin: 0 0 1rem;
	}

	.revelatl-wizard__summary {
		margin: 0;
	}

	.revelatl-wizard__summary-row {
		padding: 0.72rem 0;
	}

	.revelatl-wizard__summary-row strong {
		font-size: 1rem;
		line-height: 1.25;
	}

	.revelatl-wizard__summary-row span {
		font-size: 0.9rem;
		line-height: 1.35;
	}

	.revelatl-wizard__total {
		flex: 0 0 auto;
		margin: 0.45rem 0 0.7rem;
		text-align: left;
	}

	.revelatl-wizard__total-amount {
		font-size: 1.42rem;
		line-height: 1.15;
		text-align: left;
	}

	.revelatl-wizard__total-amount::after {
		display: inline;
		font-size: 0.78rem;
		line-height: 1;
		margin-left: 0.35rem;
		margin-top: 0;
	}

	.revelatl-wizard__footer {
		background: #fff;
		border-top: 1px solid #d3d0cb;
		flex: 0 0 auto;
		padding-top: 0.75rem;
	}

	.revelatl-wizard__error {
		font-size: 0.86rem;
		line-height: 1.35;
		margin: 0 0 0.65rem;
		position: static;
	}

	.revelatl-wizard__footer-actions {
		align-items: stretch;
		display: grid;
		flex-direction: row;
		gap: 0.75rem;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		justify-content: stretch;
	}

	.revelatl-wizard__footer-actions button[hidden] {
		display: none !important;
	}

	.revelatl-wizard__footer-actions button[hidden] + button {
		grid-column: 1 / -1;
	}

	.revelatl-wizard__footer-actions .revelatl-button,
	.revelatl-wizard__footer-actions button {
		align-items: center;
		background: #fff;
		border: 1px solid #707070;
		border-radius: 999px;
		color: #000;
		display: inline-flex;
		font-size: 1rem;
		justify-content: center;
		line-height: 1;
		min-height: 52px;
		padding: 0.8rem 1rem;
		text-align: center;
		touch-action: manipulation;
		width: 100%;
	}

	.revelatl-wizard__footer-actions button:not(.is-secondary) {
		background: #000;
		color: #fff;
	}

	.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__body,
	.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__footer,
	.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__total {
		bottom: auto;
		position: static;
		top: auto;
	}

	.revelatl-wizard[data-current-step="summary"] .revelatl-wizard__summary {
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}
}

@media (max-width: 380px) {
	.revelatl-wizard__dialog {
		padding: 0.9rem;
	}

	.revelatl-wizard__footer-actions {
		gap: 0.55rem;
	}

	.revelatl-wizard__footer-actions .revelatl-button,
	.revelatl-wizard__footer-actions button {
		font-size: 0.92rem;
		padding: 0.75rem 0.65rem;
	}
}
