/* Lazuri Fit - guia "Como tomar tus medidas". Hoja de estilos INDEPENDIENTE
   del panel principal (lazuri-fit-public.css); no redefine ninguna clase de
   ese archivo. Misma paleta de marca para integrarse visualmente. */

.lazuri-fit-guide-open-btn {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 6px 0 0;
	padding: 0.4em 0;
	background: none;
	border: none;
	color: #6b645c;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
}
.lazuri-fit-guide-open-btn:hover,
.lazuri-fit-guide-open-btn:focus-visible { color: #a3593f; }
.lazuri-fit-guide-open-btn:focus-visible { outline: 2px solid #a3593f; outline-offset: 2px; }

.lazuri-fit-guide-backdrop {
	position: fixed; inset: 0; background: rgba(20, 18, 16, 0.5); z-index: 2147483002;
}

.lazuri-fit-guide-modal {
	position: fixed;
	top: 50%; left: 50%;
	width: min(480px, 92vw);
	max-height: 88vh;
	background: #fff;
	border-radius: 16px;
	z-index: 2147483003;
	box-shadow: 0 12px 40px rgba(0,0,0,0.25);
	transform: translate(-50%, -50%) scale(0.96);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
	display: flex;
	flex-direction: column;
}
.lazuri-fit-guide-modal.is-open { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
.lazuri-fit-guide-modal[hidden] { display: none; }

.lazuri-fit-guide-modal__inner {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	padding: 20px 22px calc(20px + env(safe-area-inset-bottom, 0px));
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.lazuri-fit-guide-close-btn {
	align-self: flex-end;
	background: none; border: none; font-size: 1.6rem; line-height: 1; cursor: pointer;
	color: #6b645c; padding: 4px 8px; margin-bottom: 4px;
}
.lazuri-fit-guide-close-btn:focus-visible { outline: 2px solid #a3593f; }

.lazuri-fit-guide-title { font-size: 1.15rem; font-weight: 700; color: #1d1a17; margin: 0 0 6px; text-align: center; }
.lazuri-fit-guide-subtitle { font-size: 0.8rem; color: #6b645c; text-align: center; margin: 0 0 16px; }

.lazuri-fit-guide-tabs { display: flex; border: 1px solid #d8d2c8; border-radius: 999px; overflow: hidden; margin: 0 auto 18px; max-width: 260px; }
.lazuri-fit-guide-tab {
	flex: 1 1 0; border: none; background: transparent; padding: 0.55em 0.4em;
	font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase;
	cursor: pointer; color: #6b645c;
}
.lazuri-fit-guide-tab.is-active { background: #1d1a17; color: #fff; }

.lazuri-fit-guide-image { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto 16px; }

.lazuri-fit-guide-list { margin: 0 0 16px; }
.lazuri-fit-guide-list dt {
	font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em;
	color: #1d1a17; margin-top: 12px;
}
.lazuri-fit-guide-list dt:first-child { margin-top: 0; }
.lazuri-fit-guide-list dd { margin: 2px 0 0; font-size: 0.85rem; color: #4a453f; line-height: 1.4; }

.lazuri-fit-guide-important {
	background: #f7f4ef; border-radius: 8px; padding: 12px; font-size: 0.8rem; color: #4a453f; line-height: 1.4; margin: 0;
}
.lazuri-fit-guide-important strong { display: block; margin-bottom: 4px; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.03em; color: #1d1a17; }

@media (max-width: 640px) {
	.lazuri-fit-guide-modal { width: 94vw; max-height: 90vh; }
	.lazuri-fit-guide-modal__inner { padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px)); }
}
