/**
 * EAVision J150 — precio y configuraciones (0.6.2).
 */

.eav-precio {
	padding-block: 2rem 4rem;
	background:
		linear-gradient(180deg, rgba(10, 127, 181, 0.04) 0%, transparent 18rem),
		var(--eav-color-background, #fff);
}

.eav-precio__wrap {
	max-width: 56rem;
}

.eav-breadcrumb {
	margin-bottom: 1.25rem;
}

.eav-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
	color: var(--eav-color-muted, #5a6b76);
}

.eav-breadcrumb__list li:not(:last-child)::after {
	content: "/";
	margin-left: 0.5rem;
	opacity: 0.55;
}

.eav-breadcrumb a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.eav-precio__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--eav-color-accent, #0a7fb5);
}

.eav-precio__h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.65rem, 3.5vw, 2.25rem);
	line-height: 1.2;
}

.eav-precio__h2 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
}

.eav-precio__h3 {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
}

.eav-precio__lead {
	margin: 0 0 1.5rem;
	font-size: 1.05rem;
	line-height: 1.55;
	max-width: 46rem;
}

.eav-precio__intro,
.eav-precio__base,
.eav-precio__packs,
.eav-precio__tech,
.eav-precio__table-wrap,
.eav-precio__faq,
.eav-precio__form-section,
.eav-precio__editorial {
	margin-bottom: 2.75rem;
}

.eav-precio__base {
	padding: 1.35rem 1.25rem;
	border: 1px solid rgba(18, 35, 46, 0.12);
	border-radius: var(--eav-radius-medium, 0.75rem);
	background: var(--eav-color-surface, #f5f8fa);
}

.eav-precio__amount {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.4rem 0.55rem;
	margin: 0 0 0.35rem;
}

.eav-precio__from {
	font-size: 1rem;
	color: var(--eav-color-muted, #5a6b76);
}

.eav-precio__net {
	font-size: clamp(1.85rem, 5vw, 2.5rem);
	line-height: 1.1;
	color: var(--eav-color-text, #12232e);
}

.eav-precio__vat-label {
	font-size: 0.95rem;
	font-weight: 600;
}

.eav-precio__gross {
	margin: 0 0 0.85rem;
	font-size: 1.15rem;
}

.eav-precio__desc,
.eav-precio__exclude,
.eav-precio__note {
	margin: 0 0 0.75rem;
	line-height: 1.5;
}

.eav-precio__note {
	color: var(--eav-color-muted, #5a6b76);
	font-size: 0.95rem;
}

.eav-precio__exclude--strong {
	padding: 0.85rem 1rem;
	border: 1px solid rgba(10, 127, 181, 0.3);
	border-left: 4px solid var(--eav-color-accent, #0a7fb5);
	border-radius: var(--eav-radius-small, 0.5rem);
	background: #fff;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--eav-color-text, #12232e);
}

.eav-precio__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1rem 0 0;
}

.eav-precio__demo-link {
	margin: 0.6rem 0 0;
}

.eav-precio__grid {
	display: grid;
	gap: 1rem;
}

@media (min-width: 900px) {
	.eav-precio__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
	}
}

.eav-precio-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.15rem;
	border: 1px solid rgba(18, 35, 46, 0.12);
	border-radius: var(--eav-radius-medium, 0.75rem);
	background: #fff;
}

.eav-precio-card--featured {
	border-color: rgba(10, 127, 181, 0.45);
	box-shadow: 0 8px 24px rgba(10, 127, 181, 0.08);
}

.eav-precio-card__badge {
	margin: 0;
	align-self: flex-start;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--eav-color-accent, #0a7fb5);
}

.eav-precio-card__title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.3;
}

.eav-precio-card__price {
	margin: 0;
	font-size: 1.15rem;
}

.eav-precio-card__price--ask {
	font-weight: 700;
	color: var(--eav-color-accent, #0a7fb5);
}

.eav-precio-card__gross,
.eav-precio-card__desc,
.eav-precio-card__exclude,
.eav-precio-card__note {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--eav-color-muted, #5a6b76);
}

.eav-precio-card__list {
	margin: 0.25rem 0;
	padding-left: 1.1rem;
	font-size: 0.95rem;
	line-height: 1.45;
}

.eav-precio-card__list li + li {
	margin-top: 0.3rem;
}

.eav-precio-card .eav-btn {
	margin-top: auto;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.eav-precio__two {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 768px) {
	.eav-precio__two {
		grid-template-columns: 1fr 1fr;
	}
}

.eav-precio__bullets {
	margin: 0.5rem 0 0.85rem;
	padding-left: 1.15rem;
	line-height: 1.5;
}

.eav-precio-table-scroller {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(18, 35, 46, 0.12);
	border-radius: var(--eav-radius-medium, 0.75rem);
}

.eav-precio-table {
	width: 100%;
	min-width: 34rem;
	border-collapse: collapse;
	font-size: 0.92rem;
}

.eav-precio-table th,
.eav-precio-table td {
	padding: 0.7rem 0.75rem;
	border-bottom: 1px solid rgba(18, 35, 46, 0.08);
	text-align: left;
	vertical-align: top;
}

.eav-precio-table thead th {
	background: var(--eav-color-surface, #f5f8fa);
	font-weight: 700;
}

.eav-precio-table tbody th {
	font-weight: 600;
	white-space: nowrap;
}

.eav-faq__item {
	border-bottom: 1px solid rgba(18, 35, 46, 0.1);
	padding: 0.65rem 0;
}

.eav-faq__item summary {
	cursor: pointer;
	font-weight: 600;
	line-height: 1.4;
	padding: 0.35rem 0;
}

.eav-faq__item summary:focus-visible {
	outline: 2px solid var(--eav-color-accent, #0a7fb5);
	outline-offset: 2px;
}

.eav-faq__item p {
	margin: 0.45rem 0 0.65rem;
	line-height: 1.5;
	color: var(--eav-color-muted, #5a6b76);
}

.eav-precio-form__checks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1.1rem;
}

.eav-precio-form__checks-label {
	font-weight: 600;
	width: 100%;
}

.eav-precio-form__check {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 500;
}

/* Precio form layout (home.css not loaded on this page) */
.eav-precio-form {
	position: relative;
	margin: 1.25rem 0 0;
	max-width: 40rem;
	text-align: left;
}

.eav-precio-form .eav-demo-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.1rem;
}

.eav-precio-form .eav-demo-form__full {
	grid-column: 1 / -1;
}

.eav-precio-form .eav-demo-form__field,
.eav-precio-form .eav-demo-form__grid > p {
	margin: 0;
	min-width: 0;
}

.eav-precio-form label {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
	color: var(--eav-color-text, #12232e);
}

.eav-precio-form .eav-demo-form__consent label {
	font-weight: 500;
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	line-height: 1.45;
}

.eav-precio-form .eav-demo-form__consent input[type="checkbox"] {
	margin-top: 0.2rem;
	flex-shrink: 0;
	width: 1.1rem;
	height: 1.1rem;
}

.eav-precio-form input[type="text"],
.eav-precio-form input[type="email"],
.eav-precio-form input[type="tel"],
.eav-precio-form select,
.eav-precio-form textarea {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.65rem 0.75rem;
	border-radius: var(--eav-radius-small, 0.4rem);
	border: 1px solid rgba(18, 35, 46, 0.22);
	background: #fff;
	color: var(--eav-color-text, #12232e);
	min-height: 2.85rem;
	font-size: 1rem;
	line-height: 1.35;
}

.eav-precio-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #5a6b76 50%), linear-gradient(135deg, #5a6b76 50%, transparent 50%);
	background-position: calc(100% - 1.1rem) calc(50% - 0.15rem), calc(100% - 0.75rem) calc(50% - 0.15rem);
	background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
	background-repeat: no-repeat;
	padding-right: 2rem;
}

.eav-precio-form textarea {
	min-height: 8rem;
	resize: vertical;
}

.eav-precio-form input:focus-visible,
.eav-precio-form select:focus-visible,
.eav-precio-form textarea:focus-visible {
	outline: 2px solid var(--eav-color-accent, #0a7fb5);
	outline-offset: 1px;
	border-color: var(--eav-color-accent, #0a7fb5);
}

.eav-precio-form .eav-demo-form__actions {
	margin: 1.15rem 0 0;
}

.eav-precio-form .eav-demo-form__actions .eav-btn {
	min-height: 2.85rem;
	min-width: 12rem;
}

.eav-precio-form .eav-demo-form__status {
	min-height: 1.35rem;
	margin-top: 0.85rem;
	line-height: 1.45;
}

.eav-precio-form.is-success .eav-demo-form__status {
	font-weight: 600;
	color: #1a7a3c;
}

.eav-precio-form.is-error .eav-demo-form__status {
	font-weight: 600;
	color: #a11f1f;
}

.eav-precio-form .eav-demo-form__hp {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.eav-precio__editorial {
	padding-top: 0.5rem;
	border-top: 1px solid rgba(18, 35, 46, 0.1);
}

@media (max-width: 700px) {
	.eav-precio-form .eav-demo-form__grid {
		grid-template-columns: 1fr;
	}

	.eav-precio-form .eav-demo-form__actions .eav-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.eav-precio__actions {
		flex-direction: column;
	}

	.eav-precio__actions .eav-btn {
		width: 100%;
		justify-content: center;
	}
}
