/**
 * Vivero Daliz — Estilos de la Home Page
 * Actualizado: 2026-03-25
 * Nomenclatura: BEM con prefijo vivero-
 * Enfoque: mobile-first
 * Breakpoints: 480px · 768px · 1024px · 1280px
 */

/* Forzar que la home ocupe todo el ancho (Storefront limita con col-full) */
.vivero-home,
#content,
#content > .col-full,
.col-full,
.page-template-front-page #content,
.page-template-front-page #content > .col-full,
.page-template-front-page .content-area,
.page-template-front-page .site-main,
#content .vivero-home {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	overflow-x: hidden;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.vivero-hero {
	position: relative;
	width: 100%;
	min-height: 500px;
	background-color: #f5f5f0;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.vivero-hero__overlay {
	position: absolute;
	inset: 0;
	background: none;
	z-index: 1;
}

.vivero-hero__container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 3rem 1.5rem;
}

.vivero-hero__content {
	max-width: 720px;
	text-align: center;
}

/* Hero background mobile only */
@media (max-width: 767px) {
	.vivero-hero {
		background-image: url('../img/final-mobile-hero.png') !important;
		background-color: transparent;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		min-height: 100vh;
		padding-bottom: 0;
	}
	.vivero-hero {
		align-items: flex-start;
	}
	.vivero-hero__container {
		padding-top: 3rem;
		padding-bottom: 50vw;
	}
	/* Eliminar espacio entre navbar y hero */
	#content,
	.site-content,
	.site-main,
	.page-template-front-page .site-content {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/* Texto 1 — Badge */
.vivero-hero__badge {
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 1px solid #E8E4D9;
	border-radius: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #2A4428;
	background-color: #FFFFFF;
	margin-bottom: 1.5rem;
}

.vivero-hero__badge strong {
	font-weight: 800;
}

.vivero-hero__badge strong {
	font-weight: 800;
}

/* Texto 2 — Título principal */
.vivero-hero__title {
	font-family: 'Playfair Display', serif;
	font-size: 31px;
	font-weight: 700;
	color: #111111;
	line-height: 1.15;
	margin: 0 0 1.25rem 0;
}

/* Texto 3 — Descripción */
.vivero-hero__description {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #111111;
	line-height: 1.6;
	margin: 0 0 1.5rem 0;
}

.vivero-hero__description strong {
	font-weight: 700;
}

/* Texto 4 — Botón CTA */
.vivero-hero__cta {
	display: inline-block;
	padding: 0.6rem 1.5rem;
	background-color: #2A4428;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 14px;
	transition: background-color 0.2s, transform 0.2s;
}

.vivero-hero__cta:hover {
	background-color: #1d3320;
	transform: translateY(-1px);
}

.vivero-hero__cta:active {
	transform: translateY(0);
}

/* ==========================================================================
   Beneficios / Barra de confianza
   ========================================================================== */
.vivero-benefits {
	position: relative;
	width: 100%;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.vivero-benefits__overlay {
	position: absolute;
	inset: 0;
	background: none;
	z-index: 1;
}

.vivero-benefits__container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
	width: fit-content;
	max-width: 1662px;
	margin: 0 auto;
	padding: 1.5rem 2rem;
	min-height: 217px;
	justify-content: center;
}

.vivero-benefits__item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.vivero-benefits__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #2A4428;
}

.vivero-benefits__text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.vivero-benefits__text strong {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #111111;
	white-space: nowrap;
}

.vivero-benefits__text span {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #4B4B4B;
	white-space: nowrap;
}

/* ==========================================================================
   Categorías — Slider
   ========================================================================== */
.vivero-categories {
	width: 100%;
	background-color: #FFFFFF;
	padding: 3rem 0;
}

.vivero-categories__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 2rem 1.5rem 0;
}

.vivero-categories__title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-align: center;
	margin: 0 0 3rem 0;
}

.vivero-categories__nav {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.vivero-categories__slider-wrapper {
	flex: 1;
	overflow: hidden;
}

/* Flechas de navegación */
.vivero-categories__arrow {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
	color: #111111;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: background-color 0.2s, border-color 0.2s;
	padding: 0;
}

.vivero-categories__arrow:hover {
	background-color: #f5f5f0;
	border-color: #2A4428;
}

/* Contenedor del slider con scroll horizontal */
.vivero-categories__slider {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 0.5rem 0 1rem;
}

/* Ocultar scrollbar */
.vivero-categories__slider {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.vivero-categories__slider::-webkit-scrollbar {
	display: none;
}

/* Card de cada categoría */
.vivero-categories__card {
	flex: 0 0 100%;
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	transition: transform 0.2s;
}

.vivero-categories__card:hover {
	transform: translateY(-4px);
}

/* Imagen placeholder */
.vivero-categories__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #f9f9f9;
	border-radius: 12px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
}

.vivero-categories__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

/* Nombre de la categoría */
.vivero-categories__name {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #111111;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #E8E4D9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 0.4rem 0.8rem;
	border-radius: 25px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ==========================================================================
   Productos Destacados
   ========================================================================== */
.vivero-featured {
	width: 100%;
	background-color: #F9FFF5;
	padding: 3rem 0;
	overflow: hidden;
}

.vivero-featured__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 2.5rem 1.5rem 0;
	position: relative;
}

.vivero-featured__title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-align: center;
	margin: 0 0 0.5rem 0;
}

.vivero-featured__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4B4B4B;
	text-align: center;
	margin: 0 0 1.5rem 0;
}

/* Pestañas */
.vivero-featured__tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 4px;
	width: fit-content;
	margin: 0 auto 2rem;
	border: 1px solid #eee;
}

.vivero-featured__tab {
	position: relative;
	z-index: 2;
	padding: 0.5rem 1.5rem;
	border: none;
	background: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #4B4B4B;
	border-radius: 30px;
	transition: color 0.3s;
}

.vivero-featured__tab.is-active {
	color: #FFFFFF;
}

.vivero-featured__tab-indicator {
	position: absolute;
	z-index: 1;
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
	background-color: #2A4428;
	border-radius: 30px;
	transition: left 0.3s, width 0.3s;
}

/* Paneles */
.vivero-featured__panel {
	display: none;
}

.vivero-featured__panel.is-active {
	display: block;
}

/* Grid de cards */
.vivero-featured__grid {
	display: flex;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 0.5rem;
}

.vivero-featured__grid::-webkit-scrollbar {
	display: none;
}

/* Paginación de productos — ocultar páginas inactivas */
.vivero-featured__page {
	display: none;
}

.vivero-featured__page.is-active {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	padding-bottom: 0.5rem;
}

.vivero-featured__page.is-active::-webkit-scrollbar {
	display: none;
}

/* Card */
.vivero-featured__card {
	background-color: #FFFFFF;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	transition: box-shadow 0.2s;
}

.vivero-featured__card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Imagen de la card */
.vivero-featured__card-image {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	background-color: #f5f5f0;
	overflow: hidden;
}

.vivero-featured__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vivero-featured__card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* Badge */
.vivero-featured__card-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 0.25rem 0.75rem;
	background-color: #2A4428;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	border-radius: 6px;
}

/* Botón favorito */
.vivero-featured__card-fav {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: #111111;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: color 0.2s, transform 0.2s;
	padding: 0;
}

.vivero-featured__card-fav:hover {
	color: #e74c3c;
	transform: scale(1.1);
}

/* Corazón activo (en wishlist) */
.vivero-featured__card-fav.is-active {
	color: #e74c3c;
}

.vivero-featured__card-fav.is-active svg {
	fill: #e74c3c;
	stroke: #e74c3c;
}

/* Estado de carga */
.vivero-featured__card-fav.is-loading {
	pointer-events: none;
	opacity: 0.5;
}

/* Cuerpo de la card */
.vivero-featured__card-body {
	padding: 1rem 1.25rem 1.25rem;
}

.vivero-featured__card-meta {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #4B4B4B;
	margin-bottom: 0.5rem;
}

.vivero-featured__card-link {
	display: block;
}

.vivero-featured__card-name-link {
	text-decoration: none;
	color: inherit;
}

.vivero-featured__card-name-link:hover .vivero-featured__card-name {
	color: #2A4428;
}

.vivero-featured__card-name {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	margin: 0 0 0.75rem 0;
	line-height: 1.3;
	transition: color 0.2s;
}

.vivero-featured__card-stars {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-bottom: 0.75rem;
}

.vivero-featured__card-price-wrap {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.vivero-featured__card-price {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #111111;
}

.vivero-featured__card-price--old {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	text-decoration: line-through;
}

.vivero-featured__card-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #25D366;
	border: 1px solid #25D366;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	transition: background-color 0.2s, border-color 0.2s;
}

.vivero-featured__card-cart:hover {
	background-color: #1DA851;
	border-color: #1DA851;
	color: #FFFFFF;
}

/* Dots */
.vivero-featured__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 2rem;
}

.vivero-featured__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #ccc;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s;
}

.vivero-featured__dot.is-active {
	background-color: #2A4428;
}

/* Imagen decorativa esquina superior derecha */
.vivero-featured {
	position: relative;
	overflow: hidden;
}

.vivero-featured__deco {
	display: none;
	position: absolute;
	top: -2rem;
	right: -1rem;
	width: 180px;
	height: auto;
	z-index: 3;
	pointer-events: none;
}

/* Wrapper servicios + historia con planta decorativa */
.vivero-services-history-wrap {
	position: relative;
}

.vivero-services-history-wrap__deco {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
	height: auto;
	z-index: 10;
	pointer-events: none;
}

/* ==========================================================================
   Producto Estrella
   ========================================================================== */
.vivero-star {
	width: 100%;
	background-color: #FFFFFF;
	padding: 2.5rem 1.5rem;
}

.vivero-star__container {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	background-color: #FDF8EC;
}

/* Imagen izquierda */
.vivero-star__image {
	position: relative;
	width: 100%;
	max-height: 280px;
	background-color: #e8e8e0;
	overflow: hidden;
}

.vivero-star__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vivero-star__image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.vivero-star__badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	padding: 0.4rem 1rem;
	background-color: #2A4428;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	border-radius: 20px;
}

/* Contenido derecho */
.vivero-star__content {
	padding: 2rem 1.5rem;
	background-image: url('../img/producto-estrella-derecha.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.vivero-star__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 34px;
	padding: 0 0.85rem;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #2A4428;
	margin-bottom: 1rem;
}

.vivero-star__title {
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: 700;
	color: #111111;
	margin: 0 0 0.75rem 0;
	line-height: 1.2;
}

.vivero-star__desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

/* Lista de beneficios */
.vivero-star__features {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.vivero-star__feature {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #111111;
}

.vivero-star__feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 50%;
	flex-shrink: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

.vivero-star__feature-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Precio */
.vivero-star__pricing {
	margin-bottom: 1.25rem;
}

.vivero-star__pricing-label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #4B4B4B;
	margin-bottom: 0.25rem;
}

.vivero-star__pricing-amount {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: 700;
	color: #111111;
}

.vivero-star__pricing-symbol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

/* Botón CTA */
.vivero-star__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.6rem 1.5rem;
	background-color: #25D366;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
	text-decoration: none;
	transition: background-color 0.2s;
}

.vivero-star__cta:hover {
	background-color: #1DA851;
	color: #FFFFFF;
	color: #FFFFFF;
}

/* ==========================================================================
   Nuestros Servicios
   ========================================================================== */
.vivero-services {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0.5rem 1.5rem 3rem;
}

.vivero-services__container {
	max-width: 1280px;
	margin: 0 auto;
}

.vivero-services__title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-align: center;
	margin: 0 0 1rem 0;
}

.vivero-services__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4B4B4B;
	text-align: center;
	margin: 0 0 2rem 0;
}

/* Grid de cards */
.vivero-services__grid {
	display: flex;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin-bottom: 2.5rem;
	padding-bottom: 0.5rem;
}

.vivero-services__grid::-webkit-scrollbar {
	display: none;
}

/* Card */
.vivero-services__card {
	background-color: #FFFFFF;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	flex: 0 0 100%;
	scroll-snap-align: center;
}

/* Dots de servicios — solo mobile */
.vivero-services__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.vivero-services__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #ccc;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s;
}

.vivero-services__dot.is-active {
	background-color: #2A4428;
}

.vivero-services__card-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	background-color: #f5f5f0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.vivero-services__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vivero-services__card-title {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 600;
	color: #111111;
	margin: 1rem 1rem 0.5rem;
	line-height: 1.3;
}

.vivero-services__card-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #4B4B4B;
	margin: 0 1rem 1.25rem;
	line-height: 1.5;
}

/* Botón CTA */
.vivero-services__cta-wrap {
	text-align: center;
}

.vivero-services__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 32px;
	padding: 0;
	background-color: #2A4428;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.2s;
}

.vivero-services__cta:hover {
	background-color: #1a2e1a;
	color: #FFFFFF;
}

/* ==========================================================================
   Nuestra Historia
   ========================================================================== */
.vivero-history {
	width: 100%;
	background-color: #EBF2F2;
	padding: 3rem 1.5rem;
}

.vivero-history__container {
	display: flex;
	flex-direction: column;
	max-width: 1000px;
	margin: 0 auto;
	gap: 2rem;
}

/* Imagen izquierda */
.vivero-history__image {
	width: 100%;
	min-height: 350px;
	background-color: #dde5e5;
	border-radius: 16px;
	overflow: hidden;
}

.vivero-history__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vivero-history__image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 350px;
}

/* Contenido derecho */
.vivero-history__content {
	width: 100%;
}

.vivero-history__title {
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: 500;
	color: #2A4428;
	margin: 0 0 0.75rem 0;
	line-height: 1.2;
}

.vivero-history__text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 1.6;
	margin: 0 0 0.75rem 0;
	text-align: justify;
}

.vivero-history__values-title {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 500;
	color: #2A4428;
	margin: 1rem 0 0.75rem 0;
}

/* Grid de valores — apiladas en mobile */
.vivero-history__values-grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 0.5rem;
}

/* Card de valor — icono izquierda, título+texto derecha en mobile */
.vivero-history__value-card {
	background-color: #FFFBEB;
	border: 1px solid #E8E4D9;
	border-radius: 12px;
	padding: 1rem;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.75rem;
}

.vivero-history__value-icon {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.vivero-history__value-name {
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	font-weight: 600;
	color: #2A4428;
	margin: 0 0 0.35rem 0;
}

.vivero-history__value-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 1.5;
	margin: 0;
}

/* ==========================================================================
   Testimoniales
   ========================================================================== */
.vivero-testimonials {
	width: 100%;
	background-image: url('../img/backgrpund.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4.5rem 1.5rem 3rem;
	position: relative;
	overflow: hidden;
}

.vivero-testimonials__container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}


.vivero-testimonials__title {
	font-family: 'Playfair Display', serif;
	font-size: 29px;
	font-weight: 700;
	color: #111111;
	text-align: center;
	margin: 0 0 0.5rem 0;
	position: relative;
	z-index: 1;
}

.vivero-testimonials__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4B4B4B;
	text-align: center;
	margin: 0 0 3rem 0;
	position: relative;
	z-index: 1;
}

/* Controles del carrusel (flechas) */
.vivero-testimonials__controls {
	display: none;
}

/* Grid de testimonios — carrusel */
.vivero-testimonials__grid {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
}

.vivero-testimonials__grid::-webkit-scrollbar {
	display: none;
}

/* Card — ahora es un <a> */
.vivero-testimonials__card {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 16px;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 0 0 85%;
	max-width: 340px;
	scroll-snap-align: center;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.25s, border-color 0.25s;
}

.vivero-testimonials__card:hover {
	border-color: #FBBC04;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Dots del carrusel */
.vivero-testimonials__dots {
	display: flex;
	justify-content: center;
	gap: 0.4rem;
	margin-bottom: 1.25rem;
}

.vivero-testimonials__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background-color: #D9D9D9;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s, width 0.3s;
}

.vivero-testimonials__dot.is-active {
	background-color: #2A4428;
	width: 24px;
	border-radius: 4px;
}

/* Header de la card */
.vivero-testimonials__card-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

/* Avatar con iniciales */
.vivero-testimonials__card-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #2A4428;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.vivero-testimonials__card-initials {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1;
}

.vivero-testimonials__card-info {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.vivero-testimonials__card-name {
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	margin: 0;
}

.vivero-testimonials__card-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.vivero-testimonials__card-date {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #9E9E9E;
	margin-left: 0.4rem;
}

/* Texto de la reseña */
.vivero-testimonials__card-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 1.55;
	margin: 0;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Fuente: Reseña de Google */
.vivero-testimonials__card-source {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 0.5rem;
	border-top: 1px solid #F0F0F0;
}

.vivero-testimonials__card-source span {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #9E9E9E;
}

.vivero-testimonials__google-icon {
	flex-shrink: 0;
}

/* Tag de calificación */
.vivero-testimonials__rating-wrap {
	text-align: center;
}

a.vivero-testimonials__rating-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 30px;
	padding: 0.75rem 1.75rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #4B4B4B;
	text-decoration: none;
	transition: border-color 0.25s, box-shadow 0.25s;
}

a.vivero-testimonials__rating-tag:hover {
	border-color: #FBBC04;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

a.vivero-testimonials__rating-tag strong {
	font-weight: 600;
	color: #111111;
}

.vivero-testimonials__rating-sep {
	font-size: 18px;
	line-height: 1;
}

/* ==========================================================================
   Comunidad Verde (Instagram)
   ========================================================================== */
.vivero-community {
	width: 100%;
	background-color: #FFFDF3;
	padding: 3rem 1.5rem;
}

.vivero-community__container {
	max-width: 1280px;
	margin: 0 auto;
}

.vivero-community__title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-align: center;
	margin: 0 0 0.5rem 0;
}

.vivero-community__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4B4B4B;
	text-align: center;
	margin: 0 0 2rem 0;
}

/* Grid de imágenes */
.vivero-community__grid {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
}

.vivero-community__grid::-webkit-scrollbar {
	display: none;
}

.vivero-community__image {
	flex: 0 0 calc(50% - 0.5rem);
	height: 200px;
	background-color: #f0ede3;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	scroll-snap-align: start;
	justify-content: center;
}

.vivero-community__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Dots de comunidad — solo mobile */
.vivero-community__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.vivero-community__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #ccc;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s;
}

.vivero-community__dot.is-active {
	background-color: #2A4428;
}

/* Botón CTA */
.vivero-community__cta-wrap {
	text-align: center;
}

.vivero-community__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.5rem 1.2rem;
	background: none;
	border: 1px solid #2A4428;
	border-radius: 30px;
	color: #2A4428;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.vivero-community__cta:hover {
	background-color: #2A4428;
	color: #FFFFFF;
}

/* ==========================================================================
   Responsive — Tablet (768px)
   ========================================================================== */
@media (min-width: 768px) {
	/* Hero */
	.vivero-hero {
		min-height: 550px;
	}

	.vivero-hero__container {
		padding: 4rem 2rem;
	}

	.vivero-hero__content {
		text-align: left;
	}

	.vivero-hero__badge {
		font-size: 14px;
	}

	.vivero-hero__title {
		font-size: 47px;
	}

	.vivero-hero__description {
		font-size: 16px;
	}

	.vivero-hero__cta {
		font-size: 16px;
	}

	/* Beneficios — 3 columnas en tablet */
	.vivero-benefits__container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-content: center;
		gap: 1rem;
		padding: 1.5rem 2rem;
		width: 100%;
	}

	/* Categorías — tablet */
	.vivero-categories__card {
		flex: 0 0 200px;
	}

	/* Flechas ya visibles desde mobile */

	.vivero-categories__title {
		font-size: 40px;
	}

	.vivero-categories__name {
		font-size: 12px;
	}

	/* Productos destacados — 2 columnas en tablet */
	.vivero-featured__grid,
	.vivero-featured__page.is-active {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		overflow-x: visible;
	}

	.vivero-featured__card {
		flex: auto;
	}

	.vivero-featured__title {
		font-size: 40px;
	}

	.vivero-featured__subtitle {
		font-size: 18px;
	}

	/* Producto Estrella — layout horizontal en tablet */
	.vivero-star__container {
		flex-direction: row;
	}

	.vivero-star__image {
		width: 50%;
		max-height: none;
		min-height: auto;
	}

	.vivero-star__image-placeholder {
		min-height: 350px;
	}

	.vivero-star__content {
		width: 50%;
		padding: 2rem 2.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.vivero-star__title {
		font-size: 30px;
	}

	/* Servicios — 3 columnas en tablet */
	.vivero-services__grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		overflow-x: visible;
	}

	.vivero-services__card {
		flex: auto;
	}

	.vivero-services__dots {
		display: none;
	}

	.vivero-services__title {
		font-size: 40px;
	}

	.vivero-services__subtitle {
		font-size: 18px;
	}

	/* Historia — layout horizontal en tablet */
	.vivero-history__container {
		flex-direction: row;
		align-items: stretch;
	}

	.vivero-history__image {
		width: 45%;
		flex-shrink: 0;
		min-height: auto;
	}

	.vivero-history__image-placeholder {
		min-height: 100%;
	}

	.vivero-history__content {
		width: 55%;
	}

	.vivero-history__values-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		overflow-x: visible;
		gap: 0.75rem;
	}

	.vivero-history__value-card {
		flex: auto;
		padding: 0.75rem;
		display: block;
	}

	.vivero-history__value-icon {
		grid-row: auto;
		margin-bottom: 0.75rem;
	}

	.vivero-history__title {
		font-size: 40px;
	}

	.vivero-history__text {
		text-align: left;
	}

	.vivero-history__values-title {
		font-size: 26px;
	}

	/* Testimoniales — carrusel con flechas en tablet */
	.vivero-testimonials__card {
		flex: 0 0 45%;
		max-width: none;
	}

	.vivero-testimonials__controls {
		display: flex;
		justify-content: flex-end;
		gap: 0.5rem;
		margin-bottom: 1rem;
	}

	.vivero-testimonials__arrow {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 1px solid #E0E0E0;
		background: #FFFFFF;
		color: #2A4428;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.2s, border-color 0.2s;
	}

	.vivero-testimonials__arrow:hover {
		background-color: #2A4428;
		border-color: #2A4428;
		color: #FFFFFF;
	}

	.vivero-testimonials__dots {
		display: none;
	}

	.vivero-testimonials__title {
		font-size: 37px;
	}

	.vivero-testimonials__subtitle {
		font-size: 18px;
	}

	/* Comunidad — 3 columnas en tablet */
	.vivero-community__grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		overflow-x: visible;
	}

	.vivero-community__dots {
		display: none;
	}

	.vivero-community__image {
		flex: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.vivero-community__title {
		font-size: 40px;
	}

	.vivero-community__subtitle {
		font-size: 18px;
	}
}

/* ==========================================================================
   Responsive — Desktop (1024px)
   ========================================================================== */
@media (min-width: 1024px) {
	/* Hero */
	.vivero-hero {
		min-height: 600px;
	}

	.vivero-hero__container {
		padding: 5rem 3rem 5rem 2rem;
	}

	.vivero-hero__title {
		font-size: 45px;
	}

	.vivero-hero__description {
		font-size: 18px;
	}

	/* Beneficios — 5 columnas en una fila */
	.vivero-benefits__container {
		grid-template-columns: repeat(5, 1fr);
		align-content: center;
		gap: 1rem;
		padding: 1.25rem 2rem;
	}

	.vivero-benefits__text strong {
		font-size: 15px;
	}

	.vivero-benefits__text span {
		font-size: 13px;
	}

	/* Categorías — 5 visibles completas en desktop (5 cards con 4 gaps de 1.25rem) */
	.vivero-categories__card {
		flex: 0 0 calc((100% - 5rem) / 5);
	}

	.vivero-categories__title {
		font-size: 45px;
	}

	.vivero-categories__container {
		padding: 2.5rem 2rem 0;
	}

	/* Productos destacados — 4 columnas en desktop */
	.vivero-featured__grid,
	.vivero-featured__page.is-active {
		grid-template-columns: repeat(4, 1fr);
	}

	.vivero-featured__title {
		font-size: 38px;
	}

	.vivero-featured__subtitle {
		font-size: 20px;
	}

	.vivero-featured__card-name {
		font-size: 20px;
	}

	.vivero-featured__card-price {
		font-size: 24px;
	}

	/* Producto Estrella — desktop */
	.vivero-star__content {
		padding: 2.5rem 3rem;
	}

	.vivero-star__title {
		font-size: 34px;
	}

	.vivero-star__desc {
		font-size: 14px;
	}

	.vivero-star__feature {
		font-size: 14px;
	}

	.vivero-star__cta {
		width: 160px;
		height: 46px;
		font-size: 16px;
	}

	/* Servicios — 5 columnas en desktop */
	.vivero-services__grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.vivero-services__title {
		font-size: 45px;
	}

	.vivero-services__subtitle {
		font-size: 20px;
	}

	.vivero-services__card-title {
		font-size: 17px;
	}

	.vivero-services__card-text {
		font-size: 14px;
	}

	.vivero-services__cta {
		width: auto;
		height: auto;
		padding: 0.75rem 2rem;
		font-size: 16px;
	}

	/* Historia — desktop */
	.vivero-history__title {
		font-size: 38px;
	}

	.vivero-history__text {
		font-size: 15px;
	}

	.vivero-history__values-title {
		font-size: 24px;
	}

	/* Testimoniales — desktop */
	.vivero-testimonials__card {
		flex: 0 0 31%;
	}

	.vivero-testimonials__title {
		font-size: 45px;
	}

	.vivero-testimonials__subtitle {
		font-size: 20px;
	}

	.vivero-testimonials__card-text {
		font-size: 13px;
	}

	/* Comunidad — 6 columnas en desktop */
	.vivero-community__grid {
		grid-template-columns: repeat(6, 1fr);
	}

	.vivero-community__title {
		font-size: 45px;
	}

	.vivero-community__subtitle {
		font-size: 20px;
	}

	.vivero-community__cta {
		font-size: 18px;
	}
}

/* ==========================================================================
   Responsive — Desktop grande (1280px)
   ========================================================================== */
@media (min-width: 1280px) {
	.vivero-hero__container {
		padding: 5rem 4rem 5rem 3rem;
	}

	.vivero-benefits__container {
		padding: 1.25rem 3rem;
	}

	/* Imagen decorativa productos destacados */
	.vivero-featured__deco {
		display: block;
	}

	/* Planta maceta entre servicios e historia */
	.vivero-services-history-wrap__deco {
		display: block;
	}
}
