/* Páginas corporativas — réplica layout Ohio / WordPress */

.corporate-amerce {
	--corp-text: #111013;
	--corp-accent: #d91842;
	--font-body: "DM Sans", sans-serif;
	color: var(--corp-text);
	font-family: var(--font-body);
}

.corporate-amerce h1,
.corporate-amerce h2,
.corporate-amerce h3,
.corporate-amerce h4,
.corporate-amerce h5,
.corporate-amerce h6,
.corporate-amerce .ohio-heading__title {
	font-family: var(--font-body);
	font-weight: 600;
	color: var(--corp-text);
}

.fantasia-page-container {
	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.fantasia-page-container--corporate {
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
}

/* Breadcrumb estilo Ohio */
.fantasia-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
	font-size: 0.9225rem;
	line-height: 1.6;
	color: var(--corp-text);
}

.fantasia-breadcrumb__item {
	display: inline-flex;
	align-items: center;
}

.fantasia-breadcrumb__link {
	color: inherit;
	text-decoration: none;
}

.fantasia-breadcrumb__link:hover {
	text-decoration: underline;
}

.fantasia-breadcrumb__current {
	color: inherit;
}

.fantasia-breadcrumb__sep {
	display: inline-block;
	width: 5px;
	height: 9px;
	margin: 0 0.65rem;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M0 14.5697L1.36504 16L9 8L1.36504 0L0 1.4303L6.26992 8L0 14.5697Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M0 14.5697L1.36504 16L9 8L1.36504 0L0 1.4303L6.26992 8L0 14.5697Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Secciones */
.fantasia-corp-section {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.fantasia-corp-section--history {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.fantasia-corp-section--specialists {
	padding-bottom: 3rem;
}

.fantasia-corp-specialists__content {
	padding-top: 0;
}

@media (min-width: 992px) {
	.fantasia-corp-specialists__content {
		padding-top: 5rem;
	}
}

/* Ohio heading widget */
.ohio-heading--left {
	text-align: left;
}

.ohio-heading__title--hero {
	font-size: clamp(1.65rem, 3.2vw, 1.96rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0;
}

.ohio-heading__title--h4 {
	font-size: 1.245rem;
	line-height: 1.3;
	margin: 0 0 0;
}

.ohio-heading__title--h3 {
	font-size: 1.498rem;
	line-height: 1.2;
	margin: 0;
}

.ohio-heading__highlight {
	background: linear-gradient(var(--corp-accent), var(--corp-accent)) 0 100% / 100% 10% no-repeat;
}

.ohio-heading__subtitle {
	margin: 1.875rem 0 0;
	font-size: 0.9225rem;
	line-height: 1.6;
	font-weight: 400;
	color: var(--corp-text);
}

.ohio-heading__subtitle--label {
	margin: 0 0 0.75rem;
	font-size: 0.9225rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

/* Texto de contenido */
.ohio-text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.025rem;
	line-height: 1.6;
	color: var(--corp-text);
}

.ohio-text p {
	margin: 0 0 1rem;
}

.ohio-text p:last-child {
	margin-bottom: 0;
}

.ohio-text ul {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

.ohio-text li + li {
	margin-top: 0.35rem;
}

.ohio-text strong {
	font-weight: 600;
}

/* Imágenes redondeadas (vc_box_rounded) */
.ohio-figure__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

/* FAQ — Preguntas frecuentes */
.page-faq .ohio-heading__title--faq-hero {
	font-size: clamp(2rem, 4.5vw, 3.06rem);
	line-height: 1.1;
}

.fantasia-faq-hero {
	padding-bottom: 2rem;
}

.fantasia-faq-section {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.fantasia-faq-section + .fantasia-faq-section {
	padding-top: 4rem;
}

.fantasia-faq-section__title {
	font-size: 2.08rem;
	line-height: 1.2;
	margin: 0 0 1.5rem;
}

.fantasia-faq-item + .fantasia-faq-item {
	margin-top: 0;
}

.fantasia-faq-item__question {
	font-family: var(--font-body);
	font-size: 1.415rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 2em 0 1.1em;
	color: var(--corp-text);
}

.fantasia-faq-item__answer p {
	margin: 0 0 1rem;
}

.fantasia-faq-item__answer p:last-child {
	margin-bottom: 0;
}

.fantasia-faq-item__answer small {
	font-size: 0.875em;
}

.fantasia-corp-section--history .ohio-heading__title--h4 {
	margin-bottom: 0;
}

.fantasia-corp-section--history .ohio-text {
	margin-top: 1.25rem;
}

.fantasia-corp-section--specialists .ohio-heading__subtitle--label + .ohio-heading__title--h3 {
	margin-top: 0;
}

.fantasia-corp-section--specialists .ohio-text {
	margin-top: 1rem;
}

/* Contacto */
.page-contacto .ohio-heading__title--contact {
	font-size: clamp(1.65rem, 3.2vw, 2.08rem);
	line-height: 1.2;
	margin: 0 0 1.5rem;
}

.fantasia-contact-section {
	padding-top: 1rem;
	padding-bottom: 3rem;
}

.fantasia-contact-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.25rem;
}

.fantasia-contact-form__field {
	margin-bottom: 1.25rem;
	flex: 1 1 100%;
}

.fantasia-contact-form__field--half {
	flex: 1 1 calc(50% - 0.625rem);
	min-width: 0;
}

.fantasia-contact-form__field--invalid .fantasia-contact-form__input,
.fantasia-contact-form__field--invalid .fantasia-contact-form__textarea {
	border-color: #d92d20;
	box-shadow: 0 0 0 1px rgba(217, 45, 32, 0.15);
}

.fantasia-contact-form__field-error {
	margin: 0.4rem 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #b42318;
	font-weight: 500;
}

.fantasia-contact-form__summary {
	margin-bottom: 1.25rem;
	padding: 1rem 1.15rem;
	border: 1px solid #fecdca;
	border-left: 4px solid #d92d20;
	border-radius: 8px;
	background: #fef3f2;
	color: #7a271a;
}

.fantasia-contact-form__summary-title {
	margin: 0 0 0.5rem;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.fantasia-contact-form__summary-list {
	margin: 0;
	padding-left: 1.15rem;
	font-size: 14px;
	line-height: 1.5;
}

.fantasia-contact-form__summary-list li {
	margin-top: 0.35rem;
	cursor: pointer;
}

.fantasia-contact-form__summary-list li[data-field-link] {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fantasia-contact-form__success {
	margin-bottom: 1.25rem;
	padding: 1rem 1.15rem;
	border: 1px solid #abefc6;
	border-left: 4px solid #079455;
	border-radius: 8px;
	background: #ecfdf3;
	color: #085d3a;
	font-size: 15px;
	line-height: 1.5;
}

.fantasia-contact-form__success p {
	margin: 0;
}

@media (max-width: 575px) {
	.fantasia-contact-form__field--half {
		flex-basis: 100%;
	}
}

.fantasia-contact-form__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--corp-text);
}

.fantasia-contact-form__required {
	color: var(--corp-accent);
}

.fantasia-contact-form__input,
.fantasia-contact-form__textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 12px;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.5;
	color: var(--corp-text);
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	transition: border-color 0.15s ease;
}

.fantasia-contact-form__input:focus,
.fantasia-contact-form__textarea:focus {
	outline: none;
	border-color: var(--corp-text);
}

.fantasia-contact-form__textarea {
	min-height: 140px;
	resize: vertical;
}

.fantasia-contact-form__field--checkbox {
	margin-bottom: 1rem;
}

.fantasia-contact-form__checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	cursor: pointer;
}

.fantasia-contact-form__checkbox {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	margin-top: 0.2rem;
}

.fantasia-contact-form__checkbox-label a {
	color: inherit;
	text-decoration: underline;
}

.fantasia-contact-form__actions {
	margin-top: 0.5rem;
}

.fantasia-contact-form__submit {
	display: inline-block;
	padding: 0.65rem 1.75rem;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	background: var(--corp-accent);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.fantasia-contact-form__submit:hover {
	opacity: 0.9;
}

.fantasia-contact-form__output {
	margin-top: 1rem;
}

.page-contacto .err_msg,
.page-contacto .ok_msg {
	font-size: 15px;
	line-height: 1.5;
}

.page-contacto .err_msg {
	color: #b42318;
}

.page-contacto .ok_msg {
	color: #027a48;
}

.page-contacto .err_msg ul {
	margin: 0;
	padding-left: 1.25rem;
}

.fantasia-contact-stores p {
	margin: 0 0 1.25rem;
}

.fantasia-contact-stores p:last-child {
	margin-bottom: 0;
}

.fantasia-contact-stores a {
	color: inherit;
}

.fantasia-contact-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.fantasia-contact-form__captcha-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.fantasia-contact-form__captcha-img {
	display: block;
	border-radius: 8px;
	border: 1px solid #d0d5dd;
}

.fantasia-contact-form__input--captcha {
	flex: 1 1 140px;
	max-width: 200px;
}

.fantasia-contact-form__captcha-refresh {
	padding: 0.45rem 0.85rem;
	font-family: var(--font-body);
	font-size: 14px;
	color: var(--corp-text);
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	cursor: pointer;
}

.fantasia-contact-form__captcha-refresh:hover {
	border-color: var(--corp-text);
}

.fantasia-contact-form__hint {
	margin: 0.4rem 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #6b7280;
}

.page-contacto .busywindow {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.45);
	cursor: wait;
}

@media (max-width: 575px) {
	.fantasia-page-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ohio-heading__after br {
		display: none;
	}
}

/* Páginas legales */
.fantasia-legal-section {
	padding-top: 0.5rem;
	padding-bottom: 3.5rem;
}

.ohio-heading__title--legal {
	font-size: clamp(1.65rem, 3.2vw, 2.08rem);
	line-height: 1.2;
	margin: 0 0 1.5rem;
}

.fantasia-legal-content {
	max-width: 900px;
	font-size: 15px;
	line-height: 1.7;
	color: #3d3d3d;
}

.fantasia-legal-content h2 {
	margin: 2rem 0 0.85rem;
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 600;
	color: #1a1a1a;
}

.fantasia-legal-content h3 {
	margin: 1.5rem 0 0.65rem;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 600;
	color: #1a1a1a;
}

.fantasia-legal-content p {
	margin: 0 0 1rem;
}

.fantasia-legal-content ul,
.fantasia-legal-content ol {
	margin: 0 0 1.25rem;
	padding-left: 1.35rem;
}

.fantasia-legal-content li {
	margin-bottom: 0.45rem;
}

.fantasia-legal-content a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fantasia-legal-content a:hover {
	color: #111;
}

.fantasia-legal-content strong {
	font-weight: 600;
	color: #1a1a1a;
}

/* Blog */
.fantasia-blog-section {
	padding-top: 0.5rem;
	padding-bottom: 3.5rem;
}

.ohio-heading__title--blog,
.ohio-heading__title--blog-single {
	font-size: clamp(1.65rem, 3.2vw, 2.25rem);
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.fantasia-blog-header__lead {
	margin: 0 0 1.75rem;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #5c5c5c;
	max-width: 720px;
}

.fantasia-blog-filters {
	margin-bottom: 2rem;
}

.fantasia-blog-filters__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fantasia-blog-filters__link {
	display: inline-block;
	padding: 0.4rem 0.9rem;
	border: 1px solid #e4e4e4;
	border-radius: 999px;
	font-size: 14px;
	color: #3d3d3d;
	text-decoration: none;
	transition: border-color 0.15s, color 0.15s;
}

.fantasia-blog-filters__link:hover,
.fantasia-blog-filters__link--active {
	border-color: #111;
	color: #111;
}

.fantasia-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.75rem 1.5rem;
}

.fantasia-blog-card {
	height: 100%;
}

.fantasia-blog-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.fantasia-blog-card__media {
	margin: 0 0 1rem;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 16 / 10;
	background: #f3f3f3;
}

.fantasia-blog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.25s ease;
}

.fantasia-blog-card__link:hover .fantasia-blog-card__img {
	transform: scale(1.03);
}

.fantasia-blog-card__meta {
	margin-bottom: 0.45rem;
	font-size: 13px;
	color: #7a7a7a;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.fantasia-blog-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	line-height: 1.35;
	font-weight: 600;
	color: #1a1a1a;
}

.fantasia-blog-card__date {
	display: block;
	margin-bottom: 0.65rem;
	font-size: 13px;
	color: #8a8a8a;
}

.fantasia-blog-card__excerpt {
	margin: 0 0 0.85rem;
	font-size: 14px;
	line-height: 1.6;
	color: #5c5c5c;
}

.fantasia-blog-card__more {
	margin-top: auto;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fantasia-blog-empty {
	padding: 2rem 0;
	color: #6b6b6b;
}

.fantasia-blog-pagination {
	margin-top: 2.5rem;
}

.fantasia-blog-pagination__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fantasia-blog-pagination__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.65rem;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.fantasia-blog-pagination__item.is-active .fantasia-blog-pagination__link {
	background: #111;
	border-color: #111;
	color: #fff;
}

.fantasia-blog-article__header {
	max-width: 820px;
	margin-bottom: 1.5rem;
}

.fantasia-blog-article__meta {
	margin-bottom: 0.65rem;
	font-size: 13px;
}

.fantasia-blog-article__category,
.fantasia-blog-article__tag {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fantasia-blog-article__date {
	display: block;
	font-size: 14px;
	color: #8a8a8a;
}

.fantasia-blog-article__figure {
	margin: 0 0 2rem;
	border-radius: 12px;
	overflow: hidden;
}

.fantasia-blog-article__img {
	width: 100%;
	height: auto;
	display: block;
}

.fantasia-blog-content {
	max-width: 820px;
	font-size: 16px;
	line-height: 1.75;
	color: #3d3d3d;
}

.fantasia-blog-content h2,
.fantasia-blog-content h3 {
	margin: 2rem 0 0.85rem;
	font-weight: 600;
	color: #1a1a1a;
}

.fantasia-blog-content p {
	margin: 0 0 1rem;
}

.fantasia-blog-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.fantasia-blog-content a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fantasia-blog-article__tags {
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid #ececec;
	font-size: 14px;
}

.fantasia-blog-article__tags-label {
	font-weight: 600;
	margin-right: 0.35rem;
}

.fantasia-blog-article__back {
	margin-top: 2.5rem;
}

.fantasia-blog-article__back-link {
	font-weight: 600;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 991px) {
	.fantasia-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.fantasia-blog-grid {
		grid-template-columns: 1fr;
	}
}
